#D9C08E

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

Shades of Zombie #D9C08E

Tints of Zombie #D9C08E

Color information

#D9C08E (or 0xD9C08E) is unknown color: approx Zombie. HEX triplet: D9, C0 and 8E. RGB value is (217,192,142). Sum of RGB (Red+Green+Blue) = 217+192+142=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C08E is #263F71. Grayscale: #C2C2C2. Windows color (decimal): -2506610 or 9355481. OLE color: 9355481.

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

Color convert

RGB217192142-
CMYK00.120.350.15
HSL40º49.67%70.39%-
HSV(B)40º34.56%85.1%-
XYZ52.3554.433.33-
YUV193.7798.78144.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=39.38%
G=34.85%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719214200.120.350.154049.6770.39
HexD9C08E0C23F283246
Octal33130021601443175062106
Binary1101100111000000100011100110010001111111010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C08E; }

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

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

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

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

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

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

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

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