Shades of Tacha #D1BA57
Tints of Tacha #D1BA57
RGB
CMYK
RGB Variations
Color information
#D1BA57 (or 0xD1BA57) is known color: Tacha. HEX triplet: D1, BA and 57. RGB value is (209,186,87). Sum of RGB (Red+Green+Blue) = 209+186+87=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA57 is #2E45A8. Grayscale: #B6B6B6. Windows color (decimal): -3032489 or 5749457. OLE color: 5749457.
HSL color Cylindrical-coordinate representation of color #D1BA57: hue angle of 48.69º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1BA57 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 87 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.18 |
| HSL | 48.69º | 0.57% | 0.58% | - |
| HSV(B) | 48.69º | 0.58% | 0.82% | - |
| XYZ | 45.57 | 49.36 | 16.14 | - |
| YUV | 181.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 87 | 0 | 0.11 | 0.58 | 0.18 | 48.69 | 0.57 | 0.58 |
| Hex | D1 | BA | 57 | 0 | B | 3A | 12 | 31 | 39 | 3A |
| Octal | 321 | 272 | 127 | 0 | 13 | 72 | 22 | 61 | 71 | 72 |
| Binary | 11010001 | 10111010 | 1010111 | 0 | 1011 | 111010 | 10010 | 110001 | 111001 | 111010 |
Color Harmonies of #D1BA57
Complementary color
Monochromatic Colors of #D1BA57
Black with #D1BA57
Text Example
Text Example
White with #D1BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA57; }
p { color: rgb(209,186,87); }
H1.HeaderClassName
{
color: #D1BA57;
}
.AnyTagClassName
{
color: #D1BA57;
}
</style>
background-color css
<style>
a { background-color: #D1BA57; }
a { background-color: rgb(209,186,87); }
div.DivClassName
{
background-color: #D1BA57;
}
.BgClassName
{
background-color: #D1BA57;
}
</style>
border-color css
<style>
span { border-color: #D1BA57; }
span { border-color: rgb(209,186,87); }
td.TdClassName
{
border-color: #D1BA57;
}
.TagClassName
{
border-color: #D1BA57;
}
</style>