Shades of Zombie #DAC186
Tints of Zombie #DAC186
RGB
CMYK
RGB Variations
Color information
#DAC186 (or 0xDAC186) is known color: Zombie. HEX triplet: DA, C1 and 86. RGB value is (218,193,134). Sum of RGB (Red+Green+Blue) = 218+193+134=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC186 is #253E79. Grayscale: #C2C2C2. Windows color (decimal): -2440826 or 8831450. OLE color: 8831450.
HSL color Cylindrical-coordinate representation of color #DAC186: hue angle of 42.14º 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 #DAC186 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 134 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.15 |
| HSL | 42.14º | 0.53% | 0.69% | - |
| HSV(B) | 42.14º | 0.39% | 0.85% | - |
| XYZ | 52.29 | 54.77 | 30.37 | - |
| YUV | 193.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 134 | 0 | 0.11 | 0.39 | 0.15 | 42.14 | 0.53 | 0.69 |
| Hex | DA | C1 | 86 | 0 | B | 27 | F | 2A | 35 | 45 |
| Octal | 332 | 301 | 206 | 0 | 13 | 47 | 17 | 52 | 65 | 105 |
| Binary | 11011010 | 11000001 | 10000110 | 0 | 1011 | 100111 | 1111 | 101010 | 110101 | 1000101 |
Color Harmonies of #DAC186
Complementary color
Monochromatic Colors of #DAC186
Black with #DAC186
Text Example
Text Example
White with #DAC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC186; }
p { color: rgb(218,193,134); }
H1.HeaderClassName
{
color: #DAC186;
}
.AnyTagClassName
{
color: #DAC186;
}
</style>
background-color css
<style>
a { background-color: #DAC186; }
a { background-color: rgb(218,193,134); }
div.DivClassName
{
background-color: #DAC186;
}
.BgClassName
{
background-color: #DAC186;
}
</style>
border-color css
<style>
span { border-color: #DAC186; }
span { border-color: rgb(218,193,134); }
td.TdClassName
{
border-color: #DAC186;
}
.TagClassName
{
border-color: #DAC186;
}
</style>