Shades of Tacha #D5BA58
Tints of Tacha #D5BA58
RGB
CMYK
RGB Variations
Color information
#D5BA58 (or 0xD5BA58) is known color: Tacha. HEX triplet: D5, BA and 58. RGB value is (213,186,88). Sum of RGB (Red+Green+Blue) = 213+186+88=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA58 is #2A45A7. Grayscale: #B7B7B7. Windows color (decimal): -2770344 or 5814997. OLE color: 5814997.
HSL color Cylindrical-coordinate representation of color #D5BA58: hue angle of 47.04º 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 #D5BA58 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 88 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 47.04º | 0.6% | 0.59% | - |
| HSV(B) | 47.04º | 0.59% | 0.84% | - |
| XYZ | 46.76 | 49.97 | 16.41 | - |
| YUV | 182.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 88 | 0 | 0.13 | 0.59 | 0.16 | 47.04 | 0.6 | 0.59 |
| Hex | D5 | BA | 58 | 0 | D | 3B | 10 | 2F | 3C | 3B |
| Octal | 325 | 272 | 130 | 0 | 15 | 73 | 20 | 57 | 74 | 73 |
| Binary | 11010101 | 10111010 | 1011000 | 0 | 1101 | 111011 | 10000 | 101111 | 111100 | 111011 |
Color Harmonies of #D5BA58
Complementary color
Monochromatic Colors of #D5BA58
Black with #D5BA58
Text Example
Text Example
White with #D5BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA58; }
p { color: rgb(213,186,88); }
H1.HeaderClassName
{
color: #D5BA58;
}
.AnyTagClassName
{
color: #D5BA58;
}
</style>
background-color css
<style>
a { background-color: #D5BA58; }
a { background-color: rgb(213,186,88); }
div.DivClassName
{
background-color: #D5BA58;
}
.BgClassName
{
background-color: #D5BA58;
}
</style>
border-color css
<style>
span { border-color: #D5BA58; }
span { border-color: rgb(213,186,88); }
td.TdClassName
{
border-color: #D5BA58;
}
.TagClassName
{
border-color: #D5BA58;
}
</style>