Shades of Tacha #DAC65C
Tints of Tacha #DAC65C
RGB
CMYK
RGB Variations
Color information
#DAC65C (or 0xDAC65C) is known color: Tacha. HEX triplet: DA, C6 and 5C. RGB value is (218,198,92). Sum of RGB (Red+Green+Blue) = 218+198+92=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC65C is #2539A3. Grayscale: #C0C0C0. Windows color (decimal): -2439588 or 6080218. OLE color: 6080218.
HSL color Cylindrical-coordinate representation of color #DAC65C: hue angle of 50.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAC65C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 92 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.15 |
| HSL | 50.48º | 0.63% | 0.61% | - |
| HSV(B) | 50.48º | 0.58% | 0.85% | - |
| XYZ | 51.04 | 56.07 | 18.26 | - |
| YUV | 191.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 92 | 0 | 0.09 | 0.58 | 0.15 | 50.48 | 0.63 | 0.61 |
| Hex | DA | C6 | 5C | 0 | 9 | 3A | F | 32 | 3F | 3D |
| Octal | 332 | 306 | 134 | 0 | 11 | 72 | 17 | 62 | 77 | 75 |
| Binary | 11011010 | 11000110 | 1011100 | 0 | 1001 | 111010 | 1111 | 110010 | 111111 | 111101 |
Color Harmonies of #DAC65C
Complementary color
Monochromatic Colors of #DAC65C
Black with #DAC65C
Text Example
Text Example
White with #DAC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC65C; }
p { color: rgb(218,198,92); }
H1.HeaderClassName
{
color: #DAC65C;
}
.AnyTagClassName
{
color: #DAC65C;
}
</style>
background-color css
<style>
a { background-color: #DAC65C; }
a { background-color: rgb(218,198,92); }
div.DivClassName
{
background-color: #DAC65C;
}
.BgClassName
{
background-color: #DAC65C;
}
</style>
border-color css
<style>
span { border-color: #DAC65C; }
span { border-color: rgb(218,198,92); }
td.TdClassName
{
border-color: #DAC65C;
}
.TagClassName
{
border-color: #DAC65C;
}
</style>