#D9C78E

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

Shades of Zombie #D9C78E

Tints of Zombie #D9C78E

Color information

#D9C78E (or 0xD9C78E) is unknown color: approx Zombie. HEX triplet: D9, C7 and 8E. RGB value is (217,199,142). Sum of RGB (Red+Green+Blue) = 217+199+142=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C78E is #263871. Grayscale: #C6C6C6. Windows color (decimal): -2504818 or 9357273. OLE color: 9357273.

HSL color Cylindrical-coordinate representation of color #D9C78E: hue angle of 45.6º 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 #D9C78E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217199142-
CMYK00.080.350.15
HSL45.6º49.67%70.39%-
HSV(B)45.6º34.56%85.1%-
XYZ53.9257.5533.86-
YUV197.8896.46141.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 199 (78.12% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=38.89%
G=35.66%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719914200.080.350.1545.649.6770.39
HexD9C78E0823F2e3246
Octal33130721601043175662106
Binary1101100111000111100011100100010001111111011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C78E; }

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

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

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

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

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

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

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

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