Shades of Tacha #D7BA58
Tints of Tacha #D7BA58
RGB
CMYK
RGB Variations
Color information
#D7BA58 (or 0xD7BA58) is known color: Tacha. HEX triplet: D7, BA and 58. RGB value is (215,186,88). Sum of RGB (Red+Green+Blue) = 215+186+88=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA58 is #2845A7. Grayscale: #B7B7B7. Windows color (decimal): -2639272 or 5814999. OLE color: 5814999.
HSL color Cylindrical-coordinate representation of color #D7BA58: hue angle of 46.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7BA58 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 88 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 46.3º | 0.61% | 0.59% | - |
| HSV(B) | 46.3º | 0.59% | 0.84% | - |
| XYZ | 47.34 | 50.27 | 16.44 | - |
| YUV | 183.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 88 | 0 | 0.13 | 0.59 | 0.16 | 46.3 | 0.61 | 0.59 |
| Hex | D7 | BA | 58 | 0 | D | 3B | 10 | 2E | 3D | 3B |
| Octal | 327 | 272 | 130 | 0 | 15 | 73 | 20 | 56 | 75 | 73 |
| Binary | 11010111 | 10111010 | 1011000 | 0 | 1101 | 111011 | 10000 | 101110 | 111101 | 111011 |
Color Harmonies of #D7BA58
Complementary color
Monochromatic Colors of #D7BA58
Black with #D7BA58
Text Example
Text Example
White with #D7BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA58; }
p { color: rgb(215,186,88); }
H1.HeaderClassName
{
color: #D7BA58;
}
.AnyTagClassName
{
color: #D7BA58;
}
</style>
background-color css
<style>
a { background-color: #D7BA58; }
a { background-color: rgb(215,186,88); }
div.DivClassName
{
background-color: #D7BA58;
}
.BgClassName
{
background-color: #D7BA58;
}
</style>
border-color css
<style>
span { border-color: #D7BA58; }
span { border-color: rgb(215,186,88); }
td.TdClassName
{
border-color: #D7BA58;
}
.TagClassName
{
border-color: #D7BA58;
}
</style>