Shades of Tacha #D6BA65
Tints of Tacha #D6BA65
RGB
CMYK
RGB Variations
Color information
#D6BA65 (or 0xD6BA65) is known color: Tacha. HEX triplet: D6, BA and 65. RGB value is (214,186,101). Sum of RGB (Red+Green+Blue) = 214+186+101=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA65 is #29459A. Grayscale: #B9B9B9. Windows color (decimal): -2704795 or 6666966. OLE color: 6666966.
HSL color Cylindrical-coordinate representation of color #D6BA65: hue angle of 45.13º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6BA65 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 101 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.16 |
| HSL | 45.13º | 0.58% | 0.62% | - |
| HSV(B) | 45.13º | 0.53% | 0.84% | - |
| XYZ | 47.64 | 50.35 | 19.52 | - |
| YUV | 184.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 101 | 0 | 0.13 | 0.53 | 0.16 | 45.13 | 0.58 | 0.62 |
| Hex | D6 | BA | 65 | 0 | D | 35 | 10 | 2D | 3A | 3E |
| Octal | 326 | 272 | 145 | 0 | 15 | 65 | 20 | 55 | 72 | 76 |
| Binary | 11010110 | 10111010 | 1100101 | 0 | 1101 | 110101 | 10000 | 101101 | 111010 | 111110 |
Color Harmonies of #D6BA65
Complementary color
Monochromatic Colors of #D6BA65
Black with #D6BA65
Text Example
Text Example
White with #D6BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA65; }
p { color: rgb(214,186,101); }
H1.HeaderClassName
{
color: #D6BA65;
}
.AnyTagClassName
{
color: #D6BA65;
}
</style>
background-color css
<style>
a { background-color: #D6BA65; }
a { background-color: rgb(214,186,101); }
div.DivClassName
{
background-color: #D6BA65;
}
.BgClassName
{
background-color: #D6BA65;
}
</style>
border-color css
<style>
span { border-color: #D6BA65; }
span { border-color: rgb(214,186,101); }
td.TdClassName
{
border-color: #D6BA65;
}
.TagClassName
{
border-color: #D6BA65;
}
</style>