Shades of Zombie #DBC88C
Tints of Zombie #DBC88C
RGB
CMYK
RGB Variations
Color information
#DBC88C (or 0xDBC88C) is known color: Zombie. HEX triplet: DB, C8 and 8C. RGB value is (219,200,140). Sum of RGB (Red+Green+Blue) = 219+200+140=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC88C is #243773. Grayscale: #C7C7C7. Windows color (decimal): -2373492 or 9226459. OLE color: 9226459.
HSL color Cylindrical-coordinate representation of color #DBC88C: hue angle of 45.57º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBC88C is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 140 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.14 |
| HSL | 45.57º | 0.52% | 0.7% | - |
| HSV(B) | 45.57º | 0.36% | 0.86% | - |
| XYZ | 54.6 | 58.26 | 33.18 | - |
| YUV | 198.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 140 | 0 | 0.09 | 0.36 | 0.14 | 45.57 | 0.52 | 0.7 |
| Hex | DB | C8 | 8C | 0 | 9 | 24 | E | 2E | 34 | 46 |
| Octal | 333 | 310 | 214 | 0 | 11 | 44 | 16 | 56 | 64 | 106 |
| Binary | 11011011 | 11001000 | 10001100 | 0 | 1001 | 100100 | 1110 | 101110 | 110100 | 1000110 |
Color Harmonies of #DBC88C
Complementary color
Monochromatic Colors of #DBC88C
Black with #DBC88C
Text Example
Text Example
White with #DBC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC88C; }
p { color: rgb(219,200,140); }
H1.HeaderClassName
{
color: #DBC88C;
}
.AnyTagClassName
{
color: #DBC88C;
}
</style>
background-color css
<style>
a { background-color: #DBC88C; }
a { background-color: rgb(219,200,140); }
div.DivClassName
{
background-color: #DBC88C;
}
.BgClassName
{
background-color: #DBC88C;
}
</style>
border-color css
<style>
span { border-color: #DBC88C; }
span { border-color: rgb(219,200,140); }
td.TdClassName
{
border-color: #DBC88C;
}
.TagClassName
{
border-color: #DBC88C;
}
</style>