Shades of Tacha #DAC563
Tints of Tacha #DAC563
RGB
CMYK
RGB Variations
Color information
#DAC563 (or 0xDAC563) is known color: Tacha. HEX triplet: DA, C5 and 63. RGB value is (218,197,99). Sum of RGB (Red+Green+Blue) = 218+197+99=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC563 is #253A9C. Grayscale: #C0C0C0. Windows color (decimal): -2439837 or 6538714. OLE color: 6538714.
HSL color Cylindrical-coordinate representation of color #DAC563: hue angle of 49.41º 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 #DAC563 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 99 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.15 |
| HSL | 49.41º | 0.62% | 0.62% | - |
| HSV(B) | 49.41º | 0.55% | 0.85% | - |
| XYZ | 51.13 | 55.74 | 19.87 | - |
| YUV | 192.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 99 | 0 | 0.10 | 0.55 | 0.15 | 49.41 | 0.62 | 0.62 |
| Hex | DA | C5 | 63 | 0 | A | 37 | F | 31 | 3E | 3E |
| Octal | 332 | 305 | 143 | 0 | 12 | 67 | 17 | 61 | 76 | 76 |
| Binary | 11011010 | 11000101 | 1100011 | 0 | 1010 | 110111 | 1111 | 110001 | 111110 | 111110 |
Color Harmonies of #DAC563
Complementary color
Monochromatic Colors of #DAC563
Black with #DAC563
Text Example
Text Example
White with #DAC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC563; }
p { color: rgb(218,197,99); }
H1.HeaderClassName
{
color: #DAC563;
}
.AnyTagClassName
{
color: #DAC563;
}
</style>
background-color css
<style>
a { background-color: #DAC563; }
a { background-color: rgb(218,197,99); }
div.DivClassName
{
background-color: #DAC563;
}
.BgClassName
{
background-color: #DAC563;
}
</style>
border-color css
<style>
span { border-color: #DAC563; }
span { border-color: rgb(218,197,99); }
td.TdClassName
{
border-color: #DAC563;
}
.TagClassName
{
border-color: #DAC563;
}
</style>