Color Hex Logo

#dea04c Color Hex

#DEA04C
(222,160,76)
0 Favorites   0 Comments

Color spaces of #dea04c

RGB 22216076
HSL0.100.690.58
HSV35°66°87°
CMYK 0.000.280.66   0.13
XYZ43.999541.193012.4695
Yxy41.19300.45050.4218
Hunter Lab64.181810.051733.4081
CIE-Lab70.310914.758251.6880

#dea04c color RGB value is (222,160,76).

#dea04c hex color red value is 222, green value is 160 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dea04c hue: 0.10 , saturation: 0.69 and the lightness value of dea04c is 0.58.

The process color (four color CMYK) of #dea04c color hex is 0.00, 0.28, 0.66, 0.13. Web safe color of #dea04c is #cc9933. Color #dea04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 01001100
Octal 336 240 114
Decimal 222 160 76
Hex DE A0 4C

RGB Percentages of Color #dea04c

%48.47
%34.93
%16.59

CMYK Percentages of Color #dea04c

%0
%28
%66
%13

Triadic Colors of #dea04c

#dea04c #4cdea0 #a04cde

Analogous Colors of #dea04c

#dea04c #d3de4c #de574c

Monochromatic Colors of #dea04c

#dea04c

Complementary Color

#dea04c #4c8ade

#dea04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea04c Color CSS Codes

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

#dea04c Text Font Color

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

This sample text font color is #dea04c
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.


#dea04c Background Color

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

This div background color is #dea04c


#dea04c Border Color

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

This div border color is #dea04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea04c


Comments

No comments written yet.

Please login to write comment.