#DEAD9C

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

Shades of Shilo #DEAD9C

Tints of Shilo #DEAD9C

Color information

#DEAD9C (or 0xDEAD9C) is unknown color: approx Shilo. HEX triplet: DE, AD and 9C. RGB value is (222,173,156). Sum of RGB (Red+Green+Blue) = 222+173+156=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD9C is #215263. Grayscale: #B9B9B9. Windows color (decimal): -2183780 or 10268126. OLE color: 10268126.

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

Color convert

RGB222173156-
CMYK00.220.300.13
HSL15.45º50%74.12%-
HSV(B)15.45º29.73%87.06%-
XYZ51.0747.8237.99-
YUV185.71111.23153.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=40.29%
G=31.40%
B=28.31%

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
Decimal22217315600.220.300.1315.455074.12
HexDEAD9C0161EDf324a
Octal33625523402636151762112
Binary11011110101011011001110001011011110110111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD9C; }

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

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

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

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

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

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

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

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