Shades of Tacha #D1BA5D
Tints of Tacha #D1BA5D
RGB
CMYK
RGB Variations
Color information
#D1BA5D (or 0xD1BA5D) is known color: Tacha. HEX triplet: D1, BA and 5D. RGB value is (209,186,93). Sum of RGB (Red+Green+Blue) = 209+186+93=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA5D is #2E45A2. Grayscale: #B6B6B6. Windows color (decimal): -3032483 or 6142673. OLE color: 6142673.
HSL color Cylindrical-coordinate representation of color #D1BA5D: hue angle of 48.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1BA5D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 93 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.18 |
| HSL | 48.1º | 0.56% | 0.59% | - |
| HSV(B) | 48.1º | 0.56% | 0.82% | - |
| XYZ | 45.83 | 49.46 | 17.49 | - |
| YUV | 182.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 93 | 0 | 0.11 | 0.56 | 0.18 | 48.1 | 0.56 | 0.59 |
| Hex | D1 | BA | 5D | 0 | B | 38 | 12 | 30 | 38 | 3B |
| Octal | 321 | 272 | 135 | 0 | 13 | 70 | 22 | 60 | 70 | 73 |
| Binary | 11010001 | 10111010 | 1011101 | 0 | 1011 | 111000 | 10010 | 110000 | 111000 | 111011 |
Color Harmonies of #D1BA5D
Complementary color
Monochromatic Colors of #D1BA5D
Black with #D1BA5D
Text Example
Text Example
White with #D1BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA5D; }
p { color: rgb(209,186,93); }
H1.HeaderClassName
{
color: #D1BA5D;
}
.AnyTagClassName
{
color: #D1BA5D;
}
</style>
background-color css
<style>
a { background-color: #D1BA5D; }
a { background-color: rgb(209,186,93); }
div.DivClassName
{
background-color: #D1BA5D;
}
.BgClassName
{
background-color: #D1BA5D;
}
</style>
border-color css
<style>
span { border-color: #D1BA5D; }
span { border-color: rgb(209,186,93); }
td.TdClassName
{
border-color: #D1BA5D;
}
.TagClassName
{
border-color: #D1BA5D;
}
</style>