Color Hex Logo

#dea967 Color Hex

#DEA967
(222,169,103)
0 Favorites   0 Comments

Color spaces of #dea967

RGB 222169103
HSL0.090.640.64
HSV33°54°87°
CMYK 0.000.240.54   0.13
XYZ46.760344.884819.0311
Yxy44.88480.42250.4056
Hunter Lab66.99617.341830.0552
CIE-Lab72.816011.886941.3080

#dea967 color RGB value is (222,169,103).

#dea967 hex color red value is 222, green value is 169 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dea967 hue: 0.09 , saturation: 0.64 and the lightness value of dea967 is 0.64.

The process color (four color CMYK) of #dea967 color hex is 0.00, 0.24, 0.54, 0.13. Web safe color of #dea967 is #cc9966. Color #dea967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01100111
Octal 336 251 147
Decimal 222 169 103
Hex DE A9 67

RGB Percentages of Color #dea967

%44.94
%34.21
%20.85

CMYK Percentages of Color #dea967

%0
%24
%54
%13

Triadic Colors of #dea967

#dea967 #67dea9 #a967de

Analogous Colors of #dea967

#dea967 #d8de67 #de6e67

Monochromatic Colors of #dea967

#dea967

Complementary Color

#dea967 #679cde

#dea967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea967 Color CSS Codes

.mybgcolor {background-color:#dea967; } 
.myforecolor {color:#dea967; }
.mybordercolor {border:3px solid #dea967; }

#dea967 Text Font Color

<p style="color:#dea967">Text here</p>

This sample text font color is #dea967
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dea967 Background Color

<div style="background-color:#dea967">
Div content here</div>

This div background color is #dea967


#dea967 Border Color

<div style="border:3px solid #dea967">
Div here</div>

This div border color is #dea967


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,169,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dea967; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dea967;
  -webkit-box-shadow: 1px 1px 3px 2px #dea967;
  box-shadow:         1px 1px 3px 2px #dea967; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,169,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dea967">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dea967;
  -webkit-box-shadow: 1px 1px 3px 2px #dea967;
  box-shadow:         1px 1px 3px 2px #dea967;">
Div content here</div>

This div box has shadow with color #dea967


Comments

No comments written yet.

Please login to write comment.