Shades of Zombie #DAC686
Tints of Zombie #DAC686
RGB
CMYK
RGB Variations
Color information
#DAC686 (or 0xDAC686) is known color: Zombie. HEX triplet: DA, C6 and 86. RGB value is (218,198,134). Sum of RGB (Red+Green+Blue) = 218+198+134=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC686 is #253979. Grayscale: #C4C4C4. Windows color (decimal): -2439546 or 8832730. OLE color: 8832730.
HSL color Cylindrical-coordinate representation of color #DAC686: hue angle of 45.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAC686 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 134 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.15 |
| HSL | 45.71º | 0.53% | 0.69% | - |
| HSV(B) | 45.71º | 0.39% | 0.85% | - |
| XYZ | 53.41 | 57.01 | 30.74 | - |
| YUV | 196.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 134 | 0 | 0.09 | 0.39 | 0.15 | 45.71 | 0.53 | 0.69 |
| Hex | DA | C6 | 86 | 0 | 9 | 27 | F | 2E | 35 | 45 |
| Octal | 332 | 306 | 206 | 0 | 11 | 47 | 17 | 56 | 65 | 105 |
| Binary | 11011010 | 11000110 | 10000110 | 0 | 1001 | 100111 | 1111 | 101110 | 110101 | 1000101 |
Color Harmonies of #DAC686
Complementary color
Monochromatic Colors of #DAC686
Black with #DAC686
Text Example
Text Example
White with #DAC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC686; }
p { color: rgb(218,198,134); }
H1.HeaderClassName
{
color: #DAC686;
}
.AnyTagClassName
{
color: #DAC686;
}
</style>
background-color css
<style>
a { background-color: #DAC686; }
a { background-color: rgb(218,198,134); }
div.DivClassName
{
background-color: #DAC686;
}
.BgClassName
{
background-color: #DAC686;
}
</style>
border-color css
<style>
span { border-color: #DAC686; }
span { border-color: rgb(218,198,134); }
td.TdClassName
{
border-color: #DAC686;
}
.TagClassName
{
border-color: #DAC686;
}
</style>