#DEAD9D

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

Shades of Shilo #DEAD9D

Tints of Shilo #DEAD9D

Color information

#DEAD9D (or 0xDEAD9D) is unknown color: approx Shilo. HEX triplet: DE, AD and 9D. RGB value is (222,173,157). Sum of RGB (Red+Green+Blue) = 222+173+157=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD9D is #215262. Grayscale: #B9B9B9. Windows color (decimal): -2183779 or 10333662. OLE color: 10333662.

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

Color convert

RGB222173157-
CMYK00.220.290.13
HSL14.77º49.62%74.31%-
HSV(B)14.77º29.28%87.06%-
XYZ51.1547.8538.44-
YUV185.83111.73153.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=40.22%
G=31.34%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217315700.220.290.1314.7749.6274.31
HexDEAD9D0161DDf324a
Octal33625523502635151762112
Binary11011110101011011001110101011011101110111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD9D; }

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

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

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

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

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

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

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

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