Shades of Zombie #D8C48A
Tints of Zombie #D8C48A
RGB
CMYK
RGB Variations
Color information
#D8C48A (or 0xD8C48A) is known color: Zombie. HEX triplet: D8, C4 and 8A. RGB value is (216,196,138). Sum of RGB (Red+Green+Blue) = 216+196+138=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C48A is #273B75. Grayscale: #C3C3C3. Windows color (decimal): -2571126 or 9094360. OLE color: 9094360.
HSL color Cylindrical-coordinate representation of color #D8C48A: hue angle of 44.62º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8C48A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 138 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.15 |
| HSL | 44.62º | 0.5% | 0.69% | - |
| HSV(B) | 44.62º | 0.36% | 0.85% | - |
| XYZ | 52.65 | 55.91 | 32.06 | - |
| YUV | 195.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 138 | 0 | 0.09 | 0.36 | 0.15 | 44.62 | 0.5 | 0.69 |
| Hex | D8 | C4 | 8A | 0 | 9 | 24 | F | 2D | 32 | 45 |
| Octal | 330 | 304 | 212 | 0 | 11 | 44 | 17 | 55 | 62 | 105 |
| Binary | 11011000 | 11000100 | 10001010 | 0 | 1001 | 100100 | 1111 | 101101 | 110010 | 1000101 |
Color Harmonies of #D8C48A
Complementary color
Monochromatic Colors of #D8C48A
Black with #D8C48A
Text Example
Text Example
White with #D8C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C48A; }
p { color: rgb(216,196,138); }
H1.HeaderClassName
{
color: #D8C48A;
}
.AnyTagClassName
{
color: #D8C48A;
}
</style>
background-color css
<style>
a { background-color: #D8C48A; }
a { background-color: rgb(216,196,138); }
div.DivClassName
{
background-color: #D8C48A;
}
.BgClassName
{
background-color: #D8C48A;
}
</style>
border-color css
<style>
span { border-color: #D8C48A; }
span { border-color: rgb(216,196,138); }
td.TdClassName
{
border-color: #D8C48A;
}
.TagClassName
{
border-color: #D8C48A;
}
</style>