Shades of Tacha #D1BA61
Tints of Tacha #D1BA61
RGB
CMYK
RGB Variations
Color information
#D1BA61 (or 0xD1BA61) is known color: Tacha. HEX triplet: D1, BA and 61. RGB value is (209,186,97). Sum of RGB (Red+Green+Blue) = 209+186+97=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA61 is #2E459E. Grayscale: #B7B7B7. Windows color (decimal): -3032479 or 6404817. OLE color: 6404817.
HSL color Cylindrical-coordinate representation of color #D1BA61: hue angle of 47.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1BA61 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 97 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.18 |
| HSL | 47.68º | 0.55% | 0.6% | - |
| HSV(B) | 47.68º | 0.54% | 0.82% | - |
| XYZ | 46.01 | 49.54 | 18.45 | - |
| YUV | 182.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 97 | 0 | 0.11 | 0.54 | 0.18 | 47.68 | 0.55 | 0.6 |
| Hex | D1 | BA | 61 | 0 | B | 36 | 12 | 30 | 37 | 3C |
| Octal | 321 | 272 | 141 | 0 | 13 | 66 | 22 | 60 | 67 | 74 |
| Binary | 11010001 | 10111010 | 1100001 | 0 | 1011 | 110110 | 10010 | 110000 | 110111 | 111100 |
Color Harmonies of #D1BA61
Complementary color
Monochromatic Colors of #D1BA61
Black with #D1BA61
Text Example
Text Example
White with #D1BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA61; }
p { color: rgb(209,186,97); }
H1.HeaderClassName
{
color: #D1BA61;
}
.AnyTagClassName
{
color: #D1BA61;
}
</style>
background-color css
<style>
a { background-color: #D1BA61; }
a { background-color: rgb(209,186,97); }
div.DivClassName
{
background-color: #D1BA61;
}
.BgClassName
{
background-color: #D1BA61;
}
</style>
border-color css
<style>
span { border-color: #D1BA61; }
span { border-color: rgb(209,186,97); }
td.TdClassName
{
border-color: #D1BA61;
}
.TagClassName
{
border-color: #D1BA61;
}
</style>