Shades of Zombie #DAC189
Tints of Zombie #DAC189
RGB
CMYK
RGB Variations
Color information
#DAC189 (or 0xDAC189) is known color: Zombie. HEX triplet: DA, C1 and 89. RGB value is (218,193,137). Sum of RGB (Red+Green+Blue) = 218+193+137=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC189 is #253E76. Grayscale: #C2C2C2. Windows color (decimal): -2440823 or 9028058. OLE color: 9028058.
HSL color Cylindrical-coordinate representation of color #DAC189: hue angle of 41.48º 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 #DAC189 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 137 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.15 |
| HSL | 41.48º | 0.52% | 0.7% | - |
| HSV(B) | 41.48º | 0.37% | 0.85% | - |
| XYZ | 52.5 | 54.85 | 31.49 | - |
| YUV | 194.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 137 | 0 | 0.11 | 0.37 | 0.15 | 41.48 | 0.52 | 0.7 |
| Hex | DA | C1 | 89 | 0 | B | 25 | F | 29 | 34 | 46 |
| Octal | 332 | 301 | 211 | 0 | 13 | 45 | 17 | 51 | 64 | 106 |
| Binary | 11011010 | 11000001 | 10001001 | 0 | 1011 | 100101 | 1111 | 101001 | 110100 | 1000110 |
Color Harmonies of #DAC189
Complementary color
Monochromatic Colors of #DAC189
Black with #DAC189
Text Example
Text Example
White with #DAC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC189; }
p { color: rgb(218,193,137); }
H1.HeaderClassName
{
color: #DAC189;
}
.AnyTagClassName
{
color: #DAC189;
}
</style>
background-color css
<style>
a { background-color: #DAC189; }
a { background-color: rgb(218,193,137); }
div.DivClassName
{
background-color: #DAC189;
}
.BgClassName
{
background-color: #DAC189;
}
</style>
border-color css
<style>
span { border-color: #DAC189; }
span { border-color: rgb(218,193,137); }
td.TdClassName
{
border-color: #DAC189;
}
.TagClassName
{
border-color: #DAC189;
}
</style>