Shades of Zombie #D8C381
Tints of Zombie #D8C381
RGB
CMYK
RGB Variations
Color information
#D8C381 (or 0xD8C381) is known color: Zombie. HEX triplet: D8, C3 and 81. RGB value is (216,195,129). Sum of RGB (Red+Green+Blue) = 216+195+129=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C381 is #273C7E. Grayscale: #C2C2C2. Windows color (decimal): -2571391 or 8504280. OLE color: 8504280.
HSL color Cylindrical-coordinate representation of color #D8C381: hue angle of 45.52º degrees, saturation: 0.53, 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 #D8C381 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 129 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.15 |
| HSL | 45.52º | 0.53% | 0.68% | - |
| HSV(B) | 45.52º | 0.4% | 0.85% | - |
| XYZ | 51.8 | 55.21 | 28.7 | - |
| YUV | 193.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 129 | 0 | 0.10 | 0.40 | 0.15 | 45.52 | 0.53 | 0.68 |
| Hex | D8 | C3 | 81 | 0 | A | 28 | F | 2E | 35 | 44 |
| Octal | 330 | 303 | 201 | 0 | 12 | 50 | 17 | 56 | 65 | 104 |
| Binary | 11011000 | 11000011 | 10000001 | 0 | 1010 | 101000 | 1111 | 101110 | 110101 | 1000100 |
Color Harmonies of #D8C381
Complementary color
Monochromatic Colors of #D8C381
Black with #D8C381
Text Example
Text Example
White with #D8C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C381; }
p { color: rgb(216,195,129); }
H1.HeaderClassName
{
color: #D8C381;
}
.AnyTagClassName
{
color: #D8C381;
}
</style>
background-color css
<style>
a { background-color: #D8C381; }
a { background-color: rgb(216,195,129); }
div.DivClassName
{
background-color: #D8C381;
}
.BgClassName
{
background-color: #D8C381;
}
</style>
border-color css
<style>
span { border-color: #D8C381; }
span { border-color: rgb(216,195,129); }
td.TdClassName
{
border-color: #D8C381;
}
.TagClassName
{
border-color: #D8C381;
}
</style>