Shades of Tacha #D1B963
Tints of Tacha #D1B963
RGB
CMYK
RGB Variations
Color information
#D1B963 (or 0xD1B963) is known color: Tacha. HEX triplet: D1, B9 and 63. RGB value is (209,185,99). Sum of RGB (Red+Green+Blue) = 209+185+99=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B963 is #2E469C. Grayscale: #B6B6B6. Windows color (decimal): -3032733 or 6535633. OLE color: 6535633.
HSL color Cylindrical-coordinate representation of color #D1B963: hue angle of 46.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1B963 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 99 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.18 |
| HSL | 46.91º | 0.54% | 0.6% | - |
| HSV(B) | 46.91º | 0.53% | 0.82% | - |
| XYZ | 45.9 | 49.15 | 18.87 | - |
| YUV | 182.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 99 | 0 | 0.11 | 0.53 | 0.18 | 46.91 | 0.54 | 0.6 |
| Hex | D1 | B9 | 63 | 0 | B | 35 | 12 | 2F | 36 | 3C |
| Octal | 321 | 271 | 143 | 0 | 13 | 65 | 22 | 57 | 66 | 74 |
| Binary | 11010001 | 10111001 | 1100011 | 0 | 1011 | 110101 | 10010 | 101111 | 110110 | 111100 |
Color Harmonies of #D1B963
Complementary color
Monochromatic Colors of #D1B963
Black with #D1B963
Text Example
Text Example
White with #D1B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B963; }
p { color: rgb(209,185,99); }
H1.HeaderClassName
{
color: #D1B963;
}
.AnyTagClassName
{
color: #D1B963;
}
</style>
background-color css
<style>
a { background-color: #D1B963; }
a { background-color: rgb(209,185,99); }
div.DivClassName
{
background-color: #D1B963;
}
.BgClassName
{
background-color: #D1B963;
}
</style>
border-color css
<style>
span { border-color: #D1B963; }
span { border-color: rgb(209,185,99); }
td.TdClassName
{
border-color: #D1B963;
}
.TagClassName
{
border-color: #D1B963;
}
</style>