Shades of Tacha #D9B963
Tints of Tacha #D9B963
RGB
CMYK
RGB Variations
Color information
#D9B963 (or 0xD9B963) is known color: Tacha. HEX triplet: D9, B9 and 63. RGB value is (217,185,99). Sum of RGB (Red+Green+Blue) = 217+185+99=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B963 is #26469C. Grayscale: #B9B9B9. Windows color (decimal): -2508445 or 6535641. OLE color: 6535641.
HSL color Cylindrical-coordinate representation of color #D9B963: hue angle of 43.73º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9B963 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 99 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.15 |
| HSL | 43.73º | 0.61% | 0.62% | - |
| HSV(B) | 43.73º | 0.54% | 0.85% | - |
| XYZ | 48.22 | 50.35 | 18.98 | - |
| YUV | 184.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 99 | 0 | 0.15 | 0.54 | 0.15 | 43.73 | 0.61 | 0.62 |
| Hex | D9 | B9 | 63 | 0 | F | 36 | F | 2C | 3D | 3E |
| Octal | 331 | 271 | 143 | 0 | 17 | 66 | 17 | 54 | 75 | 76 |
| Binary | 11011001 | 10111001 | 1100011 | 0 | 1111 | 110110 | 1111 | 101100 | 111101 | 111110 |
Color Harmonies of #D9B963
Complementary color
Monochromatic Colors of #D9B963
Black with #D9B963
Text Example
Text Example
White with #D9B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B963; }
p { color: rgb(217,185,99); }
H1.HeaderClassName
{
color: #D9B963;
}
.AnyTagClassName
{
color: #D9B963;
}
</style>
background-color css
<style>
a { background-color: #D9B963; }
a { background-color: rgb(217,185,99); }
div.DivClassName
{
background-color: #D9B963;
}
.BgClassName
{
background-color: #D9B963;
}
</style>
border-color css
<style>
span { border-color: #D9B963; }
span { border-color: rgb(217,185,99); }
td.TdClassName
{
border-color: #D9B963;
}
.TagClassName
{
border-color: #D9B963;
}
</style>