Shades of Zombie #D8C18D
Tints of Zombie #D8C18D
RGB
CMYK
RGB Variations
Color information
#D8C18D (or 0xD8C18D) is known color: Zombie. HEX triplet: D8, C1 and 8D. RGB value is (216,193,141). Sum of RGB (Red+Green+Blue) = 216+193+141=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C18D is #273E72. Grayscale: #C2C2C2. Windows color (decimal): -2571891 or 9290200. OLE color: 9290200.
HSL color Cylindrical-coordinate representation of color #D8C18D: hue angle of 41.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8C18D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 141 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.15 |
| HSL | 41.6º | 0.49% | 0.7% | - |
| HSV(B) | 41.6º | 0.35% | 0.85% | - |
| XYZ | 52.2 | 54.66 | 33 | - |
| YUV | 193.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 141 | 0 | 0.11 | 0.35 | 0.15 | 41.6 | 0.49 | 0.7 |
| Hex | D8 | C1 | 8D | 0 | B | 23 | F | 2A | 31 | 46 |
| Octal | 330 | 301 | 215 | 0 | 13 | 43 | 17 | 52 | 61 | 106 |
| Binary | 11011000 | 11000001 | 10001101 | 0 | 1011 | 100011 | 1111 | 101010 | 110001 | 1000110 |
Color Harmonies of #D8C18D
Complementary color
Monochromatic Colors of #D8C18D
Black with #D8C18D
Text Example
Text Example
White with #D8C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C18D; }
p { color: rgb(216,193,141); }
H1.HeaderClassName
{
color: #D8C18D;
}
.AnyTagClassName
{
color: #D8C18D;
}
</style>
background-color css
<style>
a { background-color: #D8C18D; }
a { background-color: rgb(216,193,141); }
div.DivClassName
{
background-color: #D8C18D;
}
.BgClassName
{
background-color: #D8C18D;
}
</style>
border-color css
<style>
span { border-color: #D8C18D; }
span { border-color: rgb(216,193,141); }
td.TdClassName
{
border-color: #D8C18D;
}
.TagClassName
{
border-color: #D8C18D;
}
</style>