Shades of Zombie #DBC08F
Tints of Zombie #DBC08F
RGB
CMYK
RGB Variations
Color information
#DBC08F (or 0xDBC08F) is known color: Zombie. HEX triplet: DB, C0 and 8F. RGB value is (219,192,143). Sum of RGB (Red+Green+Blue) = 219+192+143=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC08F is #243F70. Grayscale: #C2C2C2. Windows color (decimal): -2375537 or 9421019. OLE color: 9421019.
HSL color Cylindrical-coordinate representation of color #DBC08F: hue angle of 38.68º degrees, saturation: 0.51, 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 #DBC08F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 143 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.14 |
| HSL | 38.68º | 0.51% | 0.71% | - |
| HSV(B) | 38.68º | 0.35% | 0.86% | - |
| XYZ | 53.02 | 54.74 | 33.76 | - |
| YUV | 194.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 143 | 0 | 0.12 | 0.35 | 0.14 | 38.68 | 0.51 | 0.71 |
| Hex | DB | C0 | 8F | 0 | C | 23 | E | 27 | 33 | 47 |
| Octal | 333 | 300 | 217 | 0 | 14 | 43 | 16 | 47 | 63 | 107 |
| Binary | 11011011 | 11000000 | 10001111 | 0 | 1100 | 100011 | 1110 | 100111 | 110011 | 1000111 |
Color Harmonies of #DBC08F
Complementary color
Monochromatic Colors of #DBC08F
Black with #DBC08F
Text Example
Text Example
White with #DBC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC08F; }
p { color: rgb(219,192,143); }
H1.HeaderClassName
{
color: #DBC08F;
}
.AnyTagClassName
{
color: #DBC08F;
}
</style>
background-color css
<style>
a { background-color: #DBC08F; }
a { background-color: rgb(219,192,143); }
div.DivClassName
{
background-color: #DBC08F;
}
.BgClassName
{
background-color: #DBC08F;
}
</style>
border-color css
<style>
span { border-color: #DBC08F; }
span { border-color: rgb(219,192,143); }
td.TdClassName
{
border-color: #DBC08F;
}
.TagClassName
{
border-color: #DBC08F;
}
</style>