Shades of Zombie #DAC491
Tints of Zombie #DAC491
RGB
CMYK
RGB Variations
Color information
#DAC491 (or 0xDAC491) is known color: Zombie. HEX triplet: DA, C4 and 91. RGB value is (218,196,145). Sum of RGB (Red+Green+Blue) = 218+196+145=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC491 is #253B6E. Grayscale: #C4C4C4. Windows color (decimal): -2440047 or 9553114. OLE color: 9553114.
HSL color Cylindrical-coordinate representation of color #DAC491: hue angle of 41.92º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC491 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 145 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.15 |
| HSL | 41.92º | 0.5% | 0.71% | - |
| HSV(B) | 41.92º | 0.33% | 0.85% | - |
| XYZ | 53.76 | 56.43 | 34.85 | - |
| YUV | 196.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 145 | 0 | 0.10 | 0.33 | 0.15 | 41.92 | 0.5 | 0.71 |
| Hex | DA | C4 | 91 | 0 | A | 21 | F | 2A | 32 | 47 |
| Octal | 332 | 304 | 221 | 0 | 12 | 41 | 17 | 52 | 62 | 107 |
| Binary | 11011010 | 11000100 | 10010001 | 0 | 1010 | 100001 | 1111 | 101010 | 110010 | 1000111 |
Color Harmonies of #DAC491
Complementary color
Monochromatic Colors of #DAC491
Black with #DAC491
Text Example
Text Example
White with #DAC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC491; }
p { color: rgb(218,196,145); }
H1.HeaderClassName
{
color: #DAC491;
}
.AnyTagClassName
{
color: #DAC491;
}
</style>
background-color css
<style>
a { background-color: #DAC491; }
a { background-color: rgb(218,196,145); }
div.DivClassName
{
background-color: #DAC491;
}
.BgClassName
{
background-color: #DAC491;
}
</style>
border-color css
<style>
span { border-color: #DAC491; }
span { border-color: rgb(218,196,145); }
td.TdClassName
{
border-color: #DAC491;
}
.TagClassName
{
border-color: #DAC491;
}
</style>