Color Hex Logo

#deb574 Color Hex

#DEB574
(222,181,116)
0 Favorites   0 Comments

Color spaces of #deb574

RGB 222181116
HSL0.100.620.66
HSV37°48°87°
CMYK 0.000.180.48   0.13
XYZ49.800549.838323.5180
Yxy49.83830.40440.4047
Hunter Lab70.59622.375329.6659
CIE-Lab75.96996.667838.5700

#deb574 color RGB value is (222,181,116).

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

The process color (four color CMYK) of #deb574 color hex is 0.00, 0.18, 0.48, 0.13. Web safe color of #deb574 is #cccc66. Color #deb574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 01110100
Octal 336 265 164
Decimal 222 181 116
Hex DE B5 74

RGB Percentages of Color #deb574

%42.77
%34.87
%22.35

CMYK Percentages of Color #deb574

%0
%18
%48
%13

Triadic Colors of #deb574

#deb574 #74deb5 #b574de

Analogous Colors of #deb574

#deb574 #d2de74 #de8074

Monochromatic Colors of #deb574

#deb574

Complementary Color

#deb574 #749dde

#deb574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb574 Color CSS Codes

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

#deb574 Text Font Color

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

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


#deb574 Background Color

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

This div background color is #deb574


#deb574 Border Color

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

This div border color is #deb574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb574


Comments

No comments written yet.

Please login to write comment.