Shades of Zombie #DAC590
Tints of Zombie #DAC590
RGB
CMYK
RGB Variations
Color information
#DAC590 (or 0xDAC590) is known color: Zombie. HEX triplet: DA, C5 and 90. RGB value is (218,197,144). Sum of RGB (Red+Green+Blue) = 218+197+144=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC590 is #253A6F. Grayscale: #C5C5C5. Windows color (decimal): -2439792 or 9487834. OLE color: 9487834.
HSL color Cylindrical-coordinate representation of color #DAC590: hue angle of 42.97º 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 #DAC590 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 144 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.15 |
| HSL | 42.97º | 0.5% | 0.71% | - |
| HSV(B) | 42.97º | 0.34% | 0.85% | - |
| XYZ | 53.91 | 56.85 | 34.52 | - |
| YUV | 197.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 144 | 0 | 0.10 | 0.34 | 0.15 | 42.97 | 0.5 | 0.71 |
| Hex | DA | C5 | 90 | 0 | A | 22 | F | 2B | 32 | 47 |
| Octal | 332 | 305 | 220 | 0 | 12 | 42 | 17 | 53 | 62 | 107 |
| Binary | 11011010 | 11000101 | 10010000 | 0 | 1010 | 100010 | 1111 | 101011 | 110010 | 1000111 |
Color Harmonies of #DAC590
Complementary color
Monochromatic Colors of #DAC590
Black with #DAC590
Text Example
Text Example
White with #DAC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC590; }
p { color: rgb(218,197,144); }
H1.HeaderClassName
{
color: #DAC590;
}
.AnyTagClassName
{
color: #DAC590;
}
</style>
background-color css
<style>
a { background-color: #DAC590; }
a { background-color: rgb(218,197,144); }
div.DivClassName
{
background-color: #DAC590;
}
.BgClassName
{
background-color: #DAC590;
}
</style>
border-color css
<style>
span { border-color: #DAC590; }
span { border-color: rgb(218,197,144); }
td.TdClassName
{
border-color: #DAC590;
}
.TagClassName
{
border-color: #DAC590;
}
</style>