Shades of Zombie #DBC488
Tints of Zombie #DBC488
RGB
CMYK
RGB Variations
Color information
#DBC488 (or 0xDBC488) is known color: Zombie. HEX triplet: DB, C4 and 88. RGB value is (219,196,136). Sum of RGB (Red+Green+Blue) = 219+196+136=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC488 is #243B77. Grayscale: #C4C4C4. Windows color (decimal): -2374520 or 8963291. OLE color: 8963291.
HSL color Cylindrical-coordinate representation of color #DBC488: hue angle of 43.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBC488 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 136 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.14 |
| HSL | 43.37º | 0.54% | 0.7% | - |
| HSV(B) | 43.37º | 0.38% | 0.86% | - |
| XYZ | 53.4 | 56.32 | 31.35 | - |
| YUV | 196.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 136 | 0 | 0.11 | 0.38 | 0.14 | 43.37 | 0.54 | 0.7 |
| Hex | DB | C4 | 88 | 0 | B | 26 | E | 2B | 36 | 46 |
| Octal | 333 | 304 | 210 | 0 | 13 | 46 | 16 | 53 | 66 | 106 |
| Binary | 11011011 | 11000100 | 10001000 | 0 | 1011 | 100110 | 1110 | 101011 | 110110 | 1000110 |
Color Harmonies of #DBC488
Complementary color
Monochromatic Colors of #DBC488
Black with #DBC488
Text Example
Text Example
White with #DBC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC488; }
p { color: rgb(219,196,136); }
H1.HeaderClassName
{
color: #DBC488;
}
.AnyTagClassName
{
color: #DBC488;
}
</style>
background-color css
<style>
a { background-color: #DBC488; }
a { background-color: rgb(219,196,136); }
div.DivClassName
{
background-color: #DBC488;
}
.BgClassName
{
background-color: #DBC488;
}
</style>
border-color css
<style>
span { border-color: #DBC488; }
span { border-color: rgb(219,196,136); }
td.TdClassName
{
border-color: #DBC488;
}
.TagClassName
{
border-color: #DBC488;
}
</style>