Shades of Tacha #DAC164
Tints of Tacha #DAC164
RGB
CMYK
RGB Variations
Color information
#DAC164 (or 0xDAC164) is known color: Tacha. HEX triplet: DA, C1 and 64. RGB value is (218,193,100). Sum of RGB (Red+Green+Blue) = 218+193+100=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC164 is #253E9B. Grayscale: #BEBEBE. Windows color (decimal): -2440860 or 6603226. OLE color: 6603226.
HSL color Cylindrical-coordinate representation of color #DAC164: hue angle of 47.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC164 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 100 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.15 |
| HSL | 47.29º | 0.61% | 0.62% | - |
| HSV(B) | 47.29º | 0.54% | 0.85% | - |
| XYZ | 50.28 | 53.97 | 19.82 | - |
| YUV | 189.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 100 | 0 | 0.11 | 0.54 | 0.15 | 47.29 | 0.61 | 0.62 |
| Hex | DA | C1 | 64 | 0 | B | 36 | F | 2F | 3D | 3E |
| Octal | 332 | 301 | 144 | 0 | 13 | 66 | 17 | 57 | 75 | 76 |
| Binary | 11011010 | 11000001 | 1100100 | 0 | 1011 | 110110 | 1111 | 101111 | 111101 | 111110 |
Color Harmonies of #DAC164
Complementary color
Monochromatic Colors of #DAC164
Black with #DAC164
Text Example
Text Example
White with #DAC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC164; }
p { color: rgb(218,193,100); }
H1.HeaderClassName
{
color: #DAC164;
}
.AnyTagClassName
{
color: #DAC164;
}
</style>
background-color css
<style>
a { background-color: #DAC164; }
a { background-color: rgb(218,193,100); }
div.DivClassName
{
background-color: #DAC164;
}
.BgClassName
{
background-color: #DAC164;
}
</style>
border-color css
<style>
span { border-color: #DAC164; }
span { border-color: rgb(218,193,100); }
td.TdClassName
{
border-color: #DAC164;
}
.TagClassName
{
border-color: #DAC164;
}
</style>