Shades of Tacha #D6B965
Tints of Tacha #D6B965
RGB
CMYK
RGB Variations
Color information
#D6B965 (or 0xD6B965) is known color: Tacha. HEX triplet: D6, B9 and 65. RGB value is (214,185,101). Sum of RGB (Red+Green+Blue) = 214+185+101=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B965 is #29469A. Grayscale: #B8B8B8. Windows color (decimal): -2705051 or 6666710. OLE color: 6666710.
HSL color Cylindrical-coordinate representation of color #D6B965: hue angle of 44.6º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6B965 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 101 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.16 |
| HSL | 44.6º | 0.58% | 0.62% | - |
| HSV(B) | 44.6º | 0.53% | 0.84% | - |
| XYZ | 47.43 | 49.93 | 19.45 | - |
| YUV | 184.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 101 | 0 | 0.14 | 0.53 | 0.16 | 44.6 | 0.58 | 0.62 |
| Hex | D6 | B9 | 65 | 0 | E | 35 | 10 | 2D | 3A | 3E |
| Octal | 326 | 271 | 145 | 0 | 16 | 65 | 20 | 55 | 72 | 76 |
| Binary | 11010110 | 10111001 | 1100101 | 0 | 1110 | 110101 | 10000 | 101101 | 111010 | 111110 |
Color Harmonies of #D6B965
Complementary color
Monochromatic Colors of #D6B965
Black with #D6B965
Text Example
Text Example
White with #D6B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B965; }
p { color: rgb(214,185,101); }
H1.HeaderClassName
{
color: #D6B965;
}
.AnyTagClassName
{
color: #D6B965;
}
</style>
background-color css
<style>
a { background-color: #D6B965; }
a { background-color: rgb(214,185,101); }
div.DivClassName
{
background-color: #D6B965;
}
.BgClassName
{
background-color: #D6B965;
}
</style>
border-color css
<style>
span { border-color: #D6B965; }
span { border-color: rgb(214,185,101); }
td.TdClassName
{
border-color: #D6B965;
}
.TagClassName
{
border-color: #D6B965;
}
</style>