#DEAD9B

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

Shades of Shilo #DEAD9B

Tints of Shilo #DEAD9B

Color information

#DEAD9B (or 0xDEAD9B) is unknown color: approx Shilo. HEX triplet: DE, AD and 9B. RGB value is (222,173,155). Sum of RGB (Red+Green+Blue) = 222+173+155=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD9B is #215264. Grayscale: #B9B9B9. Windows color (decimal): -2183781 or 10202590. OLE color: 10202590.

HSL color Cylindrical-coordinate representation of color #DEAD9B: hue angle of 16.12º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAD9B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222173155-
CMYK00.220.300.13
HSL16.12º50.38%73.92%-
HSV(B)16.12º30.18%87.06%-
XYZ50.9847.7837.55-
YUV185.6110.73153.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=40.36%
G=31.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217315500.220.300.1316.1250.3873.92
HexDEAD9B0161ED10324a
Octal33625523302636152062112
Binary110111101010110110011011010110111101101100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD9B; }

 p { color: rgb(222,173,155); }

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

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

 a { background-color: rgb(222,173,155); }

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

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

 span { border-color: rgb(222,173,155); }

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