Shades of Zombie #D8C488
Tints of Zombie #D8C488
RGB
CMYK
RGB Variations
Color information
#D8C488 (or 0xD8C488) is known color: Zombie. HEX triplet: D8, C4 and 88. RGB value is (216,196,136). Sum of RGB (Red+Green+Blue) = 216+196+136=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C488 is #273B77. Grayscale: #C3C3C3. Windows color (decimal): -2571128 or 8963288. OLE color: 8963288.
HSL color Cylindrical-coordinate representation of color #D8C488: hue angle of 45º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8C488 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 136 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.15 |
| HSL | 45º | 0.51% | 0.69% | - |
| HSV(B) | 45º | 0.37% | 0.85% | - |
| XYZ | 52.5 | 55.86 | 31.31 | - |
| YUV | 195.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 136 | 0 | 0.09 | 0.37 | 0.15 | 45 | 0.51 | 0.69 |
| Hex | D8 | C4 | 88 | 0 | 9 | 25 | F | 2D | 33 | 45 |
| Octal | 330 | 304 | 210 | 0 | 11 | 45 | 17 | 55 | 63 | 105 |
| Binary | 11011000 | 11000100 | 10001000 | 0 | 1001 | 100101 | 1111 | 101101 | 110011 | 1000101 |
Color Harmonies of #D8C488
Complementary color
Monochromatic Colors of #D8C488
Black with #D8C488
Text Example
Text Example
White with #D8C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C488; }
p { color: rgb(216,196,136); }
H1.HeaderClassName
{
color: #D8C488;
}
.AnyTagClassName
{
color: #D8C488;
}
</style>
background-color css
<style>
a { background-color: #D8C488; }
a { background-color: rgb(216,196,136); }
div.DivClassName
{
background-color: #D8C488;
}
.BgClassName
{
background-color: #D8C488;
}
</style>
border-color css
<style>
span { border-color: #D8C488; }
span { border-color: rgb(216,196,136); }
td.TdClassName
{
border-color: #D8C488;
}
.TagClassName
{
border-color: #D8C488;
}
</style>