Shades of Tacha #DAC364
Tints of Tacha #DAC364
RGB
CMYK
RGB Variations
Color information
#DAC364 (or 0xDAC364) is known color: Tacha. HEX triplet: DA, C3 and 64. RGB value is (218,195,100). Sum of RGB (Red+Green+Blue) = 218+195+100=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC364 is #253C9B. Grayscale: #BFBFBF. Windows color (decimal): -2440348 or 6603738. OLE color: 6603738.
HSL color Cylindrical-coordinate representation of color #DAC364: hue angle of 48.31º 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 #DAC364 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 100 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.15 |
| HSL | 48.31º | 0.61% | 0.62% | - |
| HSV(B) | 48.31º | 0.54% | 0.85% | - |
| XYZ | 50.73 | 54.86 | 19.97 | - |
| YUV | 191.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 100 | 0 | 0.11 | 0.54 | 0.15 | 48.31 | 0.61 | 0.62 |
| Hex | DA | C3 | 64 | 0 | B | 36 | F | 30 | 3D | 3E |
| Octal | 332 | 303 | 144 | 0 | 13 | 66 | 17 | 60 | 75 | 76 |
| Binary | 11011010 | 11000011 | 1100100 | 0 | 1011 | 110110 | 1111 | 110000 | 111101 | 111110 |
Color Harmonies of #DAC364
Complementary color
Monochromatic Colors of #DAC364
Black with #DAC364
Text Example
Text Example
White with #DAC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC364; }
p { color: rgb(218,195,100); }
H1.HeaderClassName
{
color: #DAC364;
}
.AnyTagClassName
{
color: #DAC364;
}
</style>
background-color css
<style>
a { background-color: #DAC364; }
a { background-color: rgb(218,195,100); }
div.DivClassName
{
background-color: #DAC364;
}
.BgClassName
{
background-color: #DAC364;
}
</style>
border-color css
<style>
span { border-color: #DAC364; }
span { border-color: rgb(218,195,100); }
td.TdClassName
{
border-color: #DAC364;
}
.TagClassName
{
border-color: #DAC364;
}
</style>