Color Hex Logo

#dea85f Color Hex

#DEA85F
(222,168,95)
0 Favorites   0 Comments

Color spaces of #dea85f

RGB 22216895
HSL0.100.660.62
HSV34°57°87°
CMYK 0.000.240.57   0.13
XYZ46.192444.361116.9544
Yxy44.36110.42970.4126
Hunter Lab66.60417.239131.5303
CIE-Lab72.469211.777244.9351

#dea85f color RGB value is (222,168,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01011111
Octal 336 250 137
Decimal 222 168 95
Hex DE A8 5F

RGB Percentages of Color #dea85f

%45.77
%34.64
%19.59

CMYK Percentages of Color #dea85f

%0
%24
%57
%13

Triadic Colors of #dea85f

#dea85f #5fdea8 #a85fde

Analogous Colors of #dea85f

#dea85f #d5de5f #de695f

Monochromatic Colors of #dea85f

#dea85f

Complementary Color

#dea85f #5f95de

#dea85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea85f Color CSS Codes

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

#dea85f Text Font Color

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

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


#dea85f Background Color

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

This div background color is #dea85f


#dea85f Border Color

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

This div border color is #dea85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea85f


Comments

No comments written yet.

Please login to write comment.