Shades of Zombie #DAC089
Tints of Zombie #DAC089
RGB
CMYK
RGB Variations
Color information
#DAC089 (or 0xDAC089) is known color: Zombie. HEX triplet: DA, C0 and 89. RGB value is (218,192,137). Sum of RGB (Red+Green+Blue) = 218+192+137=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC089 is #253F76. Grayscale: #C1C1C1. Windows color (decimal): -2441079 or 9027802. OLE color: 9027802.
HSL color Cylindrical-coordinate representation of color #DAC089: hue angle of 40.74º 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 #DAC089 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.15 |
| HSL | 40.74º | 0.52% | 0.7% | - |
| HSV(B) | 40.74º | 0.37% | 0.85% | - |
| XYZ | 52.28 | 54.41 | 31.41 | - |
| YUV | 193.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 137 | 0 | 0.12 | 0.37 | 0.15 | 40.74 | 0.52 | 0.7 |
| Hex | DA | C0 | 89 | 0 | C | 25 | F | 29 | 34 | 46 |
| Octal | 332 | 300 | 211 | 0 | 14 | 45 | 17 | 51 | 64 | 106 |
| Binary | 11011010 | 11000000 | 10001001 | 0 | 1100 | 100101 | 1111 | 101001 | 110100 | 1000110 |
Color Harmonies of #DAC089
Complementary color
Monochromatic Colors of #DAC089
Black with #DAC089
Text Example
Text Example
White with #DAC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC089; }
p { color: rgb(218,192,137); }
H1.HeaderClassName
{
color: #DAC089;
}
.AnyTagClassName
{
color: #DAC089;
}
</style>
background-color css
<style>
a { background-color: #DAC089; }
a { background-color: rgb(218,192,137); }
div.DivClassName
{
background-color: #DAC089;
}
.BgClassName
{
background-color: #DAC089;
}
</style>
border-color css
<style>
span { border-color: #DAC089; }
span { border-color: rgb(218,192,137); }
td.TdClassName
{
border-color: #DAC089;
}
.TagClassName
{
border-color: #DAC089;
}
</style>