Shades of Tacha #D5BA51
Tints of Tacha #D5BA51
RGB
CMYK
RGB Variations
Color information
#D5BA51 (or 0xD5BA51) is known color: Tacha. HEX triplet: D5, BA and 51. RGB value is (213,186,81). Sum of RGB (Red+Green+Blue) = 213+186+81=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA51 is #2A45AE. Grayscale: #B6B6B6. Windows color (decimal): -2770351 or 5356245. OLE color: 5356245.
HSL color Cylindrical-coordinate representation of color #D5BA51: hue angle of 47.73º degrees, saturation: 0.61, 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 #D5BA51 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 81 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.16 |
| HSL | 47.73º | 0.61% | 0.58% | - |
| HSV(B) | 47.73º | 0.62% | 0.84% | - |
| XYZ | 46.48 | 49.86 | 14.96 | - |
| YUV | 182.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 81 | 0 | 0.13 | 0.62 | 0.16 | 47.73 | 0.61 | 0.58 |
| Hex | D5 | BA | 51 | 0 | D | 3E | 10 | 30 | 3D | 3A |
| Octal | 325 | 272 | 121 | 0 | 15 | 76 | 20 | 60 | 75 | 72 |
| Binary | 11010101 | 10111010 | 1010001 | 0 | 1101 | 111110 | 10000 | 110000 | 111101 | 111010 |
Color Harmonies of #D5BA51
Complementary color
Monochromatic Colors of #D5BA51
Black with #D5BA51
Text Example
Text Example
White with #D5BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA51; }
p { color: rgb(213,186,81); }
H1.HeaderClassName
{
color: #D5BA51;
}
.AnyTagClassName
{
color: #D5BA51;
}
</style>
background-color css
<style>
a { background-color: #D5BA51; }
a { background-color: rgb(213,186,81); }
div.DivClassName
{
background-color: #D5BA51;
}
.BgClassName
{
background-color: #D5BA51;
}
</style>
border-color css
<style>
span { border-color: #D5BA51; }
span { border-color: rgb(213,186,81); }
td.TdClassName
{
border-color: #D5BA51;
}
.TagClassName
{
border-color: #D5BA51;
}
</style>