Shades of Tacha #D1BA6A
Tints of Tacha #D1BA6A
RGB
CMYK
RGB Variations
Color information
#D1BA6A (or 0xD1BA6A) is known color: Tacha. HEX triplet: D1, BA and 6A. RGB value is (209,186,106). Sum of RGB (Red+Green+Blue) = 209+186+106=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA6A is #2E4595. Grayscale: #B8B8B8. Windows color (decimal): -3032470 or 6994641. OLE color: 6994641.
HSL color Cylindrical-coordinate representation of color #D1BA6A: hue angle of 46.6º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1BA6A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 106 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.18 |
| HSL | 46.6º | 0.53% | 0.62% | - |
| HSV(B) | 46.6º | 0.49% | 0.82% | - |
| XYZ | 46.45 | 49.71 | 20.78 | - |
| YUV | 183.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 106 | 0 | 0.11 | 0.49 | 0.18 | 46.6 | 0.53 | 0.62 |
| Hex | D1 | BA | 6A | 0 | B | 31 | 12 | 2F | 35 | 3E |
| Octal | 321 | 272 | 152 | 0 | 13 | 61 | 22 | 57 | 65 | 76 |
| Binary | 11010001 | 10111010 | 1101010 | 0 | 1011 | 110001 | 10010 | 101111 | 110101 | 111110 |
Color Harmonies of #D1BA6A
Complementary color
Monochromatic Colors of #D1BA6A
Black with #D1BA6A
Text Example
Text Example
White with #D1BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA6A; }
p { color: rgb(209,186,106); }
H1.HeaderClassName
{
color: #D1BA6A;
}
.AnyTagClassName
{
color: #D1BA6A;
}
</style>
background-color css
<style>
a { background-color: #D1BA6A; }
a { background-color: rgb(209,186,106); }
div.DivClassName
{
background-color: #D1BA6A;
}
.BgClassName
{
background-color: #D1BA6A;
}
</style>
border-color css
<style>
span { border-color: #D1BA6A; }
span { border-color: rgb(209,186,106); }
td.TdClassName
{
border-color: #D1BA6A;
}
.TagClassName
{
border-color: #D1BA6A;
}
</style>