Shades of Tacha #D9B966
Tints of Tacha #D9B966
RGB
CMYK
RGB Variations
Color information
#D9B966 (or 0xD9B966) is known color: Tacha. HEX triplet: D9, B9 and 66. RGB value is (217,185,102). Sum of RGB (Red+Green+Blue) = 217+185+102=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B966 is #264699. Grayscale: #B9B9B9. Windows color (decimal): -2508442 or 6732249. OLE color: 6732249.
HSL color Cylindrical-coordinate representation of color #D9B966: hue angle of 43.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9B966 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 102 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.15 |
| HSL | 43.3º | 0.6% | 0.63% | - |
| HSV(B) | 43.3º | 0.53% | 0.85% | - |
| XYZ | 48.36 | 50.41 | 19.75 | - |
| YUV | 185.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 102 | 0 | 0.15 | 0.53 | 0.15 | 43.3 | 0.6 | 0.63 |
| Hex | D9 | B9 | 66 | 0 | F | 35 | F | 2B | 3C | 3F |
| Octal | 331 | 271 | 146 | 0 | 17 | 65 | 17 | 53 | 74 | 77 |
| Binary | 11011001 | 10111001 | 1100110 | 0 | 1111 | 110101 | 1111 | 101011 | 111100 | 111111 |
Color Harmonies of #D9B966
Complementary color
Monochromatic Colors of #D9B966
Black with #D9B966
Text Example
Text Example
White with #D9B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B966; }
p { color: rgb(217,185,102); }
H1.HeaderClassName
{
color: #D9B966;
}
.AnyTagClassName
{
color: #D9B966;
}
</style>
background-color css
<style>
a { background-color: #D9B966; }
a { background-color: rgb(217,185,102); }
div.DivClassName
{
background-color: #D9B966;
}
.BgClassName
{
background-color: #D9B966;
}
</style>
border-color css
<style>
span { border-color: #D9B966; }
span { border-color: rgb(217,185,102); }
td.TdClassName
{
border-color: #D9B966;
}
.TagClassName
{
border-color: #D9B966;
}
</style>