Shades of Tacha #D6BA58
Tints of Tacha #D6BA58
RGB
CMYK
RGB Variations
Color information
#D6BA58 (or 0xD6BA58) is known color: Tacha. HEX triplet: D6, BA and 58. RGB value is (214,186,88). Sum of RGB (Red+Green+Blue) = 214+186+88=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA58 is #2945A7. Grayscale: #B7B7B7. Windows color (decimal): -2704808 or 5814998. OLE color: 5814998.
HSL color Cylindrical-coordinate representation of color #D6BA58: hue angle of 46.67º degrees, saturation: 0.61, 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 #D6BA58 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 88 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 46.67º | 0.61% | 0.59% | - |
| HSV(B) | 46.67º | 0.59% | 0.84% | - |
| XYZ | 47.05 | 50.12 | 16.43 | - |
| YUV | 183.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 88 | 0 | 0.13 | 0.59 | 0.16 | 46.67 | 0.61 | 0.59 |
| Hex | D6 | BA | 58 | 0 | D | 3B | 10 | 2F | 3D | 3B |
| Octal | 326 | 272 | 130 | 0 | 15 | 73 | 20 | 57 | 75 | 73 |
| Binary | 11010110 | 10111010 | 1011000 | 0 | 1101 | 111011 | 10000 | 101111 | 111101 | 111011 |
Color Harmonies of #D6BA58
Complementary color
Monochromatic Colors of #D6BA58
Black with #D6BA58
Text Example
Text Example
White with #D6BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA58; }
p { color: rgb(214,186,88); }
H1.HeaderClassName
{
color: #D6BA58;
}
.AnyTagClassName
{
color: #D6BA58;
}
</style>
background-color css
<style>
a { background-color: #D6BA58; }
a { background-color: rgb(214,186,88); }
div.DivClassName
{
background-color: #D6BA58;
}
.BgClassName
{
background-color: #D6BA58;
}
</style>
border-color css
<style>
span { border-color: #D6BA58; }
span { border-color: rgb(214,186,88); }
td.TdClassName
{
border-color: #D6BA58;
}
.TagClassName
{
border-color: #D6BA58;
}
</style>