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