Shades of Tacha #D7BA68
Tints of Tacha #D7BA68
RGB
CMYK
RGB Variations
Color information
#D7BA68 (or 0xD7BA68) is known color: Tacha. HEX triplet: D7, BA and 68. RGB value is (215,186,104). Sum of RGB (Red+Green+Blue) = 215+186+104=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA68 is #284597. Grayscale: #B9B9B9. Windows color (decimal): -2639256 or 6863575. OLE color: 6863575.
HSL color Cylindrical-coordinate representation of color #D7BA68: hue angle of 44.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7BA68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 104 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.16 |
| HSL | 44.32º | 0.58% | 0.63% | - |
| HSV(B) | 44.32º | 0.52% | 0.84% | - |
| XYZ | 48.08 | 50.56 | 20.32 | - |
| YUV | 185.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 104 | 0 | 0.13 | 0.52 | 0.16 | 44.32 | 0.58 | 0.63 |
| Hex | D7 | BA | 68 | 0 | D | 34 | 10 | 2C | 3A | 3F |
| Octal | 327 | 272 | 150 | 0 | 15 | 64 | 20 | 54 | 72 | 77 |
| Binary | 11010111 | 10111010 | 1101000 | 0 | 1101 | 110100 | 10000 | 101100 | 111010 | 111111 |
Color Harmonies of #D7BA68
Complementary color
Monochromatic Colors of #D7BA68
Black with #D7BA68
Text Example
Text Example
White with #D7BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA68; }
p { color: rgb(215,186,104); }
H1.HeaderClassName
{
color: #D7BA68;
}
.AnyTagClassName
{
color: #D7BA68;
}
</style>
background-color css
<style>
a { background-color: #D7BA68; }
a { background-color: rgb(215,186,104); }
div.DivClassName
{
background-color: #D7BA68;
}
.BgClassName
{
background-color: #D7BA68;
}
</style>
border-color css
<style>
span { border-color: #D7BA68; }
span { border-color: rgb(215,186,104); }
td.TdClassName
{
border-color: #D7BA68;
}
.TagClassName
{
border-color: #D7BA68;
}
</style>