Shades of Tacha #D9BA5A
Tints of Tacha #D9BA5A
RGB
CMYK
RGB Variations
Color information
#D9BA5A (or 0xD9BA5A) is known color: Tacha. HEX triplet: D9, BA and 5A. RGB value is (217,186,90). Sum of RGB (Red+Green+Blue) = 217+186+90=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA5A is #2645A5. Grayscale: #B8B8B8. Windows color (decimal): -2508198 or 5946073. OLE color: 5946073.
HSL color Cylindrical-coordinate representation of color #D9BA5A: hue angle of 45.35º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9BA5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.15 |
| HSL | 45.35º | 0.63% | 0.6% | - |
| HSV(B) | 45.35º | 0.59% | 0.85% | - |
| XYZ | 48.02 | 50.61 | 16.91 | - |
| YUV | 184.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 90 | 0 | 0.14 | 0.59 | 0.15 | 45.35 | 0.63 | 0.6 |
| Hex | D9 | BA | 5A | 0 | E | 3B | F | 2D | 3F | 3C |
| Octal | 331 | 272 | 132 | 0 | 16 | 73 | 17 | 55 | 77 | 74 |
| Binary | 11011001 | 10111010 | 1011010 | 0 | 1110 | 111011 | 1111 | 101101 | 111111 | 111100 |
Color Harmonies of #D9BA5A
Complementary color
Monochromatic Colors of #D9BA5A
Black with #D9BA5A
Text Example
Text Example
White with #D9BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA5A; }
p { color: rgb(217,186,90); }
H1.HeaderClassName
{
color: #D9BA5A;
}
.AnyTagClassName
{
color: #D9BA5A;
}
</style>
background-color css
<style>
a { background-color: #D9BA5A; }
a { background-color: rgb(217,186,90); }
div.DivClassName
{
background-color: #D9BA5A;
}
.BgClassName
{
background-color: #D9BA5A;
}
</style>
border-color css
<style>
span { border-color: #D9BA5A; }
span { border-color: rgb(217,186,90); }
td.TdClassName
{
border-color: #D9BA5A;
}
.TagClassName
{
border-color: #D9BA5A;
}
</style>