Shades of Tacha #DAC361
Tints of Tacha #DAC361
RGB
CMYK
RGB Variations
Color information
#DAC361 (or 0xDAC361) is known color: Tacha. HEX triplet: DA, C3 and 61. RGB value is (218,195,97). Sum of RGB (Red+Green+Blue) = 218+195+97=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC361 is #253C9E. Grayscale: #BFBFBF. Windows color (decimal): -2440351 or 6407130. OLE color: 6407130.
HSL color Cylindrical-coordinate representation of color #DAC361: hue angle of 48.6º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAC361 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 97 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.15 |
| HSL | 48.6º | 0.62% | 0.62% | - |
| HSV(B) | 48.6º | 0.56% | 0.85% | - |
| XYZ | 50.59 | 54.8 | 19.22 | - |
| YUV | 190.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 97 | 0 | 0.11 | 0.56 | 0.15 | 48.6 | 0.62 | 0.62 |
| Hex | DA | C3 | 61 | 0 | B | 38 | F | 31 | 3E | 3E |
| Octal | 332 | 303 | 141 | 0 | 13 | 70 | 17 | 61 | 76 | 76 |
| Binary | 11011010 | 11000011 | 1100001 | 0 | 1011 | 111000 | 1111 | 110001 | 111110 | 111110 |
Color Harmonies of #DAC361
Complementary color
Monochromatic Colors of #DAC361
Black with #DAC361
Text Example
Text Example
White with #DAC361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC361; }
p { color: rgb(218,195,97); }
H1.HeaderClassName
{
color: #DAC361;
}
.AnyTagClassName
{
color: #DAC361;
}
</style>
background-color css
<style>
a { background-color: #DAC361; }
a { background-color: rgb(218,195,97); }
div.DivClassName
{
background-color: #DAC361;
}
.BgClassName
{
background-color: #DAC361;
}
</style>
border-color css
<style>
span { border-color: #DAC361; }
span { border-color: rgb(218,195,97); }
td.TdClassName
{
border-color: #DAC361;
}
.TagClassName
{
border-color: #DAC361;
}
</style>