Shades of Zombie #DBC588
Tints of Zombie #DBC588
RGB
CMYK
RGB Variations
Color information
#DBC588 (or 0xDBC588) is known color: Zombie. HEX triplet: DB, C5 and 88. RGB value is (219,197,136). Sum of RGB (Red+Green+Blue) = 219+197+136=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC588 is #243A77. Grayscale: #C4C4C4. Windows color (decimal): -2374264 or 8963547. OLE color: 8963547.
HSL color Cylindrical-coordinate representation of color #DBC588: hue angle of 44.1º 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 #DBC588 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 136 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.14 |
| HSL | 44.1º | 0.54% | 0.7% | - |
| HSV(B) | 44.1º | 0.38% | 0.86% | - |
| XYZ | 53.62 | 56.77 | 31.42 | - |
| YUV | 196.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 136 | 0 | 0.10 | 0.38 | 0.14 | 44.1 | 0.54 | 0.7 |
| Hex | DB | C5 | 88 | 0 | A | 26 | E | 2C | 36 | 46 |
| Octal | 333 | 305 | 210 | 0 | 12 | 46 | 16 | 54 | 66 | 106 |
| Binary | 11011011 | 11000101 | 10001000 | 0 | 1010 | 100110 | 1110 | 101100 | 110110 | 1000110 |
Color Harmonies of #DBC588
Complementary color
Monochromatic Colors of #DBC588
Black with #DBC588
Text Example
Text Example
White with #DBC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC588; }
p { color: rgb(219,197,136); }
H1.HeaderClassName
{
color: #DBC588;
}
.AnyTagClassName
{
color: #DBC588;
}
</style>
background-color css
<style>
a { background-color: #DBC588; }
a { background-color: rgb(219,197,136); }
div.DivClassName
{
background-color: #DBC588;
}
.BgClassName
{
background-color: #DBC588;
}
</style>
border-color css
<style>
span { border-color: #DBC588; }
span { border-color: rgb(219,197,136); }
td.TdClassName
{
border-color: #DBC588;
}
.TagClassName
{
border-color: #DBC588;
}
</style>