Shades of Zombie #DAC285
Tints of Zombie #DAC285
RGB
CMYK
RGB Variations
Color information
#DAC285 (or 0xDAC285) is known color: Zombie. HEX triplet: DA, C2 and 85. RGB value is (218,194,133). Sum of RGB (Red+Green+Blue) = 218+194+133=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC285 is #253D7A. Grayscale: #C2C2C2. Windows color (decimal): -2440571 or 8766170. OLE color: 8766170.
HSL color Cylindrical-coordinate representation of color #DAC285: hue angle of 43.06º 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 #DAC285 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 133 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.15 |
| HSL | 43.06º | 0.53% | 0.69% | - |
| HSV(B) | 43.06º | 0.39% | 0.85% | - |
| XYZ | 52.44 | 55.18 | 30.08 | - |
| YUV | 194.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 133 | 0 | 0.11 | 0.39 | 0.15 | 43.06 | 0.53 | 0.69 |
| Hex | DA | C2 | 85 | 0 | B | 27 | F | 2B | 35 | 45 |
| Octal | 332 | 302 | 205 | 0 | 13 | 47 | 17 | 53 | 65 | 105 |
| Binary | 11011010 | 11000010 | 10000101 | 0 | 1011 | 100111 | 1111 | 101011 | 110101 | 1000101 |
Color Harmonies of #DAC285
Complementary color
Monochromatic Colors of #DAC285
Black with #DAC285
Text Example
Text Example
White with #DAC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC285; }
p { color: rgb(218,194,133); }
H1.HeaderClassName
{
color: #DAC285;
}
.AnyTagClassName
{
color: #DAC285;
}
</style>
background-color css
<style>
a { background-color: #DAC285; }
a { background-color: rgb(218,194,133); }
div.DivClassName
{
background-color: #DAC285;
}
.BgClassName
{
background-color: #DAC285;
}
</style>
border-color css
<style>
span { border-color: #DAC285; }
span { border-color: rgb(218,194,133); }
td.TdClassName
{
border-color: #DAC285;
}
.TagClassName
{
border-color: #DAC285;
}
</style>