Shades of Tacha #DAC65F
Tints of Tacha #DAC65F
RGB
CMYK
RGB Variations
Color information
#DAC65F (or 0xDAC65F) is known color: Tacha. HEX triplet: DA, C6 and 5F. RGB value is (218,198,95). Sum of RGB (Red+Green+Blue) = 218+198+95=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC65F is #2539A0. Grayscale: #C0C0C0. Windows color (decimal): -2439585 or 6276826. OLE color: 6276826.
HSL color Cylindrical-coordinate representation of color #DAC65F: hue angle of 50.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAC65F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 95 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.15 |
| HSL | 50.24º | 0.62% | 0.61% | - |
| HSV(B) | 50.24º | 0.56% | 0.85% | - |
| XYZ | 51.17 | 56.12 | 18.96 | - |
| YUV | 192.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 95 | 0 | 0.09 | 0.56 | 0.15 | 50.24 | 0.62 | 0.61 |
| Hex | DA | C6 | 5F | 0 | 9 | 38 | F | 32 | 3E | 3D |
| Octal | 332 | 306 | 137 | 0 | 11 | 70 | 17 | 62 | 76 | 75 |
| Binary | 11011010 | 11000110 | 1011111 | 0 | 1001 | 111000 | 1111 | 110010 | 111110 | 111101 |
Color Harmonies of #DAC65F
Complementary color
Monochromatic Colors of #DAC65F
Black with #DAC65F
Text Example
Text Example
White with #DAC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC65F; }
p { color: rgb(218,198,95); }
H1.HeaderClassName
{
color: #DAC65F;
}
.AnyTagClassName
{
color: #DAC65F;
}
</style>
background-color css
<style>
a { background-color: #DAC65F; }
a { background-color: rgb(218,198,95); }
div.DivClassName
{
background-color: #DAC65F;
}
.BgClassName
{
background-color: #DAC65F;
}
</style>
border-color css
<style>
span { border-color: #DAC65F; }
span { border-color: rgb(218,198,95); }
td.TdClassName
{
border-color: #DAC65F;
}
.TagClassName
{
border-color: #DAC65F;
}
</style>