Shades of Tacha #D6BA55
Tints of Tacha #D6BA55
RGB
CMYK
RGB Variations
Color information
#D6BA55 (or 0xD6BA55) is known color: Tacha. HEX triplet: D6, BA and 55. RGB value is (214,186,85). Sum of RGB (Red+Green+Blue) = 214+186+85=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA55 is #2945AA. Grayscale: #B7B7B7. Windows color (decimal): -2704811 or 5618390. OLE color: 5618390.
HSL color Cylindrical-coordinate representation of color #D6BA55: hue angle of 46.98º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6BA55 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 85 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.16 |
| HSL | 46.98º | 0.61% | 0.59% | - |
| HSV(B) | 46.98º | 0.6% | 0.84% | - |
| XYZ | 46.93 | 50.07 | 15.79 | - |
| YUV | 182.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 85 | 0 | 0.13 | 0.60 | 0.16 | 46.98 | 0.61 | 0.59 |
| Hex | D6 | BA | 55 | 0 | D | 3C | 10 | 2F | 3D | 3B |
| Octal | 326 | 272 | 125 | 0 | 15 | 74 | 20 | 57 | 75 | 73 |
| Binary | 11010110 | 10111010 | 1010101 | 0 | 1101 | 111100 | 10000 | 101111 | 111101 | 111011 |
Color Harmonies of #D6BA55
Complementary color
Monochromatic Colors of #D6BA55
Black with #D6BA55
Text Example
Text Example
White with #D6BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA55; }
p { color: rgb(214,186,85); }
H1.HeaderClassName
{
color: #D6BA55;
}
.AnyTagClassName
{
color: #D6BA55;
}
</style>
background-color css
<style>
a { background-color: #D6BA55; }
a { background-color: rgb(214,186,85); }
div.DivClassName
{
background-color: #D6BA55;
}
.BgClassName
{
background-color: #D6BA55;
}
</style>
border-color css
<style>
span { border-color: #D6BA55; }
span { border-color: rgb(214,186,85); }
td.TdClassName
{
border-color: #D6BA55;
}
.TagClassName
{
border-color: #D6BA55;
}
</style>