Shades of Tacha #D7BA51
Tints of Tacha #D7BA51
RGB
CMYK
RGB Variations
Color information
#D7BA51 (or 0xD7BA51) is known color: Tacha. HEX triplet: D7, BA and 51. RGB value is (215,186,81). Sum of RGB (Red+Green+Blue) = 215+186+81=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA51 is #2845AE. Grayscale: #B7B7B7. Windows color (decimal): -2639279 or 5356247. OLE color: 5356247.
HSL color Cylindrical-coordinate representation of color #D7BA51: hue angle of 47.01º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7BA51 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 81 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.16 |
| HSL | 47.01º | 0.63% | 0.58% | - |
| HSV(B) | 47.01º | 0.62% | 0.84% | - |
| XYZ | 47.07 | 50.16 | 14.99 | - |
| YUV | 182.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 81 | 0 | 0.13 | 0.62 | 0.16 | 47.01 | 0.63 | 0.58 |
| Hex | D7 | BA | 51 | 0 | D | 3E | 10 | 2F | 3F | 3A |
| Octal | 327 | 272 | 121 | 0 | 15 | 76 | 20 | 57 | 77 | 72 |
| Binary | 11010111 | 10111010 | 1010001 | 0 | 1101 | 111110 | 10000 | 101111 | 111111 | 111010 |
Color Harmonies of #D7BA51
Complementary color
Monochromatic Colors of #D7BA51
Black with #D7BA51
Text Example
Text Example
White with #D7BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA51; }
p { color: rgb(215,186,81); }
H1.HeaderClassName
{
color: #D7BA51;
}
.AnyTagClassName
{
color: #D7BA51;
}
</style>
background-color css
<style>
a { background-color: #D7BA51; }
a { background-color: rgb(215,186,81); }
div.DivClassName
{
background-color: #D7BA51;
}
.BgClassName
{
background-color: #D7BA51;
}
</style>
border-color css
<style>
span { border-color: #D7BA51; }
span { border-color: rgb(215,186,81); }
td.TdClassName
{
border-color: #D7BA51;
}
.TagClassName
{
border-color: #D7BA51;
}
</style>