Shades of Tacha #DAC561
Tints of Tacha #DAC561
RGB
CMYK
RGB Variations
Color information
#DAC561 (or 0xDAC561) is known color: Tacha. HEX triplet: DA, C5 and 61. RGB value is (218,197,97). Sum of RGB (Red+Green+Blue) = 218+197+97=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC561 is #253A9E. Grayscale: #C0C0C0. Windows color (decimal): -2439839 or 6407642. OLE color: 6407642.
HSL color Cylindrical-coordinate representation of color #DAC561: hue angle of 49.59º 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 #DAC561 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 97 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.15 |
| HSL | 49.59º | 0.62% | 0.62% | - |
| HSV(B) | 49.59º | 0.56% | 0.85% | - |
| XYZ | 51.04 | 55.7 | 19.37 | - |
| YUV | 191.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 97 | 0 | 0.10 | 0.56 | 0.15 | 49.59 | 0.62 | 0.62 |
| Hex | DA | C5 | 61 | 0 | A | 38 | F | 32 | 3E | 3E |
| Octal | 332 | 305 | 141 | 0 | 12 | 70 | 17 | 62 | 76 | 76 |
| Binary | 11011010 | 11000101 | 1100001 | 0 | 1010 | 111000 | 1111 | 110010 | 111110 | 111110 |
Color Harmonies of #DAC561
Complementary color
Monochromatic Colors of #DAC561
Black with #DAC561
Text Example
Text Example
White with #DAC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC561; }
p { color: rgb(218,197,97); }
H1.HeaderClassName
{
color: #DAC561;
}
.AnyTagClassName
{
color: #DAC561;
}
</style>
background-color css
<style>
a { background-color: #DAC561; }
a { background-color: rgb(218,197,97); }
div.DivClassName
{
background-color: #DAC561;
}
.BgClassName
{
background-color: #DAC561;
}
</style>
border-color css
<style>
span { border-color: #DAC561; }
span { border-color: rgb(218,197,97); }
td.TdClassName
{
border-color: #DAC561;
}
.TagClassName
{
border-color: #DAC561;
}
</style>