Shades of Zombie #DBC481
Tints of Zombie #DBC481
RGB
CMYK
RGB Variations
Color information
#DBC481 (or 0xDBC481) is known color: Zombie. HEX triplet: DB, C4 and 81. RGB value is (219,196,129). Sum of RGB (Red+Green+Blue) = 219+196+129=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC481 is #243B7E. Grayscale: #C3C3C3. Windows color (decimal): -2374527 or 8504539. OLE color: 8504539.
HSL color Cylindrical-coordinate representation of color #DBC481: hue angle of 44.67º degrees, saturation: 0.56, 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 #DBC481 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 129 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.14 |
| HSL | 44.67º | 0.56% | 0.68% | - |
| HSV(B) | 44.67º | 0.41% | 0.86% | - |
| XYZ | 52.92 | 56.12 | 28.81 | - |
| YUV | 195.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 129 | 0 | 0.11 | 0.41 | 0.14 | 44.67 | 0.56 | 0.68 |
| Hex | DB | C4 | 81 | 0 | B | 29 | E | 2D | 38 | 44 |
| Octal | 333 | 304 | 201 | 0 | 13 | 51 | 16 | 55 | 70 | 104 |
| Binary | 11011011 | 11000100 | 10000001 | 0 | 1011 | 101001 | 1110 | 101101 | 111000 | 1000100 |
Color Harmonies of #DBC481
Complementary color
Monochromatic Colors of #DBC481
Black with #DBC481
Text Example
Text Example
White with #DBC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC481; }
p { color: rgb(219,196,129); }
H1.HeaderClassName
{
color: #DBC481;
}
.AnyTagClassName
{
color: #DBC481;
}
</style>
background-color css
<style>
a { background-color: #DBC481; }
a { background-color: rgb(219,196,129); }
div.DivClassName
{
background-color: #DBC481;
}
.BgClassName
{
background-color: #DBC481;
}
</style>
border-color css
<style>
span { border-color: #DBC481; }
span { border-color: rgb(219,196,129); }
td.TdClassName
{
border-color: #DBC481;
}
.TagClassName
{
border-color: #DBC481;
}
</style>