Shades of Zombie #DAC581
Tints of Zombie #DAC581
RGB
CMYK
RGB Variations
Color information
#DAC581 (or 0xDAC581) is known color: Zombie. HEX triplet: DA, C5 and 81. RGB value is (218,197,129). Sum of RGB (Red+Green+Blue) = 218+197+129=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC581 is #253A7E. Grayscale: #C3C3C3. Windows color (decimal): -2439807 or 8504794. OLE color: 8504794.
HSL color Cylindrical-coordinate representation of color #DAC581: hue angle of 45.84º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAC581 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 129 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.15 |
| HSL | 45.84º | 0.55% | 0.68% | - |
| HSV(B) | 45.84º | 0.41% | 0.85% | - |
| XYZ | 52.84 | 56.42 | 28.87 | - |
| YUV | 195.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 129 | 0 | 0.10 | 0.41 | 0.15 | 45.84 | 0.55 | 0.68 |
| Hex | DA | C5 | 81 | 0 | A | 29 | F | 2E | 37 | 44 |
| Octal | 332 | 305 | 201 | 0 | 12 | 51 | 17 | 56 | 67 | 104 |
| Binary | 11011010 | 11000101 | 10000001 | 0 | 1010 | 101001 | 1111 | 101110 | 110111 | 1000100 |
Color Harmonies of #DAC581
Complementary color
Monochromatic Colors of #DAC581
Black with #DAC581
Text Example
Text Example
White with #DAC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC581; }
p { color: rgb(218,197,129); }
H1.HeaderClassName
{
color: #DAC581;
}
.AnyTagClassName
{
color: #DAC581;
}
</style>
background-color css
<style>
a { background-color: #DAC581; }
a { background-color: rgb(218,197,129); }
div.DivClassName
{
background-color: #DAC581;
}
.BgClassName
{
background-color: #DAC581;
}
</style>
border-color css
<style>
span { border-color: #DAC581; }
span { border-color: rgb(218,197,129); }
td.TdClassName
{
border-color: #DAC581;
}
.TagClassName
{
border-color: #DAC581;
}
</style>