#DEB1A9

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

Shades of Shilo #DEB1A9

Tints of Shilo #DEB1A9

Color information

#DEB1A9 (or 0xDEB1A9) is unknown color: approx Shilo. HEX triplet: DE, B1 and A9. RGB value is (222,177,169). Sum of RGB (Red+Green+Blue) = 222+177+169=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1A9 is #214E56. Grayscale: #BDBDBD. Windows color (decimal): -2182743 or 11121118. OLE color: 11121118.

HSL color Cylindrical-coordinate representation of color #DEB1A9: hue angle of 9.06º 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 #DEB1A9 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB222177169-
CMYK00.200.240.13
HSL9.06º44.54%76.67%-
HSV(B)9.06º23.87%87.06%-
XYZ53.0149.8444.36-
YUV189.54116.41151.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 169 (66.41% from 255) = 29.75%
R=39.08%
G=31.16%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217716900.200.240.139.0644.5476.67
HexDEB1A901418D92d4d
Octal33626125102430151155115
Binary11011110101100011010100101010011000110110011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1A9; }

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

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

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

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

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

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

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

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