Shades of Zombie #DBC690
Tints of Zombie #DBC690
RGB
CMYK
RGB Variations
Color information
#DBC690 (or 0xDBC690) is known color: Zombie. HEX triplet: DB, C6 and 90. RGB value is (219,198,144). Sum of RGB (Red+Green+Blue) = 219+198+144=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC690 is #24396F. Grayscale: #C6C6C6. Windows color (decimal): -2374000 or 9488091. OLE color: 9488091.
HSL color Cylindrical-coordinate representation of color #DBC690: hue angle of 43.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBC690 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 144 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.14 |
| HSL | 43.2º | 0.51% | 0.71% | - |
| HSV(B) | 43.2º | 0.34% | 0.86% | - |
| XYZ | 54.44 | 57.46 | 34.61 | - |
| YUV | 198.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 144 | 0 | 0.10 | 0.34 | 0.14 | 43.2 | 0.51 | 0.71 |
| Hex | DB | C6 | 90 | 0 | A | 22 | E | 2B | 33 | 47 |
| Octal | 333 | 306 | 220 | 0 | 12 | 42 | 16 | 53 | 63 | 107 |
| Binary | 11011011 | 11000110 | 10010000 | 0 | 1010 | 100010 | 1110 | 101011 | 110011 | 1000111 |
Color Harmonies of #DBC690
Complementary color
Monochromatic Colors of #DBC690
Black with #DBC690
Text Example
Text Example
White with #DBC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC690; }
p { color: rgb(219,198,144); }
H1.HeaderClassName
{
color: #DBC690;
}
.AnyTagClassName
{
color: #DBC690;
}
</style>
background-color css
<style>
a { background-color: #DBC690; }
a { background-color: rgb(219,198,144); }
div.DivClassName
{
background-color: #DBC690;
}
.BgClassName
{
background-color: #DBC690;
}
</style>
border-color css
<style>
span { border-color: #DBC690; }
span { border-color: rgb(219,198,144); }
td.TdClassName
{
border-color: #DBC690;
}
.TagClassName
{
border-color: #DBC690;
}
</style>