Shades of Tacha #DAC460
Tints of Tacha #DAC460
RGB
CMYK
RGB Variations
Color information
#DAC460 (or 0xDAC460) is known color: Tacha. HEX triplet: DA, C4 and 60. RGB value is (218,196,96). Sum of RGB (Red+Green+Blue) = 218+196+96=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC460 is #253B9F. Grayscale: #BFBFBF. Windows color (decimal): -2440096 or 6341850. OLE color: 6341850.
HSL color Cylindrical-coordinate representation of color #DAC460: hue angle of 49.18º 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 #DAC460 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 96 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.15 |
| HSL | 49.18º | 0.62% | 0.62% | - |
| HSV(B) | 49.18º | 0.56% | 0.85% | - |
| XYZ | 50.76 | 55.23 | 19.05 | - |
| YUV | 191.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 96 | 0 | 0.10 | 0.56 | 0.15 | 49.18 | 0.62 | 0.62 |
| Hex | DA | C4 | 60 | 0 | A | 38 | F | 31 | 3E | 3E |
| Octal | 332 | 304 | 140 | 0 | 12 | 70 | 17 | 61 | 76 | 76 |
| Binary | 11011010 | 11000100 | 1100000 | 0 | 1010 | 111000 | 1111 | 110001 | 111110 | 111110 |
Color Harmonies of #DAC460
Complementary color
Monochromatic Colors of #DAC460
Black with #DAC460
Text Example
Text Example
White with #DAC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC460; }
p { color: rgb(218,196,96); }
H1.HeaderClassName
{
color: #DAC460;
}
.AnyTagClassName
{
color: #DAC460;
}
</style>
background-color css
<style>
a { background-color: #DAC460; }
a { background-color: rgb(218,196,96); }
div.DivClassName
{
background-color: #DAC460;
}
.BgClassName
{
background-color: #DAC460;
}
</style>
border-color css
<style>
span { border-color: #DAC460; }
span { border-color: rgb(218,196,96); }
td.TdClassName
{
border-color: #DAC460;
}
.TagClassName
{
border-color: #DAC460;
}
</style>