Shades of Zombie #DBC688
Tints of Zombie #DBC688
RGB
CMYK
RGB Variations
Color information
#DBC688 (or 0xDBC688) is known color: Zombie. HEX triplet: DB, C6 and 88. RGB value is (219,198,136). Sum of RGB (Red+Green+Blue) = 219+198+136=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC688 is #243977. Grayscale: #C5C5C5. Windows color (decimal): -2374008 or 8963803. OLE color: 8963803.
HSL color Cylindrical-coordinate representation of color #DBC688: hue angle of 44.82º 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 #DBC688 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 136 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.14 |
| HSL | 44.82º | 0.54% | 0.7% | - |
| HSV(B) | 44.82º | 0.38% | 0.86% | - |
| XYZ | 53.85 | 57.23 | 31.5 | - |
| YUV | 197.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 136 | 0 | 0.10 | 0.38 | 0.14 | 44.82 | 0.54 | 0.7 |
| Hex | DB | C6 | 88 | 0 | A | 26 | E | 2D | 36 | 46 |
| Octal | 333 | 306 | 210 | 0 | 12 | 46 | 16 | 55 | 66 | 106 |
| Binary | 11011011 | 11000110 | 10001000 | 0 | 1010 | 100110 | 1110 | 101101 | 110110 | 1000110 |
Color Harmonies of #DBC688
Complementary color
Monochromatic Colors of #DBC688
Black with #DBC688
Text Example
Text Example
White with #DBC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC688; }
p { color: rgb(219,198,136); }
H1.HeaderClassName
{
color: #DBC688;
}
.AnyTagClassName
{
color: #DBC688;
}
</style>
background-color css
<style>
a { background-color: #DBC688; }
a { background-color: rgb(219,198,136); }
div.DivClassName
{
background-color: #DBC688;
}
.BgClassName
{
background-color: #DBC688;
}
</style>
border-color css
<style>
span { border-color: #DBC688; }
span { border-color: rgb(219,198,136); }
td.TdClassName
{
border-color: #DBC688;
}
.TagClassName
{
border-color: #DBC688;
}
</style>