Color Hex Logo

#dea75c Color Hex

#DEA75C
(222,167,92)
0 Favorites   0 Comments

Color spaces of #dea75c

RGB 22216792
HSL0.100.660.62
HSV35°59°87°
CMYK 0.000.250.59   0.13
XYZ45.874743.939716.1886
Yxy43.93970.43280.4145
Hunter Lab66.28707.530731.9211
CIE-Lab72.188212.085246.0956

#dea75c color RGB value is (222,167,92).

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

The process color (four color CMYK) of #dea75c color hex is 0.00, 0.25, 0.59, 0.13. Web safe color of #dea75c is #cc9966. Color #dea75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 01011100
Octal 336 247 134
Decimal 222 167 92
Hex DE A7 5C

RGB Percentages of Color #dea75c

%46.15
%34.72
%19.13

CMYK Percentages of Color #dea75c

%0
%25
%59
%13

Triadic Colors of #dea75c

#dea75c #5cdea7 #a75cde

Analogous Colors of #dea75c

#dea75c #d4de5c #de665c

Monochromatic Colors of #dea75c

#dea75c

Complementary Color

#dea75c #5c93de

#dea75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea75c Color CSS Codes

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

#dea75c Text Font Color

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

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


#dea75c Background Color

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

This div background color is #dea75c


#dea75c Border Color

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

This div border color is #dea75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea75c


Comments

No comments written yet.

Please login to write comment.