Color Hex Logo

#deb972 Color Hex

#DEB972
(222,185,114)
0 Favorites   0 Comments

Color spaces of #deb972

RGB 222185114
HSL0.110.620.66
HSV39°49°87°
CMYK 0.000.170.49   0.13
XYZ50.510451.442423.1868
Yxy51.44240.40360.4111
Hunter Lab71.72340.190831.0390
CIE-Lab76.94624.365840.8193

#deb972 color RGB value is (222,185,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01110010
Octal 336 271 162
Decimal 222 185 114
Hex DE B9 72

RGB Percentages of Color #deb972

%42.61
%35.51
%21.88

CMYK Percentages of Color #deb972

%0
%17
%49
%13

Triadic Colors of #deb972

#deb972 #72deb9 #b972de

Analogous Colors of #deb972

#deb972 #cdde72 #de8372

Monochromatic Colors of #deb972

#deb972

Complementary Color

#deb972 #7297de

#deb972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb972 Color CSS Codes

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

#deb972 Text Font Color

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

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


#deb972 Background Color

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

This div background color is #deb972


#deb972 Border Color

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

This div border color is #deb972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb972


Comments

No comments written yet.

Please login to write comment.