Shades of Tacha #DAC662
Tints of Tacha #DAC662
RGB
CMYK
RGB Variations
Color information
#DAC662 (or 0xDAC662) is known color: Tacha. HEX triplet: DA, C6 and 62. RGB value is (218,198,98). Sum of RGB (Red+Green+Blue) = 218+198+98=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC662 is #25399D. Grayscale: #C0C0C0. Windows color (decimal): -2439582 or 6473434. OLE color: 6473434.
HSL color Cylindrical-coordinate representation of color #DAC662: hue angle of 50º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAC662 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 98 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.15 |
| HSL | 50º | 0.62% | 0.62% | - |
| HSV(B) | 50º | 0.55% | 0.85% | - |
| XYZ | 51.31 | 56.18 | 19.69 | - |
| YUV | 192.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 98 | 0 | 0.09 | 0.55 | 0.15 | 50 | 0.62 | 0.62 |
| Hex | DA | C6 | 62 | 0 | 9 | 37 | F | 32 | 3E | 3E |
| Octal | 332 | 306 | 142 | 0 | 11 | 67 | 17 | 62 | 76 | 76 |
| Binary | 11011010 | 11000110 | 1100010 | 0 | 1001 | 110111 | 1111 | 110010 | 111110 | 111110 |
Color Harmonies of #DAC662
Complementary color
Monochromatic Colors of #DAC662
Black with #DAC662
Text Example
Text Example
White with #DAC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC662; }
p { color: rgb(218,198,98); }
H1.HeaderClassName
{
color: #DAC662;
}
.AnyTagClassName
{
color: #DAC662;
}
</style>
background-color css
<style>
a { background-color: #DAC662; }
a { background-color: rgb(218,198,98); }
div.DivClassName
{
background-color: #DAC662;
}
.BgClassName
{
background-color: #DAC662;
}
</style>
border-color css
<style>
span { border-color: #DAC662; }
span { border-color: rgb(218,198,98); }
td.TdClassName
{
border-color: #DAC662;
}
.TagClassName
{
border-color: #DAC662;
}
</style>