#D9C090

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

Shades of Zombie #D9C090

Tints of Zombie #D9C090

Color information

#D9C090 (or 0xD9C090) is unknown color: approx Zombie. HEX triplet: D9, C0 and 90. RGB value is (217,192,144). Sum of RGB (Red+Green+Blue) = 217+192+144=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C090 is #263F6F. Grayscale: #C2C2C2. Windows color (decimal): -2506608 or 9486553. OLE color: 9486553.

HSL color Cylindrical-coordinate representation of color #D9C090: hue angle of 39.45º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9C090 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217192144-
CMYK00.120.340.15
HSL39.45º48.99%70.78%-
HSV(B)39.45º33.64%85.1%-
XYZ52.554.4634.13-
YUV19499.78144.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=39.24%
G=34.72%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719214400.120.340.1539.4548.9970.78
HexD9C0900C22F273147
Octal33130022001442174761107
Binary1101100111000000100100000110010001011111001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C090; }

 p { color: rgb(217,192,144); }

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

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

 a { background-color: rgb(217,192,144); }

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

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

 span { border-color: rgb(217,192,144); }

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