Shades of Zombie #DAC482
Tints of Zombie #DAC482
RGB
CMYK
RGB Variations
Color information
#DAC482 (or 0xDAC482) is known color: Zombie. HEX triplet: DA, C4 and 82. RGB value is (218,196,130). Sum of RGB (Red+Green+Blue) = 218+196+130=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC482 is #253B7D. Grayscale: #C3C3C3. Windows color (decimal): -2440062 or 8570074. OLE color: 8570074.
HSL color Cylindrical-coordinate representation of color #DAC482: hue angle of 45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAC482 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 130 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.15 |
| HSL | 45º | 0.54% | 0.68% | - |
| HSV(B) | 45º | 0.4% | 0.85% | - |
| XYZ | 52.68 | 56 | 29.15 | - |
| YUV | 195.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 130 | 0 | 0.10 | 0.40 | 0.15 | 45 | 0.54 | 0.68 |
| Hex | DA | C4 | 82 | 0 | A | 28 | F | 2D | 36 | 44 |
| Octal | 332 | 304 | 202 | 0 | 12 | 50 | 17 | 55 | 66 | 104 |
| Binary | 11011010 | 11000100 | 10000010 | 0 | 1010 | 101000 | 1111 | 101101 | 110110 | 1000100 |
Color Harmonies of #DAC482
Complementary color
Monochromatic Colors of #DAC482
Black with #DAC482
Text Example
Text Example
White with #DAC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC482; }
p { color: rgb(218,196,130); }
H1.HeaderClassName
{
color: #DAC482;
}
.AnyTagClassName
{
color: #DAC482;
}
</style>
background-color css
<style>
a { background-color: #DAC482; }
a { background-color: rgb(218,196,130); }
div.DivClassName
{
background-color: #DAC482;
}
.BgClassName
{
background-color: #DAC482;
}
</style>
border-color css
<style>
span { border-color: #DAC482; }
span { border-color: rgb(218,196,130); }
td.TdClassName
{
border-color: #DAC482;
}
.TagClassName
{
border-color: #DAC482;
}
</style>