Shades of Tacha #D5BA62
Tints of Tacha #D5BA62
RGB
CMYK
RGB Variations
Color information
#D5BA62 (or 0xD5BA62) is known color: Tacha. HEX triplet: D5, BA and 62. RGB value is (213,186,98). Sum of RGB (Red+Green+Blue) = 213+186+98=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA62 is #2A459D. Grayscale: #B8B8B8. Windows color (decimal): -2770334 or 6470357. OLE color: 6470357.
HSL color Cylindrical-coordinate representation of color #D5BA62: hue angle of 45.91º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5BA62 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 98 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.16 |
| HSL | 45.91º | 0.58% | 0.61% | - |
| HSV(B) | 45.91º | 0.54% | 0.84% | - |
| XYZ | 47.2 | 50.15 | 18.75 | - |
| YUV | 184.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 98 | 0 | 0.13 | 0.54 | 0.16 | 45.91 | 0.58 | 0.61 |
| Hex | D5 | BA | 62 | 0 | D | 36 | 10 | 2E | 3A | 3D |
| Octal | 325 | 272 | 142 | 0 | 15 | 66 | 20 | 56 | 72 | 75 |
| Binary | 11010101 | 10111010 | 1100010 | 0 | 1101 | 110110 | 10000 | 101110 | 111010 | 111101 |
Color Harmonies of #D5BA62
Complementary color
Monochromatic Colors of #D5BA62
Black with #D5BA62
Text Example
Text Example
White with #D5BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA62; }
p { color: rgb(213,186,98); }
H1.HeaderClassName
{
color: #D5BA62;
}
.AnyTagClassName
{
color: #D5BA62;
}
</style>
background-color css
<style>
a { background-color: #D5BA62; }
a { background-color: rgb(213,186,98); }
div.DivClassName
{
background-color: #D5BA62;
}
.BgClassName
{
background-color: #D5BA62;
}
</style>
border-color css
<style>
span { border-color: #D5BA62; }
span { border-color: rgb(213,186,98); }
td.TdClassName
{
border-color: #D5BA62;
}
.TagClassName
{
border-color: #D5BA62;
}
</style>