Shades of Tacha #D2BA51
Tints of Tacha #D2BA51
RGB
CMYK
RGB Variations
Color information
#D2BA51 (or 0xD2BA51) is known color: Tacha. HEX triplet: D2, BA and 51. RGB value is (210,186,81). Sum of RGB (Red+Green+Blue) = 210+186+81=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA51 is #2D45AE. Grayscale: #B5B5B5. Windows color (decimal): -2966959 or 5356242. OLE color: 5356242.
HSL color Cylindrical-coordinate representation of color #D2BA51: hue angle of 48.84º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2BA51 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 81 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.18 |
| HSL | 48.84º | 0.59% | 0.57% | - |
| HSV(B) | 48.84º | 0.61% | 0.82% | - |
| XYZ | 45.62 | 49.41 | 14.92 | - |
| YUV | 181.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 81 | 0 | 0.11 | 0.61 | 0.18 | 48.84 | 0.59 | 0.57 |
| Hex | D2 | BA | 51 | 0 | B | 3D | 12 | 31 | 3B | 39 |
| Octal | 322 | 272 | 121 | 0 | 13 | 75 | 22 | 61 | 73 | 71 |
| Binary | 11010010 | 10111010 | 1010001 | 0 | 1011 | 111101 | 10010 | 110001 | 111011 | 111001 |
Color Harmonies of #D2BA51
Complementary color
Monochromatic Colors of #D2BA51
Black with #D2BA51
Text Example
Text Example
White with #D2BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA51; }
p { color: rgb(210,186,81); }
H1.HeaderClassName
{
color: #D2BA51;
}
.AnyTagClassName
{
color: #D2BA51;
}
</style>
background-color css
<style>
a { background-color: #D2BA51; }
a { background-color: rgb(210,186,81); }
div.DivClassName
{
background-color: #D2BA51;
}
.BgClassName
{
background-color: #D2BA51;
}
</style>
border-color css
<style>
span { border-color: #D2BA51; }
span { border-color: rgb(210,186,81); }
td.TdClassName
{
border-color: #D2BA51;
}
.TagClassName
{
border-color: #D2BA51;
}
</style>