Shades of Zombie #DAC490
Tints of Zombie #DAC490
RGB
CMYK
RGB Variations
Color information
#DAC490 (or 0xDAC490) is known color: Zombie. HEX triplet: DA, C4 and 90. RGB value is (218,196,144). Sum of RGB (Red+Green+Blue) = 218+196+144=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC490 is #253B6F. Grayscale: #C4C4C4. Windows color (decimal): -2440048 or 9487578. OLE color: 9487578.
HSL color Cylindrical-coordinate representation of color #DAC490: hue angle of 42.16º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAC490 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 144 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.15 |
| HSL | 42.16º | 0.5% | 0.71% | - |
| HSV(B) | 42.16º | 0.34% | 0.85% | - |
| XYZ | 53.69 | 56.4 | 34.44 | - |
| YUV | 196.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 144 | 0 | 0.10 | 0.34 | 0.15 | 42.16 | 0.5 | 0.71 |
| Hex | DA | C4 | 90 | 0 | A | 22 | F | 2A | 32 | 47 |
| Octal | 332 | 304 | 220 | 0 | 12 | 42 | 17 | 52 | 62 | 107 |
| Binary | 11011010 | 11000100 | 10010000 | 0 | 1010 | 100010 | 1111 | 101010 | 110010 | 1000111 |
Color Harmonies of #DAC490
Complementary color
Monochromatic Colors of #DAC490
Black with #DAC490
Text Example
Text Example
White with #DAC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC490; }
p { color: rgb(218,196,144); }
H1.HeaderClassName
{
color: #DAC490;
}
.AnyTagClassName
{
color: #DAC490;
}
</style>
background-color css
<style>
a { background-color: #DAC490; }
a { background-color: rgb(218,196,144); }
div.DivClassName
{
background-color: #DAC490;
}
.BgClassName
{
background-color: #DAC490;
}
</style>
border-color css
<style>
span { border-color: #DAC490; }
span { border-color: rgb(218,196,144); }
td.TdClassName
{
border-color: #DAC490;
}
.TagClassName
{
border-color: #DAC490;
}
</style>