Color Hex Logo

#dea96b Color Hex

#DEA96B
(222,169,107)
0 Favorites   0 Comments

Color spaces of #dea96b

RGB 222169107
HSL0.090.640.65
HSV32°52°87°
CMYK 0.000.240.52   0.13
XYZ46.966044.967120.1141
Yxy44.96710.41920.4013
Hunter Lab67.05757.667929.1560
CIE-Lab72.870212.231039.3193

#dea96b color RGB value is (222,169,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01101011
Octal 336 251 153
Decimal 222 169 107
Hex DE A9 6B

RGB Percentages of Color #dea96b

%44.58
%33.94
%21.49

CMYK Percentages of Color #dea96b

%0
%24
%52
%13

Triadic Colors of #dea96b

#dea96b #6bdea9 #a96bde

Analogous Colors of #dea96b

#dea96b #dade6b #de706b

Monochromatic Colors of #dea96b

#dea96b

Complementary Color

#dea96b #6ba0de

#dea96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea96b Color CSS Codes

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

#dea96b Text Font Color

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

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


#dea96b Background Color

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

This div background color is #dea96b


#dea96b Border Color

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

This div border color is #dea96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea96b


Comments

No comments written yet.

Please login to write comment.