Shades of Tacha #DAC259
Tints of Tacha #DAC259
RGB
CMYK
RGB Variations
Color information
#DAC259 (or 0xDAC259) is known color: Tacha. HEX triplet: DA, C2 and 59. RGB value is (218,194,89). Sum of RGB (Red+Green+Blue) = 218+194+89=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC259 is #253DA6. Grayscale: #BDBDBD. Windows color (decimal): -2440615 or 5882586. OLE color: 5882586.
HSL color Cylindrical-coordinate representation of color #DAC259: hue angle of 48.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAC259 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 89 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.15 |
| HSL | 48.84º | 0.64% | 0.6% | - |
| HSV(B) | 48.84º | 0.59% | 0.85% | - |
| XYZ | 50.01 | 54.21 | 17.28 | - |
| YUV | 189.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 89 | 0 | 0.11 | 0.59 | 0.15 | 48.84 | 0.64 | 0.6 |
| Hex | DA | C2 | 59 | 0 | B | 3B | F | 31 | 40 | 3C |
| Octal | 332 | 302 | 131 | 0 | 13 | 73 | 17 | 61 | 100 | 74 |
| Binary | 11011010 | 11000010 | 1011001 | 0 | 1011 | 111011 | 1111 | 110001 | 1000000 | 111100 |
Color Harmonies of #DAC259
Complementary color
Monochromatic Colors of #DAC259
Black with #DAC259
Text Example
Text Example
White with #DAC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC259; }
p { color: rgb(218,194,89); }
H1.HeaderClassName
{
color: #DAC259;
}
.AnyTagClassName
{
color: #DAC259;
}
</style>
background-color css
<style>
a { background-color: #DAC259; }
a { background-color: rgb(218,194,89); }
div.DivClassName
{
background-color: #DAC259;
}
.BgClassName
{
background-color: #DAC259;
}
</style>
border-color css
<style>
span { border-color: #DAC259; }
span { border-color: rgb(218,194,89); }
td.TdClassName
{
border-color: #DAC259;
}
.TagClassName
{
border-color: #DAC259;
}
</style>