Shades of Tacha #D7BA4E
Tints of Tacha #D7BA4E
RGB
CMYK
RGB Variations
Color information
#D7BA4E (or 0xD7BA4E) is known color: Tacha. HEX triplet: D7, BA and 4E. RGB value is (215,186,78). Sum of RGB (Red+Green+Blue) = 215+186+78=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA4E is #2845B1. Grayscale: #B6B6B6. Windows color (decimal): -2639282 or 5159639. OLE color: 5159639.
HSL color Cylindrical-coordinate representation of color #D7BA4E: hue angle of 47.3º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7BA4E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 78 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.16 |
| HSL | 47.3º | 0.63% | 0.57% | - |
| HSV(B) | 47.3º | 0.64% | 0.84% | - |
| XYZ | 46.96 | 50.11 | 14.41 | - |
| YUV | 182.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 78 | 0 | 0.13 | 0.64 | 0.16 | 47.3 | 0.63 | 0.57 |
| Hex | D7 | BA | 4E | 0 | D | 40 | 10 | 2F | 3F | 39 |
| Octal | 327 | 272 | 116 | 0 | 15 | 100 | 20 | 57 | 77 | 71 |
| Binary | 11010111 | 10111010 | 1001110 | 0 | 1101 | 1000000 | 10000 | 101111 | 111111 | 111001 |
Color Harmonies of #D7BA4E
Complementary color
Monochromatic Colors of #D7BA4E
Black with #D7BA4E
Text Example
Text Example
White with #D7BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA4E; }
p { color: rgb(215,186,78); }
H1.HeaderClassName
{
color: #D7BA4E;
}
.AnyTagClassName
{
color: #D7BA4E;
}
</style>
background-color css
<style>
a { background-color: #D7BA4E; }
a { background-color: rgb(215,186,78); }
div.DivClassName
{
background-color: #D7BA4E;
}
.BgClassName
{
background-color: #D7BA4E;
}
</style>
border-color css
<style>
span { border-color: #D7BA4E; }
span { border-color: rgb(215,186,78); }
td.TdClassName
{
border-color: #D7BA4E;
}
.TagClassName
{
border-color: #D7BA4E;
}
</style>