Shades of Tacha #D7BA53
Tints of Tacha #D7BA53
RGB
CMYK
RGB Variations
Color information
#D7BA53 (or 0xD7BA53) is known color: Tacha. HEX triplet: D7, BA and 53. RGB value is (215,186,83). Sum of RGB (Red+Green+Blue) = 215+186+83=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA53 is #2845AC. Grayscale: #B7B7B7. Windows color (decimal): -2639277 or 5487319. OLE color: 5487319.
HSL color Cylindrical-coordinate representation of color #D7BA53: hue angle of 46.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7BA53 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 83 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.16 |
| HSL | 46.82º | 0.62% | 0.58% | - |
| HSV(B) | 46.82º | 0.61% | 0.84% | - |
| XYZ | 47.14 | 50.19 | 15.39 | - |
| YUV | 182.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 83 | 0 | 0.13 | 0.61 | 0.16 | 46.82 | 0.62 | 0.58 |
| Hex | D7 | BA | 53 | 0 | D | 3D | 10 | 2F | 3E | 3A |
| Octal | 327 | 272 | 123 | 0 | 15 | 75 | 20 | 57 | 76 | 72 |
| Binary | 11010111 | 10111010 | 1010011 | 0 | 1101 | 111101 | 10000 | 101111 | 111110 | 111010 |
Color Harmonies of #D7BA53
Complementary color
Monochromatic Colors of #D7BA53
Black with #D7BA53
Text Example
Text Example
White with #D7BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA53; }
p { color: rgb(215,186,83); }
H1.HeaderClassName
{
color: #D7BA53;
}
.AnyTagClassName
{
color: #D7BA53;
}
</style>
background-color css
<style>
a { background-color: #D7BA53; }
a { background-color: rgb(215,186,83); }
div.DivClassName
{
background-color: #D7BA53;
}
.BgClassName
{
background-color: #D7BA53;
}
</style>
border-color css
<style>
span { border-color: #D7BA53; }
span { border-color: rgb(215,186,83); }
td.TdClassName
{
border-color: #D7BA53;
}
.TagClassName
{
border-color: #D7BA53;
}
</style>