Shades of Zombie #DBC482
Tints of Zombie #DBC482
RGB
CMYK
RGB Variations
Color information
#DBC482 (or 0xDBC482) is known color: Zombie. HEX triplet: DB, C4 and 82. RGB value is (219,196,130). Sum of RGB (Red+Green+Blue) = 219+196+130=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC482 is #243B7D. Grayscale: #C3C3C3. Windows color (decimal): -2374526 or 8570075. OLE color: 8570075.
HSL color Cylindrical-coordinate representation of color #DBC482: hue angle of 44.49º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBC482 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.14 |
| HSL | 44.49º | 0.55% | 0.68% | - |
| HSV(B) | 44.49º | 0.41% | 0.86% | - |
| XYZ | 52.98 | 56.15 | 29.16 | - |
| YUV | 195.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 130 | 0 | 0.11 | 0.41 | 0.14 | 44.49 | 0.55 | 0.68 |
| Hex | DB | C4 | 82 | 0 | B | 29 | E | 2C | 37 | 44 |
| Octal | 333 | 304 | 202 | 0 | 13 | 51 | 16 | 54 | 67 | 104 |
| Binary | 11011011 | 11000100 | 10000010 | 0 | 1011 | 101001 | 1110 | 101100 | 110111 | 1000100 |
Color Harmonies of #DBC482
Complementary color
Monochromatic Colors of #DBC482
Black with #DBC482
Text Example
Text Example
White with #DBC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC482; }
p { color: rgb(219,196,130); }
H1.HeaderClassName
{
color: #DBC482;
}
.AnyTagClassName
{
color: #DBC482;
}
</style>
background-color css
<style>
a { background-color: #DBC482; }
a { background-color: rgb(219,196,130); }
div.DivClassName
{
background-color: #DBC482;
}
.BgClassName
{
background-color: #DBC482;
}
</style>
border-color css
<style>
span { border-color: #DBC482; }
span { border-color: rgb(219,196,130); }
td.TdClassName
{
border-color: #DBC482;
}
.TagClassName
{
border-color: #DBC482;
}
</style>