Shades of Tacha #D3BA50
Tints of Tacha #D3BA50
RGB
CMYK
RGB Variations
Color information
#D3BA50 (or 0xD3BA50) is known color: Tacha. HEX triplet: D3, BA and 50. RGB value is (211,186,80). Sum of RGB (Red+Green+Blue) = 211+186+80=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA50 is #2C45AF. Grayscale: #B5B5B5. Windows color (decimal): -2901424 or 5290707. OLE color: 5290707.
HSL color Cylindrical-coordinate representation of color #D3BA50: hue angle of 48.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3BA50 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 80 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.17 |
| HSL | 48.55º | 0.6% | 0.57% | - |
| HSV(B) | 48.55º | 0.62% | 0.83% | - |
| XYZ | 45.87 | 49.55 | 14.74 | - |
| YUV | 181.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 80 | 0 | 0.12 | 0.62 | 0.17 | 48.55 | 0.6 | 0.57 |
| Hex | D3 | BA | 50 | 0 | C | 3E | 11 | 31 | 3C | 39 |
| Octal | 323 | 272 | 120 | 0 | 14 | 76 | 21 | 61 | 74 | 71 |
| Binary | 11010011 | 10111010 | 1010000 | 0 | 1100 | 111110 | 10001 | 110001 | 111100 | 111001 |
Color Harmonies of #D3BA50
Complementary color
Monochromatic Colors of #D3BA50
Black with #D3BA50
Text Example
Text Example
White with #D3BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA50; }
p { color: rgb(211,186,80); }
H1.HeaderClassName
{
color: #D3BA50;
}
.AnyTagClassName
{
color: #D3BA50;
}
</style>
background-color css
<style>
a { background-color: #D3BA50; }
a { background-color: rgb(211,186,80); }
div.DivClassName
{
background-color: #D3BA50;
}
.BgClassName
{
background-color: #D3BA50;
}
</style>
border-color css
<style>
span { border-color: #D3BA50; }
span { border-color: rgb(211,186,80); }
td.TdClassName
{
border-color: #D3BA50;
}
.TagClassName
{
border-color: #D3BA50;
}
</style>