Shades of Tacha #DAC060
Tints of Tacha #DAC060
RGB
CMYK
RGB Variations
Color information
#DAC060 (or 0xDAC060) is known color: Tacha. HEX triplet: DA, C0 and 60. RGB value is (218,192,96). Sum of RGB (Red+Green+Blue) = 218+192+96=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC060 is #253F9F. Grayscale: #BDBDBD. Windows color (decimal): -2441120 or 6340826. OLE color: 6340826.
HSL color Cylindrical-coordinate representation of color #DAC060: hue angle of 47.21º 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 #DAC060 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 96 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.15 |
| HSL | 47.21º | 0.62% | 0.62% | - |
| HSV(B) | 47.21º | 0.56% | 0.85% | - |
| XYZ | 49.87 | 53.45 | 18.75 | - |
| YUV | 188.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 96 | 0 | 0.12 | 0.56 | 0.15 | 47.21 | 0.62 | 0.62 |
| Hex | DA | C0 | 60 | 0 | C | 38 | F | 2F | 3E | 3E |
| Octal | 332 | 300 | 140 | 0 | 14 | 70 | 17 | 57 | 76 | 76 |
| Binary | 11011010 | 11000000 | 1100000 | 0 | 1100 | 111000 | 1111 | 101111 | 111110 | 111110 |
Color Harmonies of #DAC060
Complementary color
Monochromatic Colors of #DAC060
Black with #DAC060
Text Example
Text Example
White with #DAC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC060; }
p { color: rgb(218,192,96); }
H1.HeaderClassName
{
color: #DAC060;
}
.AnyTagClassName
{
color: #DAC060;
}
</style>
background-color css
<style>
a { background-color: #DAC060; }
a { background-color: rgb(218,192,96); }
div.DivClassName
{
background-color: #DAC060;
}
.BgClassName
{
background-color: #DAC060;
}
</style>
border-color css
<style>
span { border-color: #DAC060; }
span { border-color: rgb(218,192,96); }
td.TdClassName
{
border-color: #DAC060;
}
.TagClassName
{
border-color: #DAC060;
}
</style>