Shades of Zombie #DAC589
Tints of Zombie #DAC589
RGB
CMYK
RGB Variations
Color information
#DAC589 (or 0xDAC589) is known color: Zombie. HEX triplet: DA, C5 and 89. RGB value is (218,197,137). Sum of RGB (Red+Green+Blue) = 218+197+137=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC589 is #253A76. Grayscale: #C4C4C4. Windows color (decimal): -2439799 or 9029082. OLE color: 9029082.
HSL color Cylindrical-coordinate representation of color #DAC589: hue angle of 44.44º 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 #DAC589 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 137 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.15 |
| HSL | 44.44º | 0.52% | 0.7% | - |
| HSV(B) | 44.44º | 0.37% | 0.85% | - |
| XYZ | 53.4 | 56.64 | 31.79 | - |
| YUV | 196.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 137 | 0 | 0.10 | 0.37 | 0.15 | 44.44 | 0.52 | 0.7 |
| Hex | DA | C5 | 89 | 0 | A | 25 | F | 2C | 34 | 46 |
| Octal | 332 | 305 | 211 | 0 | 12 | 45 | 17 | 54 | 64 | 106 |
| Binary | 11011010 | 11000101 | 10001001 | 0 | 1010 | 100101 | 1111 | 101100 | 110100 | 1000110 |
Color Harmonies of #DAC589
Complementary color
Monochromatic Colors of #DAC589
Black with #DAC589
Text Example
Text Example
White with #DAC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC589; }
p { color: rgb(218,197,137); }
H1.HeaderClassName
{
color: #DAC589;
}
.AnyTagClassName
{
color: #DAC589;
}
</style>
background-color css
<style>
a { background-color: #DAC589; }
a { background-color: rgb(218,197,137); }
div.DivClassName
{
background-color: #DAC589;
}
.BgClassName
{
background-color: #DAC589;
}
</style>
border-color css
<style>
span { border-color: #DAC589; }
span { border-color: rgb(218,197,137); }
td.TdClassName
{
border-color: #DAC589;
}
.TagClassName
{
border-color: #DAC589;
}
</style>