Shades of Tacha #DAC95D
Tints of Tacha #DAC95D
RGB
CMYK
RGB Variations
Color information
#DAC95D (or 0xDAC95D) is known color: Tacha. HEX triplet: DA, C9 and 5D. RGB value is (218,201,93). Sum of RGB (Red+Green+Blue) = 218+201+93=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC95D is #2536A2. Grayscale: #C2C2C2. Windows color (decimal): -2438819 or 6146522. OLE color: 6146522.
HSL color Cylindrical-coordinate representation of color #DAC95D: hue angle of 51.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAC95D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 93 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.15 |
| HSL | 51.84º | 0.63% | 0.61% | - |
| HSV(B) | 51.84º | 0.57% | 0.85% | - |
| XYZ | 51.78 | 57.47 | 18.72 | - |
| YUV | 193.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 93 | 0 | 0.08 | 0.57 | 0.15 | 51.84 | 0.63 | 0.61 |
| Hex | DA | C9 | 5D | 0 | 8 | 39 | F | 34 | 3F | 3D |
| Octal | 332 | 311 | 135 | 0 | 10 | 71 | 17 | 64 | 77 | 75 |
| Binary | 11011010 | 11001001 | 1011101 | 0 | 1000 | 111001 | 1111 | 110100 | 111111 | 111101 |
Color Harmonies of #DAC95D
Complementary color
Monochromatic Colors of #DAC95D
Black with #DAC95D
Text Example
Text Example
White with #DAC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC95D; }
p { color: rgb(218,201,93); }
H1.HeaderClassName
{
color: #DAC95D;
}
.AnyTagClassName
{
color: #DAC95D;
}
</style>
background-color css
<style>
a { background-color: #DAC95D; }
a { background-color: rgb(218,201,93); }
div.DivClassName
{
background-color: #DAC95D;
}
.BgClassName
{
background-color: #DAC95D;
}
</style>
border-color css
<style>
span { border-color: #DAC95D; }
span { border-color: rgb(218,201,93); }
td.TdClassName
{
border-color: #DAC95D;
}
.TagClassName
{
border-color: #DAC95D;
}
</style>