Shades of Zombie #DBC68B
Tints of Zombie #DBC68B
RGB
CMYK
RGB Variations
Color information
#DBC68B (or 0xDBC68B) is known color: Zombie. HEX triplet: DB, C6 and 8B. RGB value is (219,198,139). Sum of RGB (Red+Green+Blue) = 219+198+139=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC68B is #243974. Grayscale: #C5C5C5. Windows color (decimal): -2374005 or 9160411. OLE color: 9160411.
HSL color Cylindrical-coordinate representation of color #DBC68B: hue angle of 44.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBC68B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 139 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 44.25º | 0.53% | 0.7% | - |
| HSV(B) | 44.25º | 0.37% | 0.86% | - |
| XYZ | 54.07 | 57.31 | 32.64 | - |
| YUV | 197.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 139 | 0 | 0.10 | 0.37 | 0.14 | 44.25 | 0.53 | 0.7 |
| Hex | DB | C6 | 8B | 0 | A | 25 | E | 2C | 35 | 46 |
| Octal | 333 | 306 | 213 | 0 | 12 | 45 | 16 | 54 | 65 | 106 |
| Binary | 11011011 | 11000110 | 10001011 | 0 | 1010 | 100101 | 1110 | 101100 | 110101 | 1000110 |
Color Harmonies of #DBC68B
Complementary color
Monochromatic Colors of #DBC68B
Black with #DBC68B
Text Example
Text Example
White with #DBC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC68B; }
p { color: rgb(219,198,139); }
H1.HeaderClassName
{
color: #DBC68B;
}
.AnyTagClassName
{
color: #DBC68B;
}
</style>
background-color css
<style>
a { background-color: #DBC68B; }
a { background-color: rgb(219,198,139); }
div.DivClassName
{
background-color: #DBC68B;
}
.BgClassName
{
background-color: #DBC68B;
}
</style>
border-color css
<style>
span { border-color: #DBC68B; }
span { border-color: rgb(219,198,139); }
td.TdClassName
{
border-color: #DBC68B;
}
.TagClassName
{
border-color: #DBC68B;
}
</style>