Shades of Tacha #D5BA60
Tints of Tacha #D5BA60
RGB
CMYK
RGB Variations
Color information
#D5BA60 (or 0xD5BA60) is known color: Tacha. HEX triplet: D5, BA and 60. RGB value is (213,186,96). Sum of RGB (Red+Green+Blue) = 213+186+96=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA60 is #2A459F. Grayscale: #B8B8B8. Windows color (decimal): -2770336 or 6339285. OLE color: 6339285.
HSL color Cylindrical-coordinate representation of color #D5BA60: hue angle of 46.15º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5BA60 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 96 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.16 |
| HSL | 46.15º | 0.58% | 0.61% | - |
| HSV(B) | 46.15º | 0.55% | 0.84% | - |
| XYZ | 47.11 | 50.11 | 18.26 | - |
| YUV | 183.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 96 | 0 | 0.13 | 0.55 | 0.16 | 46.15 | 0.58 | 0.61 |
| Hex | D5 | BA | 60 | 0 | D | 37 | 10 | 2E | 3A | 3D |
| Octal | 325 | 272 | 140 | 0 | 15 | 67 | 20 | 56 | 72 | 75 |
| Binary | 11010101 | 10111010 | 1100000 | 0 | 1101 | 110111 | 10000 | 101110 | 111010 | 111101 |
Color Harmonies of #D5BA60
Complementary color
Monochromatic Colors of #D5BA60
Black with #D5BA60
Text Example
Text Example
White with #D5BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA60; }
p { color: rgb(213,186,96); }
H1.HeaderClassName
{
color: #D5BA60;
}
.AnyTagClassName
{
color: #D5BA60;
}
</style>
background-color css
<style>
a { background-color: #D5BA60; }
a { background-color: rgb(213,186,96); }
div.DivClassName
{
background-color: #D5BA60;
}
.BgClassName
{
background-color: #D5BA60;
}
</style>
border-color css
<style>
span { border-color: #D5BA60; }
span { border-color: rgb(213,186,96); }
td.TdClassName
{
border-color: #D5BA60;
}
.TagClassName
{
border-color: #D5BA60;
}
</style>