Shades of Tacha #DAC557
Tints of Tacha #DAC557
RGB
CMYK
RGB Variations
Color information
#DAC557 (or 0xDAC557) is known color: Tacha. HEX triplet: DA, C5 and 57. RGB value is (218,197,87). Sum of RGB (Red+Green+Blue) = 218+197+87=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC557 is #253AA8. Grayscale: #BFBFBF. Windows color (decimal): -2439849 or 5752282. OLE color: 5752282.
HSL color Cylindrical-coordinate representation of color #DAC557: hue angle of 50.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAC557 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 87 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.15 |
| HSL | 50.38º | 0.64% | 0.6% | - |
| HSV(B) | 50.38º | 0.6% | 0.85% | - |
| XYZ | 50.6 | 55.53 | 17.07 | - |
| YUV | 190.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 87 | 0 | 0.10 | 0.60 | 0.15 | 50.38 | 0.64 | 0.6 |
| Hex | DA | C5 | 57 | 0 | A | 3C | F | 32 | 40 | 3C |
| Octal | 332 | 305 | 127 | 0 | 12 | 74 | 17 | 62 | 100 | 74 |
| Binary | 11011010 | 11000101 | 1010111 | 0 | 1010 | 111100 | 1111 | 110010 | 1000000 | 111100 |
Color Harmonies of #DAC557
Complementary color
Monochromatic Colors of #DAC557
Black with #DAC557
Text Example
Text Example
White with #DAC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC557; }
p { color: rgb(218,197,87); }
H1.HeaderClassName
{
color: #DAC557;
}
.AnyTagClassName
{
color: #DAC557;
}
</style>
background-color css
<style>
a { background-color: #DAC557; }
a { background-color: rgb(218,197,87); }
div.DivClassName
{
background-color: #DAC557;
}
.BgClassName
{
background-color: #DAC557;
}
</style>
border-color css
<style>
span { border-color: #DAC557; }
span { border-color: rgb(218,197,87); }
td.TdClassName
{
border-color: #DAC557;
}
.TagClassName
{
border-color: #DAC557;
}
</style>