Shades of Zombie #D8C486
Tints of Zombie #D8C486
RGB
CMYK
RGB Variations
Color information
#D8C486 (or 0xD8C486) is known color: Zombie. HEX triplet: D8, C4 and 86. RGB value is (216,196,134). Sum of RGB (Red+Green+Blue) = 216+196+134=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C486 is #273B79. Grayscale: #C3C3C3. Windows color (decimal): -2571130 or 8832216. OLE color: 8832216.
HSL color Cylindrical-coordinate representation of color #D8C486: hue angle of 45.37º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8C486 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 134 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.15 |
| HSL | 45.37º | 0.51% | 0.69% | - |
| HSV(B) | 45.37º | 0.38% | 0.85% | - |
| XYZ | 52.36 | 55.8 | 30.56 | - |
| YUV | 194.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 134 | 0 | 0.09 | 0.38 | 0.15 | 45.37 | 0.51 | 0.69 |
| Hex | D8 | C4 | 86 | 0 | 9 | 26 | F | 2D | 33 | 45 |
| Octal | 330 | 304 | 206 | 0 | 11 | 46 | 17 | 55 | 63 | 105 |
| Binary | 11011000 | 11000100 | 10000110 | 0 | 1001 | 100110 | 1111 | 101101 | 110011 | 1000101 |
Color Harmonies of #D8C486
Complementary color
Monochromatic Colors of #D8C486
Black with #D8C486
Text Example
Text Example
White with #D8C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C486; }
p { color: rgb(216,196,134); }
H1.HeaderClassName
{
color: #D8C486;
}
.AnyTagClassName
{
color: #D8C486;
}
</style>
background-color css
<style>
a { background-color: #D8C486; }
a { background-color: rgb(216,196,134); }
div.DivClassName
{
background-color: #D8C486;
}
.BgClassName
{
background-color: #D8C486;
}
</style>
border-color css
<style>
span { border-color: #D8C486; }
span { border-color: rgb(216,196,134); }
td.TdClassName
{
border-color: #D8C486;
}
.TagClassName
{
border-color: #D8C486;
}
</style>