Shades of Zombie #DAC47D
Tints of Zombie #DAC47D
RGB
CMYK
RGB Variations
Color information
#DAC47D (or 0xDAC47D) is known color: Zombie. HEX triplet: DA, C4 and 7D. RGB value is (218,196,125). Sum of RGB (Red+Green+Blue) = 218+196+125=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC47D is #253B82. Grayscale: #C2C2C2. Windows color (decimal): -2440067 or 8242394. OLE color: 8242394.
HSL color Cylindrical-coordinate representation of color #DAC47D: hue angle of 45.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAC47D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 125 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.15 |
| HSL | 45.81º | 0.56% | 0.67% | - |
| HSV(B) | 45.81º | 0.43% | 0.85% | - |
| XYZ | 52.36 | 55.87 | 27.43 | - |
| YUV | 194.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 125 | 0 | 0.10 | 0.43 | 0.15 | 45.81 | 0.56 | 0.67 |
| Hex | DA | C4 | 7D | 0 | A | 2B | F | 2E | 38 | 43 |
| Octal | 332 | 304 | 175 | 0 | 12 | 53 | 17 | 56 | 70 | 103 |
| Binary | 11011010 | 11000100 | 1111101 | 0 | 1010 | 101011 | 1111 | 101110 | 111000 | 1000011 |
Color Harmonies of #DAC47D
Complementary color
Monochromatic Colors of #DAC47D
Black with #DAC47D
Text Example
Text Example
White with #DAC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC47D; }
p { color: rgb(218,196,125); }
H1.HeaderClassName
{
color: #DAC47D;
}
.AnyTagClassName
{
color: #DAC47D;
}
</style>
background-color css
<style>
a { background-color: #DAC47D; }
a { background-color: rgb(218,196,125); }
div.DivClassName
{
background-color: #DAC47D;
}
.BgClassName
{
background-color: #DAC47D;
}
</style>
border-color css
<style>
span { border-color: #DAC47D; }
span { border-color: rgb(218,196,125); }
td.TdClassName
{
border-color: #DAC47D;
}
.TagClassName
{
border-color: #DAC47D;
}
</style>