Shades of Zombie #D8C481
Tints of Zombie #D8C481
RGB
CMYK
RGB Variations
Color information
#D8C481 (or 0xD8C481) is known color: Zombie. HEX triplet: D8, C4 and 81. RGB value is (216,196,129). Sum of RGB (Red+Green+Blue) = 216+196+129=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C481 is #273B7E. Grayscale: #C2C2C2. Windows color (decimal): -2571135 or 8504536. OLE color: 8504536.
HSL color Cylindrical-coordinate representation of color #D8C481: hue angle of 46.21º 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 #D8C481 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 129 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.15 |
| HSL | 46.21º | 0.53% | 0.68% | - |
| HSV(B) | 46.21º | 0.4% | 0.85% | - |
| XYZ | 52.02 | 55.66 | 28.77 | - |
| YUV | 194.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 129 | 0 | 0.09 | 0.40 | 0.15 | 46.21 | 0.53 | 0.68 |
| Hex | D8 | C4 | 81 | 0 | 9 | 28 | F | 2E | 35 | 44 |
| Octal | 330 | 304 | 201 | 0 | 11 | 50 | 17 | 56 | 65 | 104 |
| Binary | 11011000 | 11000100 | 10000001 | 0 | 1001 | 101000 | 1111 | 101110 | 110101 | 1000100 |
Color Harmonies of #D8C481
Complementary color
Monochromatic Colors of #D8C481
Black with #D8C481
Text Example
Text Example
White with #D8C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C481; }
p { color: rgb(216,196,129); }
H1.HeaderClassName
{
color: #D8C481;
}
.AnyTagClassName
{
color: #D8C481;
}
</style>
background-color css
<style>
a { background-color: #D8C481; }
a { background-color: rgb(216,196,129); }
div.DivClassName
{
background-color: #D8C481;
}
.BgClassName
{
background-color: #D8C481;
}
</style>
border-color css
<style>
span { border-color: #D8C481; }
span { border-color: rgb(216,196,129); }
td.TdClassName
{
border-color: #D8C481;
}
.TagClassName
{
border-color: #D8C481;
}
</style>