Color Hex Logo

#deb99f Color Hex

#DEB99F
(222,185,159)
0 Favorites   0 Comments

Color spaces of #deb99f

RGB 222185159
HSL0.070.490.75
HSV25°28°87°
CMYK 0.000.170.28   0.13
XYZ53.731252.730740.1470
Yxy52.73070.36650.3597
Hunter Lab72.61595.000918.0516
CIE-Lab77.71579.480418.1639

#deb99f color RGB value is (222,185,159).

#deb99f hex color red value is 222, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #deb99f hue: 0.07 , saturation: 0.49 and the lightness value of deb99f is 0.75.

The process color (four color CMYK) of #deb99f color hex is 0.00, 0.17, 0.28, 0.13. Web safe color of #deb99f is #cccc99. Color #deb99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10011111
Octal 336 271 237
Decimal 222 185 159
Hex DE B9 9F

RGB Percentages of Color #deb99f

%39.22
%32.69
%28.09

CMYK Percentages of Color #deb99f

%0
%17
%28
%13

Triadic Colors of #deb99f

#deb99f #9fdeb9 #b99fde

Analogous Colors of #deb99f

#deb99f #ded99f #de9fa5

Monochromatic Colors of #deb99f

#deb99f

Complementary Color

#deb99f #9fc4de

#deb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb99f Color CSS Codes

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

#deb99f Text Font Color

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

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


#deb99f Background Color

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

This div background color is #deb99f


#deb99f Border Color

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

This div border color is #deb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb99f


Comments

No comments written yet.

Please login to write comment.