Shades of Tacha #D1BA5F
Tints of Tacha #D1BA5F
RGB
CMYK
RGB Variations
Color information
#D1BA5F (or 0xD1BA5F) is known color: Tacha. HEX triplet: D1, BA and 5F. RGB value is (209,186,95). Sum of RGB (Red+Green+Blue) = 209+186+95=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA5F is #2E45A0. Grayscale: #B6B6B6. Windows color (decimal): -3032481 or 6273745. OLE color: 6273745.
HSL color Cylindrical-coordinate representation of color #D1BA5F: hue angle of 47.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1BA5F is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 95 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.18 |
| HSL | 47.89º | 0.55% | 0.6% | - |
| HSV(B) | 47.89º | 0.55% | 0.82% | - |
| XYZ | 45.92 | 49.5 | 17.96 | - |
| YUV | 182.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 95 | 0 | 0.11 | 0.55 | 0.18 | 47.89 | 0.55 | 0.6 |
| Hex | D1 | BA | 5F | 0 | B | 37 | 12 | 30 | 37 | 3C |
| Octal | 321 | 272 | 137 | 0 | 13 | 67 | 22 | 60 | 67 | 74 |
| Binary | 11010001 | 10111010 | 1011111 | 0 | 1011 | 110111 | 10010 | 110000 | 110111 | 111100 |
Color Harmonies of #D1BA5F
Complementary color
Monochromatic Colors of #D1BA5F
Black with #D1BA5F
Text Example
Text Example
White with #D1BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA5F; }
p { color: rgb(209,186,95); }
H1.HeaderClassName
{
color: #D1BA5F;
}
.AnyTagClassName
{
color: #D1BA5F;
}
</style>
background-color css
<style>
a { background-color: #D1BA5F; }
a { background-color: rgb(209,186,95); }
div.DivClassName
{
background-color: #D1BA5F;
}
.BgClassName
{
background-color: #D1BA5F;
}
</style>
border-color css
<style>
span { border-color: #D1BA5F; }
span { border-color: rgb(209,186,95); }
td.TdClassName
{
border-color: #D1BA5F;
}
.TagClassName
{
border-color: #D1BA5F;
}
</style>