Shades of Tacha #DAC45E
Tints of Tacha #DAC45E
RGB
CMYK
RGB Variations
Color information
#DAC45E (or 0xDAC45E) is known color: Tacha. HEX triplet: DA, C4 and 5E. RGB value is (218,196,94). Sum of RGB (Red+Green+Blue) = 218+196+94=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC45E is #253BA1. Grayscale: #BFBFBF. Windows color (decimal): -2440098 or 6210778. OLE color: 6210778.
HSL color Cylindrical-coordinate representation of color #DAC45E: hue angle of 49.35º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAC45E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 94 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.15 |
| HSL | 49.35º | 0.63% | 0.61% | - |
| HSV(B) | 49.35º | 0.57% | 0.85% | - |
| XYZ | 50.67 | 55.19 | 18.57 | - |
| YUV | 190.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 94 | 0 | 0.10 | 0.57 | 0.15 | 49.35 | 0.63 | 0.61 |
| Hex | DA | C4 | 5E | 0 | A | 39 | F | 31 | 3F | 3D |
| Octal | 332 | 304 | 136 | 0 | 12 | 71 | 17 | 61 | 77 | 75 |
| Binary | 11011010 | 11000100 | 1011110 | 0 | 1010 | 111001 | 1111 | 110001 | 111111 | 111101 |
Color Harmonies of #DAC45E
Complementary color
Monochromatic Colors of #DAC45E
Black with #DAC45E
Text Example
Text Example
White with #DAC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC45E; }
p { color: rgb(218,196,94); }
H1.HeaderClassName
{
color: #DAC45E;
}
.AnyTagClassName
{
color: #DAC45E;
}
</style>
background-color css
<style>
a { background-color: #DAC45E; }
a { background-color: rgb(218,196,94); }
div.DivClassName
{
background-color: #DAC45E;
}
.BgClassName
{
background-color: #DAC45E;
}
</style>
border-color css
<style>
span { border-color: #DAC45E; }
span { border-color: rgb(218,196,94); }
td.TdClassName
{
border-color: #DAC45E;
}
.TagClassName
{
border-color: #DAC45E;
}
</style>