Shades of Tacha #DACA60
Tints of Tacha #DACA60
RGB
CMYK
RGB Variations
Color information
#DACA60 (or 0xDACA60) is known color: Tacha. HEX triplet: DA, CA and 60. RGB value is (218,202,96). Sum of RGB (Red+Green+Blue) = 218+202+96=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA60 is #25359F. Grayscale: #C3C3C3. Windows color (decimal): -2438560 or 6343386. OLE color: 6343386.
HSL color Cylindrical-coordinate representation of color #DACA60: hue angle of 52.13º 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 #DACA60 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 96 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.15 |
| HSL | 52.13º | 0.62% | 0.62% | - |
| HSV(B) | 52.13º | 0.56% | 0.85% | - |
| XYZ | 52.15 | 57.99 | 19.51 | - |
| YUV | 194.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 96 | 0 | 0.07 | 0.56 | 0.15 | 52.13 | 0.62 | 0.62 |
| Hex | DA | CA | 60 | 0 | 7 | 38 | F | 34 | 3E | 3E |
| Octal | 332 | 312 | 140 | 0 | 7 | 70 | 17 | 64 | 76 | 76 |
| Binary | 11011010 | 11001010 | 1100000 | 0 | 111 | 111000 | 1111 | 110100 | 111110 | 111110 |
Color Harmonies of #DACA60
Complementary color
Monochromatic Colors of #DACA60
Black with #DACA60
Text Example
Text Example
White with #DACA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA60; }
p { color: rgb(218,202,96); }
H1.HeaderClassName
{
color: #DACA60;
}
.AnyTagClassName
{
color: #DACA60;
}
</style>
background-color css
<style>
a { background-color: #DACA60; }
a { background-color: rgb(218,202,96); }
div.DivClassName
{
background-color: #DACA60;
}
.BgClassName
{
background-color: #DACA60;
}
</style>
border-color css
<style>
span { border-color: #DACA60; }
span { border-color: rgb(218,202,96); }
td.TdClassName
{
border-color: #DACA60;
}
.TagClassName
{
border-color: #DACA60;
}
</style>