Shades of Tacha #D6B765
Tints of Tacha #D6B765
RGB
CMYK
RGB Variations
Color information
#D6B765 (or 0xD6B765) is known color: Tacha. HEX triplet: D6, B7 and 65. RGB value is (214,183,101). Sum of RGB (Red+Green+Blue) = 214+183+101=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B765 is #29489A. Grayscale: #B7B7B7. Windows color (decimal): -2705563 or 6666198. OLE color: 6666198.
HSL color Cylindrical-coordinate representation of color #D6B765: hue angle of 43.54º 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 #D6B765 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 101 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.16 |
| HSL | 43.54º | 0.58% | 0.62% | - |
| HSV(B) | 43.54º | 0.53% | 0.84% | - |
| XYZ | 47.01 | 49.1 | 19.31 | - |
| YUV | 182.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 101 | 0 | 0.14 | 0.53 | 0.16 | 43.54 | 0.58 | 0.62 |
| Hex | D6 | B7 | 65 | 0 | E | 35 | 10 | 2C | 3A | 3E |
| Octal | 326 | 267 | 145 | 0 | 16 | 65 | 20 | 54 | 72 | 76 |
| Binary | 11010110 | 10110111 | 1100101 | 0 | 1110 | 110101 | 10000 | 101100 | 111010 | 111110 |
Color Harmonies of #D6B765
Complementary color
Monochromatic Colors of #D6B765
Black with #D6B765
Text Example
Text Example
White with #D6B765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B765; }
p { color: rgb(214,183,101); }
H1.HeaderClassName
{
color: #D6B765;
}
.AnyTagClassName
{
color: #D6B765;
}
</style>
background-color css
<style>
a { background-color: #D6B765; }
a { background-color: rgb(214,183,101); }
div.DivClassName
{
background-color: #D6B765;
}
.BgClassName
{
background-color: #D6B765;
}
</style>
border-color css
<style>
span { border-color: #D6B765; }
span { border-color: rgb(214,183,101); }
td.TdClassName
{
border-color: #D6B765;
}
.TagClassName
{
border-color: #D6B765;
}
</style>