Shades of Tacha #DAC065
Tints of Tacha #DAC065
RGB
CMYK
RGB Variations
Color information
#DAC065 (or 0xDAC065) is known color: Tacha. HEX triplet: DA, C0 and 65. RGB value is (218,192,101). Sum of RGB (Red+Green+Blue) = 218+192+101=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC065 is #253F9A. Grayscale: #BDBDBD. Windows color (decimal): -2441115 or 6668506. OLE color: 6668506.
HSL color Cylindrical-coordinate representation of color #DAC065: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC065 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 101 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.15 |
| HSL | 46.67º | 0.61% | 0.63% | - |
| HSV(B) | 46.67º | 0.54% | 0.85% | - |
| XYZ | 50.11 | 53.54 | 20.01 | - |
| YUV | 189.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 101 | 0 | 0.12 | 0.54 | 0.15 | 46.67 | 0.61 | 0.63 |
| Hex | DA | C0 | 65 | 0 | C | 36 | F | 2F | 3D | 3F |
| Octal | 332 | 300 | 145 | 0 | 14 | 66 | 17 | 57 | 75 | 77 |
| Binary | 11011010 | 11000000 | 1100101 | 0 | 1100 | 110110 | 1111 | 101111 | 111101 | 111111 |
Color Harmonies of #DAC065
Complementary color
Monochromatic Colors of #DAC065
Black with #DAC065
Text Example
Text Example
White with #DAC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC065; }
p { color: rgb(218,192,101); }
H1.HeaderClassName
{
color: #DAC065;
}
.AnyTagClassName
{
color: #DAC065;
}
</style>
background-color css
<style>
a { background-color: #DAC065; }
a { background-color: rgb(218,192,101); }
div.DivClassName
{
background-color: #DAC065;
}
.BgClassName
{
background-color: #DAC065;
}
</style>
border-color css
<style>
span { border-color: #DAC065; }
span { border-color: rgb(218,192,101); }
td.TdClassName
{
border-color: #DAC065;
}
.TagClassName
{
border-color: #DAC065;
}
</style>