Shades of Zombie #DAC789
Tints of Zombie #DAC789
RGB
CMYK
RGB Variations
Color information
#DAC789 (or 0xDAC789) is known color: Zombie. HEX triplet: DA, C7 and 89. RGB value is (218,199,137). Sum of RGB (Red+Green+Blue) = 218+199+137=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC789 is #253876. Grayscale: #C5C5C5. Windows color (decimal): -2439287 or 9029594. OLE color: 9029594.
HSL color Cylindrical-coordinate representation of color #DAC789: hue angle of 45.93º 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 #DAC789 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 137 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.15 |
| HSL | 45.93º | 0.52% | 0.7% | - |
| HSV(B) | 45.93º | 0.37% | 0.85% | - |
| XYZ | 53.85 | 57.56 | 31.94 | - |
| YUV | 197.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 137 | 0 | 0.09 | 0.37 | 0.15 | 45.93 | 0.52 | 0.7 |
| Hex | DA | C7 | 89 | 0 | 9 | 25 | F | 2E | 34 | 46 |
| Octal | 332 | 307 | 211 | 0 | 11 | 45 | 17 | 56 | 64 | 106 |
| Binary | 11011010 | 11000111 | 10001001 | 0 | 1001 | 100101 | 1111 | 101110 | 110100 | 1000110 |
Color Harmonies of #DAC789
Complementary color
Monochromatic Colors of #DAC789
Black with #DAC789
Text Example
Text Example
White with #DAC789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC789; }
p { color: rgb(218,199,137); }
H1.HeaderClassName
{
color: #DAC789;
}
.AnyTagClassName
{
color: #DAC789;
}
</style>
background-color css
<style>
a { background-color: #DAC789; }
a { background-color: rgb(218,199,137); }
div.DivClassName
{
background-color: #DAC789;
}
.BgClassName
{
background-color: #DAC789;
}
</style>
border-color css
<style>
span { border-color: #DAC789; }
span { border-color: rgb(218,199,137); }
td.TdClassName
{
border-color: #DAC789;
}
.TagClassName
{
border-color: #DAC789;
}
</style>