Shades of Zombie #DAC481
Tints of Zombie #DAC481
RGB
CMYK
RGB Variations
Color information
#DAC481 (or 0xDAC481) is known color: Zombie. HEX triplet: DA, C4 and 81. RGB value is (218,196,129). Sum of RGB (Red+Green+Blue) = 218+196+129=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC481 is #253B7E. Grayscale: #C3C3C3. Windows color (decimal): -2440063 or 8504538. OLE color: 8504538.
HSL color Cylindrical-coordinate representation of color #DAC481: hue angle of 45.17º 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 #DAC481 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 129 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.15 |
| HSL | 45.17º | 0.55% | 0.68% | - |
| HSV(B) | 45.17º | 0.41% | 0.85% | - |
| XYZ | 52.62 | 55.97 | 28.8 | - |
| YUV | 194.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 129 | 0 | 0.10 | 0.41 | 0.15 | 45.17 | 0.55 | 0.68 |
| Hex | DA | C4 | 81 | 0 | A | 29 | F | 2D | 37 | 44 |
| Octal | 332 | 304 | 201 | 0 | 12 | 51 | 17 | 55 | 67 | 104 |
| Binary | 11011010 | 11000100 | 10000001 | 0 | 1010 | 101001 | 1111 | 101101 | 110111 | 1000100 |
Color Harmonies of #DAC481
Complementary color
Monochromatic Colors of #DAC481
Black with #DAC481
Text Example
Text Example
White with #DAC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC481; }
p { color: rgb(218,196,129); }
H1.HeaderClassName
{
color: #DAC481;
}
.AnyTagClassName
{
color: #DAC481;
}
</style>
background-color css
<style>
a { background-color: #DAC481; }
a { background-color: rgb(218,196,129); }
div.DivClassName
{
background-color: #DAC481;
}
.BgClassName
{
background-color: #DAC481;
}
</style>
border-color css
<style>
span { border-color: #DAC481; }
span { border-color: rgb(218,196,129); }
td.TdClassName
{
border-color: #DAC481;
}
.TagClassName
{
border-color: #DAC481;
}
</style>