Shades of Tacha #D5BA59
Tints of Tacha #D5BA59
RGB
CMYK
RGB Variations
Color information
#D5BA59 (or 0xD5BA59) is known color: Tacha. HEX triplet: D5, BA and 59. RGB value is (213,186,89). Sum of RGB (Red+Green+Blue) = 213+186+89=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA59 is #2A45A6. Grayscale: #B7B7B7. Windows color (decimal): -2770343 or 5880533. OLE color: 5880533.
HSL color Cylindrical-coordinate representation of color #D5BA59: hue angle of 46.94º 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 #D5BA59 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 89 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.16 |
| HSL | 46.94º | 0.6% | 0.59% | - |
| HSV(B) | 46.94º | 0.58% | 0.84% | - |
| XYZ | 46.8 | 49.99 | 16.63 | - |
| YUV | 183.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 89 | 0 | 0.13 | 0.58 | 0.16 | 46.94 | 0.6 | 0.59 |
| Hex | D5 | BA | 59 | 0 | D | 3A | 10 | 2F | 3C | 3B |
| Octal | 325 | 272 | 131 | 0 | 15 | 72 | 20 | 57 | 74 | 73 |
| Binary | 11010101 | 10111010 | 1011001 | 0 | 1101 | 111010 | 10000 | 101111 | 111100 | 111011 |
Color Harmonies of #D5BA59
Complementary color
Monochromatic Colors of #D5BA59
Black with #D5BA59
Text Example
Text Example
White with #D5BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA59; }
p { color: rgb(213,186,89); }
H1.HeaderClassName
{
color: #D5BA59;
}
.AnyTagClassName
{
color: #D5BA59;
}
</style>
background-color css
<style>
a { background-color: #D5BA59; }
a { background-color: rgb(213,186,89); }
div.DivClassName
{
background-color: #D5BA59;
}
.BgClassName
{
background-color: #D5BA59;
}
</style>
border-color css
<style>
span { border-color: #D5BA59; }
span { border-color: rgb(213,186,89); }
td.TdClassName
{
border-color: #D5BA59;
}
.TagClassName
{
border-color: #D5BA59;
}
</style>