Shades of Tacha #D3BA6B
Tints of Tacha #D3BA6B
RGB
CMYK
RGB Variations
Color information
#D3BA6B (or 0xD3BA6B) is known color: Tacha. HEX triplet: D3, BA and 6B. RGB value is (211,186,107). Sum of RGB (Red+Green+Blue) = 211+186+107=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA6B is #2C4594. Grayscale: #B8B8B8. Windows color (decimal): -2901397 or 7060179. OLE color: 7060179.
HSL color Cylindrical-coordinate representation of color #D3BA6B: hue angle of 45.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3BA6B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 107 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.17 |
| HSL | 45.58º | 0.54% | 0.62% | - |
| HSV(B) | 45.58º | 0.49% | 0.83% | - |
| XYZ | 47.08 | 50.03 | 21.09 | - |
| YUV | 184.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 107 | 0 | 0.12 | 0.49 | 0.17 | 45.58 | 0.54 | 0.62 |
| Hex | D3 | BA | 6B | 0 | C | 31 | 11 | 2E | 36 | 3E |
| Octal | 323 | 272 | 153 | 0 | 14 | 61 | 21 | 56 | 66 | 76 |
| Binary | 11010011 | 10111010 | 1101011 | 0 | 1100 | 110001 | 10001 | 101110 | 110110 | 111110 |
Color Harmonies of #D3BA6B
Complementary color
Monochromatic Colors of #D3BA6B
Black with #D3BA6B
Text Example
Text Example
White with #D3BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA6B; }
p { color: rgb(211,186,107); }
H1.HeaderClassName
{
color: #D3BA6B;
}
.AnyTagClassName
{
color: #D3BA6B;
}
</style>
background-color css
<style>
a { background-color: #D3BA6B; }
a { background-color: rgb(211,186,107); }
div.DivClassName
{
background-color: #D3BA6B;
}
.BgClassName
{
background-color: #D3BA6B;
}
</style>
border-color css
<style>
span { border-color: #D3BA6B; }
span { border-color: rgb(211,186,107); }
td.TdClassName
{
border-color: #D3BA6B;
}
.TagClassName
{
border-color: #D3BA6B;
}
</style>