Shades of Tacha #D9BA65
Tints of Tacha #D9BA65
RGB
CMYK
RGB Variations
Color information
#D9BA65 (or 0xD9BA65) is known color: Tacha. HEX triplet: D9, BA and 65. RGB value is (217,186,101). Sum of RGB (Red+Green+Blue) = 217+186+101=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA65 is #26459A. Grayscale: #B9B9B9. Windows color (decimal): -2508187 or 6666969. OLE color: 6666969.
HSL color Cylindrical-coordinate representation of color #D9BA65: hue angle of 43.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9BA65 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 101 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.15 |
| HSL | 43.97º | 0.6% | 0.62% | - |
| HSV(B) | 43.97º | 0.53% | 0.85% | - |
| XYZ | 48.52 | 50.81 | 19.56 | - |
| YUV | 185.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 101 | 0 | 0.14 | 0.53 | 0.15 | 43.97 | 0.6 | 0.62 |
| Hex | D9 | BA | 65 | 0 | E | 35 | F | 2C | 3C | 3E |
| Octal | 331 | 272 | 145 | 0 | 16 | 65 | 17 | 54 | 74 | 76 |
| Binary | 11011001 | 10111010 | 1100101 | 0 | 1110 | 110101 | 1111 | 101100 | 111100 | 111110 |
Color Harmonies of #D9BA65
Complementary color
Monochromatic Colors of #D9BA65
Black with #D9BA65
Text Example
Text Example
White with #D9BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA65; }
p { color: rgb(217,186,101); }
H1.HeaderClassName
{
color: #D9BA65;
}
.AnyTagClassName
{
color: #D9BA65;
}
</style>
background-color css
<style>
a { background-color: #D9BA65; }
a { background-color: rgb(217,186,101); }
div.DivClassName
{
background-color: #D9BA65;
}
.BgClassName
{
background-color: #D9BA65;
}
</style>
border-color css
<style>
span { border-color: #D9BA65; }
span { border-color: rgb(217,186,101); }
td.TdClassName
{
border-color: #D9BA65;
}
.TagClassName
{
border-color: #D9BA65;
}
</style>