Shades of Zombie #D9C78C
Tints of Zombie #D9C78C
RGB
CMYK
RGB Variations
Color information
#D9C78C (or 0xD9C78C) is known color: Zombie. HEX triplet: D9, C7 and 8C. RGB value is (217,199,140). Sum of RGB (Red+Green+Blue) = 217+199+140=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C78C is #263873. Grayscale: #C5C5C5. Windows color (decimal): -2504820 or 9226201. OLE color: 9226201.
HSL color Cylindrical-coordinate representation of color #D9C78C: hue angle of 45.97º 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 #D9C78C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 140 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.15 |
| HSL | 45.97º | 0.5% | 0.7% | - |
| HSV(B) | 45.97º | 0.35% | 0.85% | - |
| XYZ | 53.77 | 57.49 | 33.07 | - |
| YUV | 197.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 140 | 0 | 0.08 | 0.35 | 0.15 | 45.97 | 0.5 | 0.7 |
| Hex | D9 | C7 | 8C | 0 | 8 | 23 | F | 2E | 32 | 46 |
| Octal | 331 | 307 | 214 | 0 | 10 | 43 | 17 | 56 | 62 | 106 |
| Binary | 11011001 | 11000111 | 10001100 | 0 | 1000 | 100011 | 1111 | 101110 | 110010 | 1000110 |
Color Harmonies of #D9C78C
Complementary color
Monochromatic Colors of #D9C78C
Black with #D9C78C
Text Example
Text Example
White with #D9C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C78C; }
p { color: rgb(217,199,140); }
H1.HeaderClassName
{
color: #D9C78C;
}
.AnyTagClassName
{
color: #D9C78C;
}
</style>
background-color css
<style>
a { background-color: #D9C78C; }
a { background-color: rgb(217,199,140); }
div.DivClassName
{
background-color: #D9C78C;
}
.BgClassName
{
background-color: #D9C78C;
}
</style>
border-color css
<style>
span { border-color: #D9C78C; }
span { border-color: rgb(217,199,140); }
td.TdClassName
{
border-color: #D9C78C;
}
.TagClassName
{
border-color: #D9C78C;
}
</style>