Shades of Zombie #DBC08D
Tints of Zombie #DBC08D
RGB
CMYK
RGB Variations
Color information
#DBC08D (or 0xDBC08D) is known color: Zombie. HEX triplet: DB, C0 and 8D. RGB value is (219,192,141). Sum of RGB (Red+Green+Blue) = 219+192+141=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC08D is #243F72. Grayscale: #C2C2C2. Windows color (decimal): -2375539 or 9289947. OLE color: 9289947.
HSL color Cylindrical-coordinate representation of color #DBC08D: hue angle of 39.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBC08D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 141 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.14 |
| HSL | 39.23º | 0.52% | 0.71% | - |
| HSV(B) | 39.23º | 0.36% | 0.86% | - |
| XYZ | 52.87 | 54.68 | 32.97 | - |
| YUV | 194.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 141 | 0 | 0.12 | 0.36 | 0.14 | 39.23 | 0.52 | 0.71 |
| Hex | DB | C0 | 8D | 0 | C | 24 | E | 27 | 34 | 47 |
| Octal | 333 | 300 | 215 | 0 | 14 | 44 | 16 | 47 | 64 | 107 |
| Binary | 11011011 | 11000000 | 10001101 | 0 | 1100 | 100100 | 1110 | 100111 | 110100 | 1000111 |
Color Harmonies of #DBC08D
Complementary color
Monochromatic Colors of #DBC08D
Black with #DBC08D
Text Example
Text Example
White with #DBC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC08D; }
p { color: rgb(219,192,141); }
H1.HeaderClassName
{
color: #DBC08D;
}
.AnyTagClassName
{
color: #DBC08D;
}
</style>
background-color css
<style>
a { background-color: #DBC08D; }
a { background-color: rgb(219,192,141); }
div.DivClassName
{
background-color: #DBC08D;
}
.BgClassName
{
background-color: #DBC08D;
}
</style>
border-color css
<style>
span { border-color: #DBC08D; }
span { border-color: rgb(219,192,141); }
td.TdClassName
{
border-color: #DBC08D;
}
.TagClassName
{
border-color: #DBC08D;
}
</style>