Color Hex Logo

#deb97d Color Hex

#DEB97D
(222,185,125)
0 Favorites   0 Comments

Color spaces of #deb97d

RGB 222185125
HSL0.100.600.68
HSV37°44°87°
CMYK 0.000.170.44   0.13
XYZ51.174851.708226.6855
Yxy51.70820.39500.3991
Hunter Lab71.90841.192728.3331
CIE-Lab77.10605.445035.3668

#deb97d color RGB value is (222,185,125).

#deb97d hex color red value is 222, green value is 185 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #deb97d hue: 0.10 , saturation: 0.60 and the lightness value of deb97d is 0.68.

The process color (four color CMYK) of #deb97d color hex is 0.00, 0.17, 0.44, 0.13. Web safe color of #deb97d is #cccc66. Color #deb97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01111101
Octal 336 271 175
Decimal 222 185 125
Hex DE B9 7D

RGB Percentages of Color #deb97d

%41.73
%34.77
%23.50

CMYK Percentages of Color #deb97d

%0
%17
%44
%13

Triadic Colors of #deb97d

#deb97d #7ddeb9 #b97dde

Analogous Colors of #deb97d

#deb97d #d3de7d #de897d

Monochromatic Colors of #deb97d

#deb97d

Complementary Color

#deb97d #7da2de

#deb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb97d Color CSS Codes

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

#deb97d Text Font Color

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

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


#deb97d Background Color

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

This div background color is #deb97d


#deb97d Border Color

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

This div border color is #deb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb97d


Comments

No comments written yet.

Please login to write comment.