Shades of Tacha #DAC156
Tints of Tacha #DAC156
RGB
CMYK
RGB Variations
Color information
#DAC156 (or 0xDAC156) is known color: Tacha. HEX triplet: DA, C1 and 56. RGB value is (218,193,86). Sum of RGB (Red+Green+Blue) = 218+193+86=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC156 is #253EA9. Grayscale: #BCBCBC. Windows color (decimal): -2440874 or 5685722. OLE color: 5685722.
HSL color Cylindrical-coordinate representation of color #DAC156: hue angle of 48.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAC156 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 86 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 48.64º | 0.64% | 0.6% | - |
| HSV(B) | 48.64º | 0.61% | 0.85% | - |
| XYZ | 49.66 | 53.72 | 16.56 | - |
| YUV | 188.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 86 | 0 | 0.11 | 0.61 | 0.15 | 48.64 | 0.64 | 0.6 |
| Hex | DA | C1 | 56 | 0 | B | 3D | F | 31 | 40 | 3C |
| Octal | 332 | 301 | 126 | 0 | 13 | 75 | 17 | 61 | 100 | 74 |
| Binary | 11011010 | 11000001 | 1010110 | 0 | 1011 | 111101 | 1111 | 110001 | 1000000 | 111100 |
Color Harmonies of #DAC156
Complementary color
Monochromatic Colors of #DAC156
Black with #DAC156
Text Example
Text Example
White with #DAC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC156; }
p { color: rgb(218,193,86); }
H1.HeaderClassName
{
color: #DAC156;
}
.AnyTagClassName
{
color: #DAC156;
}
</style>
background-color css
<style>
a { background-color: #DAC156; }
a { background-color: rgb(218,193,86); }
div.DivClassName
{
background-color: #DAC156;
}
.BgClassName
{
background-color: #DAC156;
}
</style>
border-color css
<style>
span { border-color: #DAC156; }
span { border-color: rgb(218,193,86); }
td.TdClassName
{
border-color: #DAC156;
}
.TagClassName
{
border-color: #DAC156;
}
</style>