Shades of Tacha #DAC663
Tints of Tacha #DAC663
RGB
CMYK
RGB Variations
Color information
#DAC663 (or 0xDAC663) is known color: Tacha. HEX triplet: DA, C6 and 63. RGB value is (218,198,99). Sum of RGB (Red+Green+Blue) = 218+198+99=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC663 is #25399C. Grayscale: #C1C1C1. Windows color (decimal): -2439581 or 6538970. OLE color: 6538970.
HSL color Cylindrical-coordinate representation of color #DAC663: hue angle of 49.92º 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 #DAC663 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 99 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.15 |
| HSL | 49.92º | 0.62% | 0.62% | - |
| HSV(B) | 49.92º | 0.55% | 0.85% | - |
| XYZ | 51.36 | 56.19 | 19.94 | - |
| YUV | 192.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 99 | 0 | 0.09 | 0.55 | 0.15 | 49.92 | 0.62 | 0.62 |
| Hex | DA | C6 | 63 | 0 | 9 | 37 | F | 32 | 3E | 3E |
| Octal | 332 | 306 | 143 | 0 | 11 | 67 | 17 | 62 | 76 | 76 |
| Binary | 11011010 | 11000110 | 1100011 | 0 | 1001 | 110111 | 1111 | 110010 | 111110 | 111110 |
Color Harmonies of #DAC663
Complementary color
Monochromatic Colors of #DAC663
Black with #DAC663
Text Example
Text Example
White with #DAC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC663; }
p { color: rgb(218,198,99); }
H1.HeaderClassName
{
color: #DAC663;
}
.AnyTagClassName
{
color: #DAC663;
}
</style>
background-color css
<style>
a { background-color: #DAC663; }
a { background-color: rgb(218,198,99); }
div.DivClassName
{
background-color: #DAC663;
}
.BgClassName
{
background-color: #DAC663;
}
</style>
border-color css
<style>
span { border-color: #DAC663; }
span { border-color: rgb(218,198,99); }
td.TdClassName
{
border-color: #DAC663;
}
.TagClassName
{
border-color: #DAC663;
}
</style>