Shades of Zombie #DAC68A
Tints of Zombie #DAC68A
RGB
CMYK
RGB Variations
Color information
#DAC68A (or 0xDAC68A) is known color: Zombie. HEX triplet: DA, C6 and 8A. RGB value is (218,198,138). Sum of RGB (Red+Green+Blue) = 218+198+138=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC68A is #253975. Grayscale: #C5C5C5. Windows color (decimal): -2439542 or 9094874. OLE color: 9094874.
HSL color Cylindrical-coordinate representation of color #DAC68A: hue angle of 45º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC68A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 138 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.15 |
| HSL | 45º | 0.52% | 0.7% | - |
| HSV(B) | 45º | 0.37% | 0.85% | - |
| XYZ | 53.69 | 57.13 | 32.24 | - |
| YUV | 197.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 138 | 0 | 0.09 | 0.37 | 0.15 | 45 | 0.52 | 0.7 |
| Hex | DA | C6 | 8A | 0 | 9 | 25 | F | 2D | 34 | 46 |
| Octal | 332 | 306 | 212 | 0 | 11 | 45 | 17 | 55 | 64 | 106 |
| Binary | 11011010 | 11000110 | 10001010 | 0 | 1001 | 100101 | 1111 | 101101 | 110100 | 1000110 |
Color Harmonies of #DAC68A
Complementary color
Monochromatic Colors of #DAC68A
Black with #DAC68A
Text Example
Text Example
White with #DAC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC68A; }
p { color: rgb(218,198,138); }
H1.HeaderClassName
{
color: #DAC68A;
}
.AnyTagClassName
{
color: #DAC68A;
}
</style>
background-color css
<style>
a { background-color: #DAC68A; }
a { background-color: rgb(218,198,138); }
div.DivClassName
{
background-color: #DAC68A;
}
.BgClassName
{
background-color: #DAC68A;
}
</style>
border-color css
<style>
span { border-color: #DAC68A; }
span { border-color: rgb(218,198,138); }
td.TdClassName
{
border-color: #DAC68A;
}
.TagClassName
{
border-color: #DAC68A;
}
</style>