Shades of Zombie #DBC088
Tints of Zombie #DBC088
RGB
CMYK
RGB Variations
Color information
#DBC088 (or 0xDBC088) is known color: Zombie. HEX triplet: DB, C0 and 88. RGB value is (219,192,136). Sum of RGB (Red+Green+Blue) = 219+192+136=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC088 is #243F77. Grayscale: #C1C1C1. Windows color (decimal): -2375544 or 8962267. OLE color: 8962267.
HSL color Cylindrical-coordinate representation of color #DBC088: hue angle of 40.48º 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 #DBC088 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 136 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.14 |
| HSL | 40.48º | 0.54% | 0.7% | - |
| HSV(B) | 40.48º | 0.38% | 0.86% | - |
| XYZ | 52.51 | 54.54 | 31.05 | - |
| YUV | 193.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 136 | 0 | 0.12 | 0.38 | 0.14 | 40.48 | 0.54 | 0.7 |
| Hex | DB | C0 | 88 | 0 | C | 26 | E | 28 | 36 | 46 |
| Octal | 333 | 300 | 210 | 0 | 14 | 46 | 16 | 50 | 66 | 106 |
| Binary | 11011011 | 11000000 | 10001000 | 0 | 1100 | 100110 | 1110 | 101000 | 110110 | 1000110 |
Color Harmonies of #DBC088
Complementary color
Monochromatic Colors of #DBC088
Black with #DBC088
Text Example
Text Example
White with #DBC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC088; }
p { color: rgb(219,192,136); }
H1.HeaderClassName
{
color: #DBC088;
}
.AnyTagClassName
{
color: #DBC088;
}
</style>
background-color css
<style>
a { background-color: #DBC088; }
a { background-color: rgb(219,192,136); }
div.DivClassName
{
background-color: #DBC088;
}
.BgClassName
{
background-color: #DBC088;
}
</style>
border-color css
<style>
span { border-color: #DBC088; }
span { border-color: rgb(219,192,136); }
td.TdClassName
{
border-color: #DBC088;
}
.TagClassName
{
border-color: #DBC088;
}
</style>