Shades of Tacha #D5BA57
Tints of Tacha #D5BA57
RGB
CMYK
RGB Variations
Color information
#D5BA57 (or 0xD5BA57) is known color: Tacha. HEX triplet: D5, BA and 57. RGB value is (213,186,87). Sum of RGB (Red+Green+Blue) = 213+186+87=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA57 is #2A45A8. Grayscale: #B7B7B7. Windows color (decimal): -2770345 or 5749461. OLE color: 5749461.
HSL color Cylindrical-coordinate representation of color #D5BA57: hue angle of 47.14º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5BA57 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 87 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 47.14º | 0.6% | 0.59% | - |
| HSV(B) | 47.14º | 0.59% | 0.84% | - |
| XYZ | 46.72 | 49.95 | 16.2 | - |
| YUV | 182.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 87 | 0 | 0.13 | 0.59 | 0.16 | 47.14 | 0.6 | 0.59 |
| Hex | D5 | BA | 57 | 0 | D | 3B | 10 | 2F | 3C | 3B |
| Octal | 325 | 272 | 127 | 0 | 15 | 73 | 20 | 57 | 74 | 73 |
| Binary | 11010101 | 10111010 | 1010111 | 0 | 1101 | 111011 | 10000 | 101111 | 111100 | 111011 |
Color Harmonies of #D5BA57
Complementary color
Monochromatic Colors of #D5BA57
Black with #D5BA57
Text Example
Text Example
White with #D5BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA57; }
p { color: rgb(213,186,87); }
H1.HeaderClassName
{
color: #D5BA57;
}
.AnyTagClassName
{
color: #D5BA57;
}
</style>
background-color css
<style>
a { background-color: #D5BA57; }
a { background-color: rgb(213,186,87); }
div.DivClassName
{
background-color: #D5BA57;
}
.BgClassName
{
background-color: #D5BA57;
}
</style>
border-color css
<style>
span { border-color: #D5BA57; }
span { border-color: rgb(213,186,87); }
td.TdClassName
{
border-color: #D5BA57;
}
.TagClassName
{
border-color: #D5BA57;
}
</style>