Shades of Zombie #D8C18E
Tints of Zombie #D8C18E
RGB
CMYK
RGB Variations
Color information
#D8C18E (or 0xD8C18E) is known color: Zombie. HEX triplet: D8, C1 and 8E. RGB value is (216,193,142). Sum of RGB (Red+Green+Blue) = 216+193+142=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C18E is #273E71. Grayscale: #C2C2C2. Windows color (decimal): -2571890 or 9355736. OLE color: 9355736.
HSL color Cylindrical-coordinate representation of color #D8C18E: hue angle of 41.35º 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 #D8C18E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 142 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.15 |
| HSL | 41.35º | 0.49% | 0.7% | - |
| HSV(B) | 41.35º | 0.34% | 0.85% | - |
| XYZ | 52.27 | 54.69 | 33.39 | - |
| YUV | 194.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 142 | 0 | 0.11 | 0.34 | 0.15 | 41.35 | 0.49 | 0.7 |
| Hex | D8 | C1 | 8E | 0 | B | 22 | F | 29 | 31 | 46 |
| Octal | 330 | 301 | 216 | 0 | 13 | 42 | 17 | 51 | 61 | 106 |
| Binary | 11011000 | 11000001 | 10001110 | 0 | 1011 | 100010 | 1111 | 101001 | 110001 | 1000110 |
Color Harmonies of #D8C18E
Complementary color
Monochromatic Colors of #D8C18E
Black with #D8C18E
Text Example
Text Example
White with #D8C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C18E; }
p { color: rgb(216,193,142); }
H1.HeaderClassName
{
color: #D8C18E;
}
.AnyTagClassName
{
color: #D8C18E;
}
</style>
background-color css
<style>
a { background-color: #D8C18E; }
a { background-color: rgb(216,193,142); }
div.DivClassName
{
background-color: #D8C18E;
}
.BgClassName
{
background-color: #D8C18E;
}
</style>
border-color css
<style>
span { border-color: #D8C18E; }
span { border-color: rgb(216,193,142); }
td.TdClassName
{
border-color: #D8C18E;
}
.TagClassName
{
border-color: #D8C18E;
}
</style>