Shades of Tacha #D1BA58
Tints of Tacha #D1BA58
RGB
CMYK
RGB Variations
Color information
#D1BA58 (or 0xD1BA58) is known color: Tacha. HEX triplet: D1, BA and 58. RGB value is (209,186,88). Sum of RGB (Red+Green+Blue) = 209+186+88=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA58 is #2E45A7. Grayscale: #B6B6B6. Windows color (decimal): -3032488 or 5814993. OLE color: 5814993.
HSL color Cylindrical-coordinate representation of color #D1BA58: hue angle of 48.6º 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 #D1BA58 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 88 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.18 |
| HSL | 48.6º | 0.57% | 0.58% | - |
| HSV(B) | 48.6º | 0.58% | 0.82% | - |
| XYZ | 45.61 | 49.38 | 16.36 | - |
| YUV | 181.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 88 | 0 | 0.11 | 0.58 | 0.18 | 48.6 | 0.57 | 0.58 |
| Hex | D1 | BA | 58 | 0 | B | 3A | 12 | 31 | 39 | 3A |
| Octal | 321 | 272 | 130 | 0 | 13 | 72 | 22 | 61 | 71 | 72 |
| Binary | 11010001 | 10111010 | 1011000 | 0 | 1011 | 111010 | 10010 | 110001 | 111001 | 111010 |
Color Harmonies of #D1BA58
Complementary color
Monochromatic Colors of #D1BA58
Black with #D1BA58
Text Example
Text Example
White with #D1BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA58; }
p { color: rgb(209,186,88); }
H1.HeaderClassName
{
color: #D1BA58;
}
.AnyTagClassName
{
color: #D1BA58;
}
</style>
background-color css
<style>
a { background-color: #D1BA58; }
a { background-color: rgb(209,186,88); }
div.DivClassName
{
background-color: #D1BA58;
}
.BgClassName
{
background-color: #D1BA58;
}
</style>
border-color css
<style>
span { border-color: #D1BA58; }
span { border-color: rgb(209,186,88); }
td.TdClassName
{
border-color: #D1BA58;
}
.TagClassName
{
border-color: #D1BA58;
}
</style>