Shades of Tacha #D7BA69
Tints of Tacha #D7BA69
RGB
CMYK
RGB Variations
Color information
#D7BA69 (or 0xD7BA69) is known color: Tacha. HEX triplet: D7, BA and 69. RGB value is (215,186,105). Sum of RGB (Red+Green+Blue) = 215+186+105=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA69 is #284596. Grayscale: #B9B9B9. Windows color (decimal): -2639255 or 6929111. OLE color: 6929111.
HSL color Cylindrical-coordinate representation of color #D7BA69: hue angle of 44.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7BA69 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 105 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.16 |
| HSL | 44.18º | 0.58% | 0.63% | - |
| HSV(B) | 44.18º | 0.51% | 0.84% | - |
| XYZ | 48.13 | 50.58 | 20.59 | - |
| YUV | 185.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 105 | 0 | 0.13 | 0.51 | 0.16 | 44.18 | 0.58 | 0.63 |
| Hex | D7 | BA | 69 | 0 | D | 33 | 10 | 2C | 3A | 3F |
| Octal | 327 | 272 | 151 | 0 | 15 | 63 | 20 | 54 | 72 | 77 |
| Binary | 11010111 | 10111010 | 1101001 | 0 | 1101 | 110011 | 10000 | 101100 | 111010 | 111111 |
Color Harmonies of #D7BA69
Complementary color
Monochromatic Colors of #D7BA69
Black with #D7BA69
Text Example
Text Example
White with #D7BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA69; }
p { color: rgb(215,186,105); }
H1.HeaderClassName
{
color: #D7BA69;
}
.AnyTagClassName
{
color: #D7BA69;
}
</style>
background-color css
<style>
a { background-color: #D7BA69; }
a { background-color: rgb(215,186,105); }
div.DivClassName
{
background-color: #D7BA69;
}
.BgClassName
{
background-color: #D7BA69;
}
</style>
border-color css
<style>
span { border-color: #D7BA69; }
span { border-color: rgb(215,186,105); }
td.TdClassName
{
border-color: #D7BA69;
}
.TagClassName
{
border-color: #D7BA69;
}
</style>