Shades of Tacha #D3B966
Tints of Tacha #D3B966
RGB
CMYK
RGB Variations
Color information
#D3B966 (or 0xD3B966) is known color: Tacha. HEX triplet: D3, B9 and 66. RGB value is (211,185,102). Sum of RGB (Red+Green+Blue) = 211+185+102=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B966 is #2C4699. Grayscale: #B7B7B7. Windows color (decimal): -2901658 or 6732243. OLE color: 6732243.
HSL color Cylindrical-coordinate representation of color #D3B966: hue angle of 45.69º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3B966 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 102 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.17 |
| HSL | 45.69º | 0.55% | 0.61% | - |
| HSV(B) | 45.69º | 0.52% | 0.83% | - |
| XYZ | 46.61 | 49.51 | 19.67 | - |
| YUV | 183.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 102 | 0 | 0.12 | 0.52 | 0.17 | 45.69 | 0.55 | 0.61 |
| Hex | D3 | B9 | 66 | 0 | C | 34 | 11 | 2E | 37 | 3D |
| Octal | 323 | 271 | 146 | 0 | 14 | 64 | 21 | 56 | 67 | 75 |
| Binary | 11010011 | 10111001 | 1100110 | 0 | 1100 | 110100 | 10001 | 101110 | 110111 | 111101 |
Color Harmonies of #D3B966
Complementary color
Monochromatic Colors of #D3B966
Black with #D3B966
Text Example
Text Example
White with #D3B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B966; }
p { color: rgb(211,185,102); }
H1.HeaderClassName
{
color: #D3B966;
}
.AnyTagClassName
{
color: #D3B966;
}
</style>
background-color css
<style>
a { background-color: #D3B966; }
a { background-color: rgb(211,185,102); }
div.DivClassName
{
background-color: #D3B966;
}
.BgClassName
{
background-color: #D3B966;
}
</style>
border-color css
<style>
span { border-color: #D3B966; }
span { border-color: rgb(211,185,102); }
td.TdClassName
{
border-color: #D3B966;
}
.TagClassName
{
border-color: #D3B966;
}
</style>