Shades of Tacha #DAC560
Tints of Tacha #DAC560
RGB
CMYK
RGB Variations
Color information
#DAC560 (or 0xDAC560) is known color: Tacha. HEX triplet: DA, C5 and 60. RGB value is (218,197,96). Sum of RGB (Red+Green+Blue) = 218+197+96=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC560 is #253A9F. Grayscale: #C0C0C0. Windows color (decimal): -2439840 or 6342106. OLE color: 6342106.
HSL color Cylindrical-coordinate representation of color #DAC560: hue angle of 49.67º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAC560 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 96 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.15 |
| HSL | 49.67º | 0.62% | 0.62% | - |
| HSV(B) | 49.67º | 0.56% | 0.85% | - |
| XYZ | 50.99 | 55.68 | 19.13 | - |
| YUV | 191.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 96 | 0 | 0.10 | 0.56 | 0.15 | 49.67 | 0.62 | 0.62 |
| Hex | DA | C5 | 60 | 0 | A | 38 | F | 32 | 3E | 3E |
| Octal | 332 | 305 | 140 | 0 | 12 | 70 | 17 | 62 | 76 | 76 |
| Binary | 11011010 | 11000101 | 1100000 | 0 | 1010 | 111000 | 1111 | 110010 | 111110 | 111110 |
Color Harmonies of #DAC560
Complementary color
Monochromatic Colors of #DAC560
Black with #DAC560
Text Example
Text Example
White with #DAC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC560; }
p { color: rgb(218,197,96); }
H1.HeaderClassName
{
color: #DAC560;
}
.AnyTagClassName
{
color: #DAC560;
}
</style>
background-color css
<style>
a { background-color: #DAC560; }
a { background-color: rgb(218,197,96); }
div.DivClassName
{
background-color: #DAC560;
}
.BgClassName
{
background-color: #DAC560;
}
</style>
border-color css
<style>
span { border-color: #DAC560; }
span { border-color: rgb(218,197,96); }
td.TdClassName
{
border-color: #DAC560;
}
.TagClassName
{
border-color: #DAC560;
}
</style>