Shades of Zombie #D8C382
Tints of Zombie #D8C382
RGB
CMYK
RGB Variations
Color information
#D8C382 (or 0xD8C382) is known color: Zombie. HEX triplet: D8, C3 and 82. RGB value is (216,195,130). Sum of RGB (Red+Green+Blue) = 216+195+130=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C382 is #273C7D. Grayscale: #C2C2C2. Windows color (decimal): -2571390 or 8569816. OLE color: 8569816.
HSL color Cylindrical-coordinate representation of color #D8C382: hue angle of 45.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C382 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 130 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.15 |
| HSL | 45.35º | 0.52% | 0.68% | - |
| HSV(B) | 45.35º | 0.4% | 0.85% | - |
| XYZ | 51.86 | 55.24 | 29.05 | - |
| YUV | 193.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 130 | 0 | 0.10 | 0.40 | 0.15 | 45.35 | 0.52 | 0.68 |
| Hex | D8 | C3 | 82 | 0 | A | 28 | F | 2D | 34 | 44 |
| Octal | 330 | 303 | 202 | 0 | 12 | 50 | 17 | 55 | 64 | 104 |
| Binary | 11011000 | 11000011 | 10000010 | 0 | 1010 | 101000 | 1111 | 101101 | 110100 | 1000100 |
Color Harmonies of #D8C382
Complementary color
Monochromatic Colors of #D8C382
Black with #D8C382
Text Example
Text Example
White with #D8C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C382; }
p { color: rgb(216,195,130); }
H1.HeaderClassName
{
color: #D8C382;
}
.AnyTagClassName
{
color: #D8C382;
}
</style>
background-color css
<style>
a { background-color: #D8C382; }
a { background-color: rgb(216,195,130); }
div.DivClassName
{
background-color: #D8C382;
}
.BgClassName
{
background-color: #D8C382;
}
</style>
border-color css
<style>
span { border-color: #D8C382; }
span { border-color: rgb(216,195,130); }
td.TdClassName
{
border-color: #D8C382;
}
.TagClassName
{
border-color: #D8C382;
}
</style>