Shades of Tacha #DAC55E
Tints of Tacha #DAC55E
RGB
CMYK
RGB Variations
Color information
#DAC55E (or 0xDAC55E) is known color: Tacha. HEX triplet: DA, C5 and 5E. RGB value is (218,197,94). Sum of RGB (Red+Green+Blue) = 218+197+94=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC55E is #253AA1. Grayscale: #BFBFBF. Windows color (decimal): -2439842 or 6211034. OLE color: 6211034.
HSL color Cylindrical-coordinate representation of color #DAC55E: hue angle of 49.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAC55E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 94 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.15 |
| HSL | 49.84º | 0.63% | 0.61% | - |
| HSV(B) | 49.84º | 0.57% | 0.85% | - |
| XYZ | 50.9 | 55.65 | 18.65 | - |
| YUV | 191.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 94 | 0 | 0.10 | 0.57 | 0.15 | 49.84 | 0.63 | 0.61 |
| Hex | DA | C5 | 5E | 0 | A | 39 | F | 32 | 3F | 3D |
| Octal | 332 | 305 | 136 | 0 | 12 | 71 | 17 | 62 | 77 | 75 |
| Binary | 11011010 | 11000101 | 1011110 | 0 | 1010 | 111001 | 1111 | 110010 | 111111 | 111101 |
Color Harmonies of #DAC55E
Complementary color
Monochromatic Colors of #DAC55E
Black with #DAC55E
Text Example
Text Example
White with #DAC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC55E; }
p { color: rgb(218,197,94); }
H1.HeaderClassName
{
color: #DAC55E;
}
.AnyTagClassName
{
color: #DAC55E;
}
</style>
background-color css
<style>
a { background-color: #DAC55E; }
a { background-color: rgb(218,197,94); }
div.DivClassName
{
background-color: #DAC55E;
}
.BgClassName
{
background-color: #DAC55E;
}
</style>
border-color css
<style>
span { border-color: #DAC55E; }
span { border-color: rgb(218,197,94); }
td.TdClassName
{
border-color: #DAC55E;
}
.TagClassName
{
border-color: #DAC55E;
}
</style>