Shades of Zombie #DBC88E
Tints of Zombie #DBC88E
RGB
CMYK
RGB Variations
Color information
#DBC88E (or 0xDBC88E) is known color: Zombie. HEX triplet: DB, C8 and 8E. RGB value is (219,200,142). Sum of RGB (Red+Green+Blue) = 219+200+142=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC88E is #243771. Grayscale: #C7C7C7. Windows color (decimal): -2373490 or 9357531. OLE color: 9357531.
HSL color Cylindrical-coordinate representation of color #DBC88E: hue angle of 45.19º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBC88E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 142 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 45.19º | 0.52% | 0.71% | - |
| HSV(B) | 45.19º | 0.35% | 0.86% | - |
| XYZ | 54.75 | 58.32 | 33.96 | - |
| YUV | 199.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 142 | 0 | 0.09 | 0.35 | 0.14 | 45.19 | 0.52 | 0.71 |
| Hex | DB | C8 | 8E | 0 | 9 | 23 | E | 2D | 34 | 47 |
| Octal | 333 | 310 | 216 | 0 | 11 | 43 | 16 | 55 | 64 | 107 |
| Binary | 11011011 | 11001000 | 10001110 | 0 | 1001 | 100011 | 1110 | 101101 | 110100 | 1000111 |
Color Harmonies of #DBC88E
Complementary color
Monochromatic Colors of #DBC88E
Black with #DBC88E
Text Example
Text Example
White with #DBC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC88E; }
p { color: rgb(219,200,142); }
H1.HeaderClassName
{
color: #DBC88E;
}
.AnyTagClassName
{
color: #DBC88E;
}
</style>
background-color css
<style>
a { background-color: #DBC88E; }
a { background-color: rgb(219,200,142); }
div.DivClassName
{
background-color: #DBC88E;
}
.BgClassName
{
background-color: #DBC88E;
}
</style>
border-color css
<style>
span { border-color: #DBC88E; }
span { border-color: rgb(219,200,142); }
td.TdClassName
{
border-color: #DBC88E;
}
.TagClassName
{
border-color: #DBC88E;
}
</style>