Shades of Zombie #D8C48E
Tints of Zombie #D8C48E
RGB
CMYK
RGB Variations
Color information
#D8C48E (or 0xD8C48E) is known color: Zombie. HEX triplet: D8, C4 and 8E. RGB value is (216,196,142). Sum of RGB (Red+Green+Blue) = 216+196+142=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C48E is #273B71. Grayscale: #C4C4C4. Windows color (decimal): -2571122 or 9356504. OLE color: 9356504.
HSL color Cylindrical-coordinate representation of color #D8C48E: hue angle of 43.78º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8C48E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 142 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.15 |
| HSL | 43.78º | 0.49% | 0.7% | - |
| HSV(B) | 43.78º | 0.34% | 0.85% | - |
| XYZ | 52.94 | 56.03 | 33.62 | - |
| YUV | 195.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 142 | 0 | 0.09 | 0.34 | 0.15 | 43.78 | 0.49 | 0.7 |
| Hex | D8 | C4 | 8E | 0 | 9 | 22 | F | 2C | 31 | 46 |
| Octal | 330 | 304 | 216 | 0 | 11 | 42 | 17 | 54 | 61 | 106 |
| Binary | 11011000 | 11000100 | 10001110 | 0 | 1001 | 100010 | 1111 | 101100 | 110001 | 1000110 |
Color Harmonies of #D8C48E
Complementary color
Monochromatic Colors of #D8C48E
Black with #D8C48E
Text Example
Text Example
White with #D8C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C48E; }
p { color: rgb(216,196,142); }
H1.HeaderClassName
{
color: #D8C48E;
}
.AnyTagClassName
{
color: #D8C48E;
}
</style>
background-color css
<style>
a { background-color: #D8C48E; }
a { background-color: rgb(216,196,142); }
div.DivClassName
{
background-color: #D8C48E;
}
.BgClassName
{
background-color: #D8C48E;
}
</style>
border-color css
<style>
span { border-color: #D8C48E; }
span { border-color: rgb(216,196,142); }
td.TdClassName
{
border-color: #D8C48E;
}
.TagClassName
{
border-color: #D8C48E;
}
</style>