Color Hex Logo

#deb59b Color Hex

#DEB59B
(222,181,155)
0 Favorites   0 Comments

Color spaces of #deb59b

RGB 222181155
HSL0.060.500.74
HSV23°30°87°
CMYK 0.000.180.30   0.13
XYZ52.564550.943938.0731
Yxy50.94390.37130.3598
Hunter Lab71.37506.551018.3358
CIE-Lab76.645011.081318.8311

#deb59b color RGB value is (222,181,155).

#deb59b hex color red value is 222, green value is 181 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #deb59b hue: 0.06 , saturation: 0.50 and the lightness value of deb59b is 0.74.

The process color (four color CMYK) of #deb59b color hex is 0.00, 0.18, 0.30, 0.13. Web safe color of #deb59b is #cccc99. Color #deb59b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10011011
Octal 336 265 233
Decimal 222 181 155
Hex DE B5 9B

RGB Percentages of Color #deb59b

%39.78
%32.44
%27.78

CMYK Percentages of Color #deb59b

%0
%18
%30
%13

Triadic Colors of #deb59b

#deb59b #9bdeb5 #b59bde

Analogous Colors of #deb59b

#deb59b #ded79b #de9ba3

Monochromatic Colors of #deb59b

#deb59b

Complementary Color

#deb59b #9bc4de

#deb59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb59b Color CSS Codes

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

#deb59b Text Font Color

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

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


#deb59b Background Color

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

This div background color is #deb59b


#deb59b Border Color

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

This div border color is #deb59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb59b


Comments

No comments written yet.

Please login to write comment.