Shades of Zombie #D9C58E
Tints of Zombie #D9C58E
RGB
CMYK
RGB Variations
Color information
#D9C58E (or 0xD9C58E) is known color: Zombie. HEX triplet: D9, C5 and 8E. RGB value is (217,197,142). Sum of RGB (Red+Green+Blue) = 217+197+142=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C58E is #263A71. Grayscale: #C4C4C4. Windows color (decimal): -2505330 or 9356761. OLE color: 9356761.
HSL color Cylindrical-coordinate representation of color #D9C58E: hue angle of 44º 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 #D9C58E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 142 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.15 |
| HSL | 44º | 0.5% | 0.7% | - |
| HSV(B) | 44º | 0.35% | 0.85% | - |
| XYZ | 53.46 | 56.64 | 33.71 | - |
| YUV | 196.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 142 | 0 | 0.09 | 0.35 | 0.15 | 44 | 0.5 | 0.7 |
| Hex | D9 | C5 | 8E | 0 | 9 | 23 | F | 2C | 32 | 46 |
| Octal | 331 | 305 | 216 | 0 | 11 | 43 | 17 | 54 | 62 | 106 |
| Binary | 11011001 | 11000101 | 10001110 | 0 | 1001 | 100011 | 1111 | 101100 | 110010 | 1000110 |
Color Harmonies of #D9C58E
Complementary color
Monochromatic Colors of #D9C58E
Black with #D9C58E
Text Example
Text Example
White with #D9C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C58E; }
p { color: rgb(217,197,142); }
H1.HeaderClassName
{
color: #D9C58E;
}
.AnyTagClassName
{
color: #D9C58E;
}
</style>
background-color css
<style>
a { background-color: #D9C58E; }
a { background-color: rgb(217,197,142); }
div.DivClassName
{
background-color: #D9C58E;
}
.BgClassName
{
background-color: #D9C58E;
}
</style>
border-color css
<style>
span { border-color: #D9C58E; }
span { border-color: rgb(217,197,142); }
td.TdClassName
{
border-color: #D9C58E;
}
.TagClassName
{
border-color: #D9C58E;
}
</style>