Shades of Zombie #D8C48B
Tints of Zombie #D8C48B
RGB
CMYK
RGB Variations
Color information
#D8C48B (or 0xD8C48B) is known color: Zombie. HEX triplet: D8, C4 and 8B. RGB value is (216,196,139). Sum of RGB (Red+Green+Blue) = 216+196+139=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C48B is #273B74. Grayscale: #C3C3C3. Windows color (decimal): -2571125 or 9159896. OLE color: 9159896.
HSL color Cylindrical-coordinate representation of color #D8C48B: hue angle of 44.42º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8C48B is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 139 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.15 |
| HSL | 44.42º | 0.5% | 0.7% | - |
| HSV(B) | 44.42º | 0.36% | 0.85% | - |
| XYZ | 52.72 | 55.94 | 32.45 | - |
| YUV | 195.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 139 | 0 | 0.09 | 0.36 | 0.15 | 44.42 | 0.5 | 0.7 |
| Hex | D8 | C4 | 8B | 0 | 9 | 24 | F | 2C | 32 | 46 |
| Octal | 330 | 304 | 213 | 0 | 11 | 44 | 17 | 54 | 62 | 106 |
| Binary | 11011000 | 11000100 | 10001011 | 0 | 1001 | 100100 | 1111 | 101100 | 110010 | 1000110 |
Color Harmonies of #D8C48B
Complementary color
Monochromatic Colors of #D8C48B
Black with #D8C48B
Text Example
Text Example
White with #D8C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C48B; }
p { color: rgb(216,196,139); }
H1.HeaderClassName
{
color: #D8C48B;
}
.AnyTagClassName
{
color: #D8C48B;
}
</style>
background-color css
<style>
a { background-color: #D8C48B; }
a { background-color: rgb(216,196,139); }
div.DivClassName
{
background-color: #D8C48B;
}
.BgClassName
{
background-color: #D8C48B;
}
</style>
border-color css
<style>
span { border-color: #D8C48B; }
span { border-color: rgb(216,196,139); }
td.TdClassName
{
border-color: #D8C48B;
}
.TagClassName
{
border-color: #D8C48B;
}
</style>