Shades of Tacha #DAC85F
Tints of Tacha #DAC85F
RGB
CMYK
RGB Variations
Color information
#DAC85F (or 0xDAC85F) is known color: Tacha. HEX triplet: DA, C8 and 5F. RGB value is (218,200,95). Sum of RGB (Red+Green+Blue) = 218+200+95=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC85F is #2537A0. Grayscale: #C1C1C1. Windows color (decimal): -2439073 or 6277338. OLE color: 6277338.
HSL color Cylindrical-coordinate representation of color #DAC85F: hue angle of 51.22º 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 #DAC85F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 95 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.15 |
| HSL | 51.22º | 0.62% | 0.61% | - |
| HSV(B) | 51.22º | 0.56% | 0.85% | - |
| XYZ | 51.63 | 57.04 | 19.11 | - |
| YUV | 193.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 95 | 0 | 0.08 | 0.56 | 0.15 | 51.22 | 0.62 | 0.61 |
| Hex | DA | C8 | 5F | 0 | 8 | 38 | F | 33 | 3E | 3D |
| Octal | 332 | 310 | 137 | 0 | 10 | 70 | 17 | 63 | 76 | 75 |
| Binary | 11011010 | 11001000 | 1011111 | 0 | 1000 | 111000 | 1111 | 110011 | 111110 | 111101 |
Color Harmonies of #DAC85F
Complementary color
Monochromatic Colors of #DAC85F
Black with #DAC85F
Text Example
Text Example
White with #DAC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC85F; }
p { color: rgb(218,200,95); }
H1.HeaderClassName
{
color: #DAC85F;
}
.AnyTagClassName
{
color: #DAC85F;
}
</style>
background-color css
<style>
a { background-color: #DAC85F; }
a { background-color: rgb(218,200,95); }
div.DivClassName
{
background-color: #DAC85F;
}
.BgClassName
{
background-color: #DAC85F;
}
</style>
border-color css
<style>
span { border-color: #DAC85F; }
span { border-color: rgb(218,200,95); }
td.TdClassName
{
border-color: #DAC85F;
}
.TagClassName
{
border-color: #DAC85F;
}
</style>