Shades of Zombie #DAC588
Tints of Zombie #DAC588
RGB
CMYK
RGB Variations
Color information
#DAC588 (or 0xDAC588) is known color: Zombie. HEX triplet: DA, C5 and 88. RGB value is (218,197,136). Sum of RGB (Red+Green+Blue) = 218+197+136=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC588 is #253A77. Grayscale: #C4C4C4. Windows color (decimal): -2439800 or 8963546. OLE color: 8963546.
HSL color Cylindrical-coordinate representation of color #DAC588: hue angle of 44.63º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAC588 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 136 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.15 |
| HSL | 44.63º | 0.53% | 0.69% | - |
| HSV(B) | 44.63º | 0.38% | 0.85% | - |
| XYZ | 53.32 | 56.62 | 31.41 | - |
| YUV | 196.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 136 | 0 | 0.10 | 0.38 | 0.15 | 44.63 | 0.53 | 0.69 |
| Hex | DA | C5 | 88 | 0 | A | 26 | F | 2D | 35 | 45 |
| Octal | 332 | 305 | 210 | 0 | 12 | 46 | 17 | 55 | 65 | 105 |
| Binary | 11011010 | 11000101 | 10001000 | 0 | 1010 | 100110 | 1111 | 101101 | 110101 | 1000101 |
Color Harmonies of #DAC588
Complementary color
Monochromatic Colors of #DAC588
Black with #DAC588
Text Example
Text Example
White with #DAC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC588; }
p { color: rgb(218,197,136); }
H1.HeaderClassName
{
color: #DAC588;
}
.AnyTagClassName
{
color: #DAC588;
}
</style>
background-color css
<style>
a { background-color: #DAC588; }
a { background-color: rgb(218,197,136); }
div.DivClassName
{
background-color: #DAC588;
}
.BgClassName
{
background-color: #DAC588;
}
</style>
border-color css
<style>
span { border-color: #DAC588; }
span { border-color: rgb(218,197,136); }
td.TdClassName
{
border-color: #DAC588;
}
.TagClassName
{
border-color: #DAC588;
}
</style>