Shades of Tacha #D6BA59
Tints of Tacha #D6BA59
RGB
CMYK
RGB Variations
Color information
#D6BA59 (or 0xD6BA59) is known color: Tacha. HEX triplet: D6, BA and 59. RGB value is (214,186,89). Sum of RGB (Red+Green+Blue) = 214+186+89=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA59 is #2945A6. Grayscale: #B7B7B7. Windows color (decimal): -2704807 or 5880534. OLE color: 5880534.
HSL color Cylindrical-coordinate representation of color #D6BA59: hue angle of 46.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6BA59 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 89 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.16 |
| HSL | 46.56º | 0.6% | 0.59% | - |
| HSV(B) | 46.56º | 0.58% | 0.84% | - |
| XYZ | 47.09 | 50.14 | 16.65 | - |
| YUV | 183.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 89 | 0 | 0.13 | 0.58 | 0.16 | 46.56 | 0.6 | 0.59 |
| Hex | D6 | BA | 59 | 0 | D | 3A | 10 | 2F | 3C | 3B |
| Octal | 326 | 272 | 131 | 0 | 15 | 72 | 20 | 57 | 74 | 73 |
| Binary | 11010110 | 10111010 | 1011001 | 0 | 1101 | 111010 | 10000 | 101111 | 111100 | 111011 |
Color Harmonies of #D6BA59
Complementary color
Monochromatic Colors of #D6BA59
Black with #D6BA59
Text Example
Text Example
White with #D6BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA59; }
p { color: rgb(214,186,89); }
H1.HeaderClassName
{
color: #D6BA59;
}
.AnyTagClassName
{
color: #D6BA59;
}
</style>
background-color css
<style>
a { background-color: #D6BA59; }
a { background-color: rgb(214,186,89); }
div.DivClassName
{
background-color: #D6BA59;
}
.BgClassName
{
background-color: #D6BA59;
}
</style>
border-color css
<style>
span { border-color: #D6BA59; }
span { border-color: rgb(214,186,89); }
td.TdClassName
{
border-color: #D6BA59;
}
.TagClassName
{
border-color: #D6BA59;
}
</style>