Shades of Zombie #D8C58B
Tints of Zombie #D8C58B
RGB
CMYK
RGB Variations
Color information
#D8C58B (or 0xD8C58B) is known color: Zombie. HEX triplet: D8, C5 and 8B. RGB value is (216,197,139). Sum of RGB (Red+Green+Blue) = 216+197+139=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C58B is #273A74. Grayscale: #C4C4C4. Windows color (decimal): -2570869 or 9160152. OLE color: 9160152.
HSL color Cylindrical-coordinate representation of color #D8C58B: hue angle of 45.19º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8C58B is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 139 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.15 |
| HSL | 45.19º | 0.5% | 0.7% | - |
| HSV(B) | 45.19º | 0.36% | 0.85% | - |
| XYZ | 52.95 | 56.4 | 32.52 | - |
| YUV | 196.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 139 | 0 | 0.09 | 0.36 | 0.15 | 45.19 | 0.5 | 0.7 |
| Hex | D8 | C5 | 8B | 0 | 9 | 24 | F | 2D | 32 | 46 |
| Octal | 330 | 305 | 213 | 0 | 11 | 44 | 17 | 55 | 62 | 106 |
| Binary | 11011000 | 11000101 | 10001011 | 0 | 1001 | 100100 | 1111 | 101101 | 110010 | 1000110 |
Color Harmonies of #D8C58B
Complementary color
Monochromatic Colors of #D8C58B
Black with #D8C58B
Text Example
Text Example
White with #D8C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C58B; }
p { color: rgb(216,197,139); }
H1.HeaderClassName
{
color: #D8C58B;
}
.AnyTagClassName
{
color: #D8C58B;
}
</style>
background-color css
<style>
a { background-color: #D8C58B; }
a { background-color: rgb(216,197,139); }
div.DivClassName
{
background-color: #D8C58B;
}
.BgClassName
{
background-color: #D8C58B;
}
</style>
border-color css
<style>
span { border-color: #D8C58B; }
span { border-color: rgb(216,197,139); }
td.TdClassName
{
border-color: #D8C58B;
}
.TagClassName
{
border-color: #D8C58B;
}
</style>