Shades of Zombie #D8C58E
Tints of Zombie #D8C58E
RGB
CMYK
RGB Variations
Color information
#D8C58E (or 0xD8C58E) is known color: Zombie. HEX triplet: D8, C5 and 8E. RGB value is (216,197,142). Sum of RGB (Red+Green+Blue) = 216+197+142=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C58E is #273A71. Grayscale: #C4C4C4. Windows color (decimal): -2570866 or 9356760. OLE color: 9356760.
HSL color Cylindrical-coordinate representation of color #D8C58E: hue angle of 44.59º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8C58E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 142 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.15 |
| HSL | 44.59º | 0.49% | 0.7% | - |
| HSV(B) | 44.59º | 0.34% | 0.85% | - |
| XYZ | 53.17 | 56.48 | 33.69 | - |
| YUV | 196.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 142 | 0 | 0.09 | 0.34 | 0.15 | 44.59 | 0.49 | 0.7 |
| Hex | D8 | C5 | 8E | 0 | 9 | 22 | F | 2D | 31 | 46 |
| Octal | 330 | 305 | 216 | 0 | 11 | 42 | 17 | 55 | 61 | 106 |
| Binary | 11011000 | 11000101 | 10001110 | 0 | 1001 | 100010 | 1111 | 101101 | 110001 | 1000110 |
Color Harmonies of #D8C58E
Complementary color
Monochromatic Colors of #D8C58E
Black with #D8C58E
Text Example
Text Example
White with #D8C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C58E; }
p { color: rgb(216,197,142); }
H1.HeaderClassName
{
color: #D8C58E;
}
.AnyTagClassName
{
color: #D8C58E;
}
</style>
background-color css
<style>
a { background-color: #D8C58E; }
a { background-color: rgb(216,197,142); }
div.DivClassName
{
background-color: #D8C58E;
}
.BgClassName
{
background-color: #D8C58E;
}
</style>
border-color css
<style>
span { border-color: #D8C58E; }
span { border-color: rgb(216,197,142); }
td.TdClassName
{
border-color: #D8C58E;
}
.TagClassName
{
border-color: #D8C58E;
}
</style>