Shades of Tacha #D3BA5B
Tints of Tacha #D3BA5B
RGB
CMYK
RGB Variations
Color information
#D3BA5B (or 0xD3BA5B) is known color: Tacha. HEX triplet: D3, BA and 5B. RGB value is (211,186,91). Sum of RGB (Red+Green+Blue) = 211+186+91=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA5B is #2C45A4. Grayscale: #B7B7B7. Windows color (decimal): -2901413 or 6011603. OLE color: 6011603.
HSL color Cylindrical-coordinate representation of color #D3BA5B: hue angle of 47.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3BA5B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 91 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.17 |
| HSL | 47.5º | 0.58% | 0.59% | - |
| HSV(B) | 47.5º | 0.57% | 0.83% | - |
| XYZ | 46.31 | 49.72 | 17.05 | - |
| YUV | 182.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 91 | 0 | 0.12 | 0.57 | 0.17 | 47.5 | 0.58 | 0.59 |
| Hex | D3 | BA | 5B | 0 | C | 39 | 11 | 30 | 3A | 3B |
| Octal | 323 | 272 | 133 | 0 | 14 | 71 | 21 | 60 | 72 | 73 |
| Binary | 11010011 | 10111010 | 1011011 | 0 | 1100 | 111001 | 10001 | 110000 | 111010 | 111011 |
Color Harmonies of #D3BA5B
Complementary color
Monochromatic Colors of #D3BA5B
Black with #D3BA5B
Text Example
Text Example
White with #D3BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA5B; }
p { color: rgb(211,186,91); }
H1.HeaderClassName
{
color: #D3BA5B;
}
.AnyTagClassName
{
color: #D3BA5B;
}
</style>
background-color css
<style>
a { background-color: #D3BA5B; }
a { background-color: rgb(211,186,91); }
div.DivClassName
{
background-color: #D3BA5B;
}
.BgClassName
{
background-color: #D3BA5B;
}
</style>
border-color css
<style>
span { border-color: #D3BA5B; }
span { border-color: rgb(211,186,91); }
td.TdClassName
{
border-color: #D3BA5B;
}
.TagClassName
{
border-color: #D3BA5B;
}
</style>