Shades of Tacha #D1BA59
Tints of Tacha #D1BA59
RGB
CMYK
RGB Variations
Color information
#D1BA59 (or 0xD1BA59) is known color: Tacha. HEX triplet: D1, BA and 59. RGB value is (209,186,89). Sum of RGB (Red+Green+Blue) = 209+186+89=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA59 is #2E45A6. Grayscale: #B6B6B6. Windows color (decimal): -3032487 or 5880529. OLE color: 5880529.
HSL color Cylindrical-coordinate representation of color #D1BA59: hue angle of 48.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1BA59 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 89 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.18 |
| HSL | 48.5º | 0.57% | 0.58% | - |
| HSV(B) | 48.5º | 0.57% | 0.82% | - |
| XYZ | 45.66 | 49.39 | 16.58 | - |
| YUV | 181.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 89 | 0 | 0.11 | 0.57 | 0.18 | 48.5 | 0.57 | 0.58 |
| Hex | D1 | BA | 59 | 0 | B | 39 | 12 | 30 | 39 | 3A |
| Octal | 321 | 272 | 131 | 0 | 13 | 71 | 22 | 60 | 71 | 72 |
| Binary | 11010001 | 10111010 | 1011001 | 0 | 1011 | 111001 | 10010 | 110000 | 111001 | 111010 |
Color Harmonies of #D1BA59
Complementary color
Monochromatic Colors of #D1BA59
Black with #D1BA59
Text Example
Text Example
White with #D1BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA59; }
p { color: rgb(209,186,89); }
H1.HeaderClassName
{
color: #D1BA59;
}
.AnyTagClassName
{
color: #D1BA59;
}
</style>
background-color css
<style>
a { background-color: #D1BA59; }
a { background-color: rgb(209,186,89); }
div.DivClassName
{
background-color: #D1BA59;
}
.BgClassName
{
background-color: #D1BA59;
}
</style>
border-color css
<style>
span { border-color: #D1BA59; }
span { border-color: rgb(209,186,89); }
td.TdClassName
{
border-color: #D1BA59;
}
.TagClassName
{
border-color: #D1BA59;
}
</style>