Shades of Zombie #DAC68D
Tints of Zombie #DAC68D
RGB
CMYK
RGB Variations
Color information
#DAC68D (or 0xDAC68D) is known color: Zombie. HEX triplet: DA, C6 and 8D. RGB value is (218,198,141). Sum of RGB (Red+Green+Blue) = 218+198+141=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC68D is #253972. Grayscale: #C5C5C5. Windows color (decimal): -2439539 or 9291482. OLE color: 9291482.
HSL color Cylindrical-coordinate representation of color #DAC68D: hue angle of 44.42º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAC68D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 141 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.15 |
| HSL | 44.42º | 0.51% | 0.7% | - |
| HSV(B) | 44.42º | 0.35% | 0.85% | - |
| XYZ | 53.92 | 57.22 | 33.4 | - |
| YUV | 197.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 141 | 0 | 0.09 | 0.35 | 0.15 | 44.42 | 0.51 | 0.7 |
| Hex | DA | C6 | 8D | 0 | 9 | 23 | F | 2C | 33 | 46 |
| Octal | 332 | 306 | 215 | 0 | 11 | 43 | 17 | 54 | 63 | 106 |
| Binary | 11011010 | 11000110 | 10001101 | 0 | 1001 | 100011 | 1111 | 101100 | 110011 | 1000110 |
Color Harmonies of #DAC68D
Complementary color
Monochromatic Colors of #DAC68D
Black with #DAC68D
Text Example
Text Example
White with #DAC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC68D; }
p { color: rgb(218,198,141); }
H1.HeaderClassName
{
color: #DAC68D;
}
.AnyTagClassName
{
color: #DAC68D;
}
</style>
background-color css
<style>
a { background-color: #DAC68D; }
a { background-color: rgb(218,198,141); }
div.DivClassName
{
background-color: #DAC68D;
}
.BgClassName
{
background-color: #DAC68D;
}
</style>
border-color css
<style>
span { border-color: #DAC68D; }
span { border-color: rgb(218,198,141); }
td.TdClassName
{
border-color: #DAC68D;
}
.TagClassName
{
border-color: #DAC68D;
}
</style>