Shades of Tacha #DAC061
Tints of Tacha #DAC061
RGB
CMYK
RGB Variations
Color information
#DAC061 (or 0xDAC061) is known color: Tacha. HEX triplet: DA, C0 and 61. RGB value is (218,192,97). Sum of RGB (Red+Green+Blue) = 218+192+97=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC061 is #253F9E. Grayscale: #BDBDBD. Windows color (decimal): -2441119 or 6406362. OLE color: 6406362.
HSL color Cylindrical-coordinate representation of color #DAC061: hue angle of 47.11º 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 #DAC061 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 97 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.15 |
| HSL | 47.11º | 0.62% | 0.62% | - |
| HSV(B) | 47.11º | 0.56% | 0.85% | - |
| XYZ | 49.92 | 53.47 | 19 | - |
| YUV | 188.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 97 | 0 | 0.12 | 0.56 | 0.15 | 47.11 | 0.62 | 0.62 |
| Hex | DA | C0 | 61 | 0 | C | 38 | F | 2F | 3E | 3E |
| Octal | 332 | 300 | 141 | 0 | 14 | 70 | 17 | 57 | 76 | 76 |
| Binary | 11011010 | 11000000 | 1100001 | 0 | 1100 | 111000 | 1111 | 101111 | 111110 | 111110 |
Color Harmonies of #DAC061
Complementary color
Monochromatic Colors of #DAC061
Black with #DAC061
Text Example
Text Example
White with #DAC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC061; }
p { color: rgb(218,192,97); }
H1.HeaderClassName
{
color: #DAC061;
}
.AnyTagClassName
{
color: #DAC061;
}
</style>
background-color css
<style>
a { background-color: #DAC061; }
a { background-color: rgb(218,192,97); }
div.DivClassName
{
background-color: #DAC061;
}
.BgClassName
{
background-color: #DAC061;
}
</style>
border-color css
<style>
span { border-color: #DAC061; }
span { border-color: rgb(218,192,97); }
td.TdClassName
{
border-color: #DAC061;
}
.TagClassName
{
border-color: #DAC061;
}
</style>