#DEB0A9

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

Shades of Shilo #DEB0A9

Tints of Shilo #DEB0A9

Color information

#DEB0A9 (or 0xDEB0A9) is unknown color: approx Shilo. HEX triplet: DE, B0 and A9. RGB value is (222,176,169). Sum of RGB (Red+Green+Blue) = 222+176+169=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0A9 is #214F56. Grayscale: #BDBDBD. Windows color (decimal): -2182999 or 11120862. OLE color: 11120862.

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

Color convert

RGB222176169-
CMYK00.210.240.13
HSL7.92º44.54%76.67%-
HSV(B)7.92º23.87%87.06%-
XYZ52.8149.4444.3-
YUV188.96116.74151.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=39.15%
G=31.04%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217616900.210.240.137.9244.5476.67
HexDEB0A901518D82d4d
Octal33626025102530151055115
Binary11011110101100001010100101010111000110110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0A9; }

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

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

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

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

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

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

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

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