Shades of Tacha #D7BA59
Tints of Tacha #D7BA59
RGB
CMYK
RGB Variations
Color information
#D7BA59 (or 0xD7BA59) is known color: Tacha. HEX triplet: D7, BA and 59. RGB value is (215,186,89). Sum of RGB (Red+Green+Blue) = 215+186+89=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA59 is #2845A6. Grayscale: #B8B8B8. Windows color (decimal): -2639271 or 5880535. OLE color: 5880535.
HSL color Cylindrical-coordinate representation of color #D7BA59: hue angle of 46.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7BA59 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 89 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 46.19º | 0.61% | 0.6% | - |
| HSV(B) | 46.19º | 0.59% | 0.84% | - |
| XYZ | 47.39 | 50.29 | 16.66 | - |
| YUV | 183.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 89 | 0 | 0.13 | 0.59 | 0.16 | 46.19 | 0.61 | 0.6 |
| Hex | D7 | BA | 59 | 0 | D | 3B | 10 | 2E | 3D | 3C |
| Octal | 327 | 272 | 131 | 0 | 15 | 73 | 20 | 56 | 75 | 74 |
| Binary | 11010111 | 10111010 | 1011001 | 0 | 1101 | 111011 | 10000 | 101110 | 111101 | 111100 |
Color Harmonies of #D7BA59
Complementary color
Monochromatic Colors of #D7BA59
Black with #D7BA59
Text Example
Text Example
White with #D7BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA59; }
p { color: rgb(215,186,89); }
H1.HeaderClassName
{
color: #D7BA59;
}
.AnyTagClassName
{
color: #D7BA59;
}
</style>
background-color css
<style>
a { background-color: #D7BA59; }
a { background-color: rgb(215,186,89); }
div.DivClassName
{
background-color: #D7BA59;
}
.BgClassName
{
background-color: #D7BA59;
}
</style>
border-color css
<style>
span { border-color: #D7BA59; }
span { border-color: rgb(215,186,89); }
td.TdClassName
{
border-color: #D7BA59;
}
.TagClassName
{
border-color: #D7BA59;
}
</style>