Color Hex Logo

#dea74c Color Hex

#DEA74C
(222,167,76)
0 Favorites   0 Comments

Color spaces of #dea74c

RGB 22216776
HSL0.100.690.58
HSV37°66°87°
CMYK 0.000.250.66   0.13
XYZ45.247443.688812.8855
Yxy43.68880.44440.4291
Hunter Lab66.09756.522534.7099
CIE-Lab72.020011.014253.5664

#dea74c color RGB value is (222,167,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 01001100
Octal 336 247 114
Decimal 222 167 76
Hex DE A7 4C

RGB Percentages of Color #dea74c

%47.74
%35.91
%16.34

CMYK Percentages of Color #dea74c

%0
%25
%66
%13

Triadic Colors of #dea74c

#dea74c #4cdea7 #a74cde

Analogous Colors of #dea74c

#dea74c #ccde4c #de5e4c

Monochromatic Colors of #dea74c

#dea74c

Complementary Color

#dea74c #4c83de

#dea74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea74c Color CSS Codes

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

#dea74c Text Font Color

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

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


#dea74c Background Color

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

This div background color is #dea74c


#dea74c Border Color

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

This div border color is #dea74c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,167,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 #dea74c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea74c


Comments

No comments written yet.

Please login to write comment.