Shades of Tacha #DAC063
Tints of Tacha #DAC063
RGB
CMYK
RGB Variations
Color information
#DAC063 (or 0xDAC063) is known color: Tacha. HEX triplet: DA, C0 and 63. RGB value is (218,192,99). Sum of RGB (Red+Green+Blue) = 218+192+99=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC063 is #253F9C. Grayscale: #BDBDBD. Windows color (decimal): -2441117 or 6537434. OLE color: 6537434.
HSL color Cylindrical-coordinate representation of color #DAC063: hue angle of 46.89º 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 #DAC063 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 99 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.15 |
| HSL | 46.89º | 0.62% | 0.62% | - |
| HSV(B) | 46.89º | 0.55% | 0.85% | - |
| XYZ | 50.02 | 53.51 | 19.5 | - |
| YUV | 189.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 99 | 0 | 0.12 | 0.55 | 0.15 | 46.89 | 0.62 | 0.62 |
| Hex | DA | C0 | 63 | 0 | C | 37 | F | 2F | 3E | 3E |
| Octal | 332 | 300 | 143 | 0 | 14 | 67 | 17 | 57 | 76 | 76 |
| Binary | 11011010 | 11000000 | 1100011 | 0 | 1100 | 110111 | 1111 | 101111 | 111110 | 111110 |
Color Harmonies of #DAC063
Complementary color
Monochromatic Colors of #DAC063
Black with #DAC063
Text Example
Text Example
White with #DAC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC063; }
p { color: rgb(218,192,99); }
H1.HeaderClassName
{
color: #DAC063;
}
.AnyTagClassName
{
color: #DAC063;
}
</style>
background-color css
<style>
a { background-color: #DAC063; }
a { background-color: rgb(218,192,99); }
div.DivClassName
{
background-color: #DAC063;
}
.BgClassName
{
background-color: #DAC063;
}
</style>
border-color css
<style>
span { border-color: #DAC063; }
span { border-color: rgb(218,192,99); }
td.TdClassName
{
border-color: #DAC063;
}
.TagClassName
{
border-color: #DAC063;
}
</style>