Shades of Tacha #DAC95B
Tints of Tacha #DAC95B
RGB
CMYK
RGB Variations
Color information
#DAC95B (or 0xDAC95B) is known color: Tacha. HEX triplet: DA, C9 and 5B. RGB value is (218,201,91). Sum of RGB (Red+Green+Blue) = 218+201+91=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC95B is #2536A4. Grayscale: #C1C1C1. Windows color (decimal): -2438821 or 6015450. OLE color: 6015450.
HSL color Cylindrical-coordinate representation of color #DAC95B: hue angle of 51.97º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAC95B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 91 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.15 |
| HSL | 51.97º | 0.63% | 0.61% | - |
| HSV(B) | 51.97º | 0.58% | 0.85% | - |
| XYZ | 51.69 | 57.43 | 18.26 | - |
| YUV | 193.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 91 | 0 | 0.08 | 0.58 | 0.15 | 51.97 | 0.63 | 0.61 |
| Hex | DA | C9 | 5B | 0 | 8 | 3A | F | 34 | 3F | 3D |
| Octal | 332 | 311 | 133 | 0 | 10 | 72 | 17 | 64 | 77 | 75 |
| Binary | 11011010 | 11001001 | 1011011 | 0 | 1000 | 111010 | 1111 | 110100 | 111111 | 111101 |
Color Harmonies of #DAC95B
Complementary color
Monochromatic Colors of #DAC95B
Black with #DAC95B
Text Example
Text Example
White with #DAC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC95B; }
p { color: rgb(218,201,91); }
H1.HeaderClassName
{
color: #DAC95B;
}
.AnyTagClassName
{
color: #DAC95B;
}
</style>
background-color css
<style>
a { background-color: #DAC95B; }
a { background-color: rgb(218,201,91); }
div.DivClassName
{
background-color: #DAC95B;
}
.BgClassName
{
background-color: #DAC95B;
}
</style>
border-color css
<style>
span { border-color: #DAC95B; }
span { border-color: rgb(218,201,91); }
td.TdClassName
{
border-color: #DAC95B;
}
.TagClassName
{
border-color: #DAC95B;
}
</style>