Shades of Tacha #DAC464
Tints of Tacha #DAC464
RGB
CMYK
RGB Variations
Color information
#DAC464 (or 0xDAC464) is known color: Tacha. HEX triplet: DA, C4 and 64. RGB value is (218,196,100). Sum of RGB (Red+Green+Blue) = 218+196+100=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC464 is #253B9B. Grayscale: #C0C0C0. Windows color (decimal): -2440092 or 6603994. OLE color: 6603994.
HSL color Cylindrical-coordinate representation of color #DAC464: hue angle of 48.81º 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 #DAC464 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 100 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.15 |
| HSL | 48.81º | 0.61% | 0.62% | - |
| HSV(B) | 48.81º | 0.54% | 0.85% | - |
| XYZ | 50.95 | 55.31 | 20.05 | - |
| YUV | 191.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 100 | 0 | 0.10 | 0.54 | 0.15 | 48.81 | 0.61 | 0.62 |
| Hex | DA | C4 | 64 | 0 | A | 36 | F | 31 | 3D | 3E |
| Octal | 332 | 304 | 144 | 0 | 12 | 66 | 17 | 61 | 75 | 76 |
| Binary | 11011010 | 11000100 | 1100100 | 0 | 1010 | 110110 | 1111 | 110001 | 111101 | 111110 |
Color Harmonies of #DAC464
Complementary color
Monochromatic Colors of #DAC464
Black with #DAC464
Text Example
Text Example
White with #DAC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC464; }
p { color: rgb(218,196,100); }
H1.HeaderClassName
{
color: #DAC464;
}
.AnyTagClassName
{
color: #DAC464;
}
</style>
background-color css
<style>
a { background-color: #DAC464; }
a { background-color: rgb(218,196,100); }
div.DivClassName
{
background-color: #DAC464;
}
.BgClassName
{
background-color: #DAC464;
}
</style>
border-color css
<style>
span { border-color: #DAC464; }
span { border-color: rgb(218,196,100); }
td.TdClassName
{
border-color: #DAC464;
}
.TagClassName
{
border-color: #DAC464;
}
</style>