#DEB0AA

Color #DEB0AA Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #DEB0AA

Tints of Shilo #DEB0AA

Color information

#DEB0AA (or 0xDEB0AA) is unknown color: approx Shilo. HEX triplet: DE, B0 and AA. RGB value is (222,176,170). Sum of RGB (Red+Green+Blue) = 222+176+170=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AA is #214F55. Grayscale: #BDBDBD. Windows color (decimal): -2182998 or 11186398. OLE color: 11186398.

HSL color Cylindrical-coordinate representation of color #DEB0AA: hue angle of 6.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB0AA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222176170-
CMYK00.210.230.13
HSL6.92º44.07%76.86%-
HSV(B)6.92º23.42%87.06%-
XYZ52.9149.4844.79-
YUV189.07117.24151.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=39.08%
G=30.99%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217617000.210.230.136.9244.0776.86
HexDEB0AA01517D72c4d
Octal3362602520252715754115
Binary1101111010110000101010100101011011111011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0AA; }

 p { color: rgb(222,176,170); }

 H1.HeaderClassName
 {
   color: #DEB0AA;
 }
 .AnyTagClassName
 {
   color: #DEB0AA;
 }
</style>
background-color css

<style>
 a { background-color: #DEB0AA; }

 a { background-color: rgb(222,176,170); }

 div.DivClassName
 {
   background-color: #DEB0AA;
 }
 .BgClassName
 {
   background-color: #DEB0AA;
 }
</style>
border-color css

<style>
 span { border-color: #DEB0AA; }

 span { border-color: rgb(222,176,170); }

 td.TdClassName
 {
   border-color: #DEB0AA;
 }
 .TagClassName
 {
   border-color: #DEB0AA;
 }
</style>