Shades of Tacha #D9BA57
Tints of Tacha #D9BA57
RGB
CMYK
RGB Variations
Color information
#D9BA57 (or 0xD9BA57) is known color: Tacha. HEX triplet: D9, BA and 57. RGB value is (217,186,87). Sum of RGB (Red+Green+Blue) = 217+186+87=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA57 is #2645A8. Grayscale: #B8B8B8. Windows color (decimal): -2508201 or 5749465. OLE color: 5749465.
HSL color Cylindrical-coordinate representation of color #D9BA57: hue angle of 45.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9BA57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.15 |
| HSL | 45.69º | 0.63% | 0.6% | - |
| HSV(B) | 45.69º | 0.6% | 0.85% | - |
| XYZ | 47.89 | 50.56 | 16.25 | - |
| YUV | 183.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 87 | 0 | 0.14 | 0.60 | 0.15 | 45.69 | 0.63 | 0.6 |
| Hex | D9 | BA | 57 | 0 | E | 3C | F | 2E | 3F | 3C |
| Octal | 331 | 272 | 127 | 0 | 16 | 74 | 17 | 56 | 77 | 74 |
| Binary | 11011001 | 10111010 | 1010111 | 0 | 1110 | 111100 | 1111 | 101110 | 111111 | 111100 |
Color Harmonies of #D9BA57
Complementary color
Monochromatic Colors of #D9BA57
Black with #D9BA57
Text Example
Text Example
White with #D9BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA57; }
p { color: rgb(217,186,87); }
H1.HeaderClassName
{
color: #D9BA57;
}
.AnyTagClassName
{
color: #D9BA57;
}
</style>
background-color css
<style>
a { background-color: #D9BA57; }
a { background-color: rgb(217,186,87); }
div.DivClassName
{
background-color: #D9BA57;
}
.BgClassName
{
background-color: #D9BA57;
}
</style>
border-color css
<style>
span { border-color: #D9BA57; }
span { border-color: rgb(217,186,87); }
td.TdClassName
{
border-color: #D9BA57;
}
.TagClassName
{
border-color: #D9BA57;
}
</style>