Shades of Zombie #DAC289
Tints of Zombie #DAC289
RGB
CMYK
RGB Variations
Color information
#DAC289 (or 0xDAC289) is known color: Zombie. HEX triplet: DA, C2 and 89. RGB value is (218,194,137). Sum of RGB (Red+Green+Blue) = 218+194+137=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC289 is #253D76. Grayscale: #C2C2C2. Windows color (decimal): -2440567 or 9028314. OLE color: 9028314.
HSL color Cylindrical-coordinate representation of color #DAC289: hue angle of 42.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC289 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 137 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.15 |
| HSL | 42.22º | 0.52% | 0.7% | - |
| HSV(B) | 42.22º | 0.37% | 0.85% | - |
| XYZ | 52.72 | 55.3 | 31.56 | - |
| YUV | 194.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 137 | 0 | 0.11 | 0.37 | 0.15 | 42.22 | 0.52 | 0.7 |
| Hex | DA | C2 | 89 | 0 | B | 25 | F | 2A | 34 | 46 |
| Octal | 332 | 302 | 211 | 0 | 13 | 45 | 17 | 52 | 64 | 106 |
| Binary | 11011010 | 11000010 | 10001001 | 0 | 1011 | 100101 | 1111 | 101010 | 110100 | 1000110 |
Color Harmonies of #DAC289
Complementary color
Monochromatic Colors of #DAC289
Black with #DAC289
Text Example
Text Example
White with #DAC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC289; }
p { color: rgb(218,194,137); }
H1.HeaderClassName
{
color: #DAC289;
}
.AnyTagClassName
{
color: #DAC289;
}
</style>
background-color css
<style>
a { background-color: #DAC289; }
a { background-color: rgb(218,194,137); }
div.DivClassName
{
background-color: #DAC289;
}
.BgClassName
{
background-color: #DAC289;
}
</style>
border-color css
<style>
span { border-color: #DAC289; }
span { border-color: rgb(218,194,137); }
td.TdClassName
{
border-color: #DAC289;
}
.TagClassName
{
border-color: #DAC289;
}
</style>