Shades of Tacha #DAC155
Tints of Tacha #DAC155
RGB
CMYK
RGB Variations
Color information
#DAC155 (or 0xDAC155) is known color: Tacha. HEX triplet: DA, C1 and 55. RGB value is (218,193,85). Sum of RGB (Red+Green+Blue) = 218+193+85=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC155 is #253EAA. Grayscale: #BCBCBC. Windows color (decimal): -2440875 or 5620186. OLE color: 5620186.
HSL color Cylindrical-coordinate representation of color #DAC155: hue angle of 48.72º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAC155 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 85 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 48.72º | 0.64% | 0.59% | - |
| HSV(B) | 48.72º | 0.61% | 0.85% | - |
| XYZ | 49.62 | 53.7 | 16.34 | - |
| YUV | 188.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 85 | 0 | 0.11 | 0.61 | 0.15 | 48.72 | 0.64 | 0.59 |
| Hex | DA | C1 | 55 | 0 | B | 3D | F | 31 | 40 | 3B |
| Octal | 332 | 301 | 125 | 0 | 13 | 75 | 17 | 61 | 100 | 73 |
| Binary | 11011010 | 11000001 | 1010101 | 0 | 1011 | 111101 | 1111 | 110001 | 1000000 | 111011 |
Color Harmonies of #DAC155
Complementary color
Monochromatic Colors of #DAC155
Black with #DAC155
Text Example
Text Example
White with #DAC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC155; }
p { color: rgb(218,193,85); }
H1.HeaderClassName
{
color: #DAC155;
}
.AnyTagClassName
{
color: #DAC155;
}
</style>
background-color css
<style>
a { background-color: #DAC155; }
a { background-color: rgb(218,193,85); }
div.DivClassName
{
background-color: #DAC155;
}
.BgClassName
{
background-color: #DAC155;
}
</style>
border-color css
<style>
span { border-color: #DAC155; }
span { border-color: rgb(218,193,85); }
td.TdClassName
{
border-color: #DAC155;
}
.TagClassName
{
border-color: #DAC155;
}
</style>