Shades of Tacha #D7B764
Tints of Tacha #D7B764
RGB
CMYK
RGB Variations
Color information
#D7B764 (or 0xD7B764) is known color: Tacha. HEX triplet: D7, B7 and 64. RGB value is (215,183,100). Sum of RGB (Red+Green+Blue) = 215+183+100=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B764 is #28489B. Grayscale: #B7B7B7. Windows color (decimal): -2640028 or 6600663. OLE color: 6600663.
HSL color Cylindrical-coordinate representation of color #D7B764: hue angle of 43.3º degrees, saturation: 0.59, 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 #D7B764 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 100 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.16 |
| HSL | 43.3º | 0.59% | 0.62% | - |
| HSV(B) | 43.3º | 0.53% | 0.84% | - |
| XYZ | 47.26 | 49.23 | 19.07 | - |
| YUV | 183.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 100 | 0 | 0.15 | 0.53 | 0.16 | 43.3 | 0.59 | 0.62 |
| Hex | D7 | B7 | 64 | 0 | F | 35 | 10 | 2B | 3B | 3E |
| Octal | 327 | 267 | 144 | 0 | 17 | 65 | 20 | 53 | 73 | 76 |
| Binary | 11010111 | 10110111 | 1100100 | 0 | 1111 | 110101 | 10000 | 101011 | 111011 | 111110 |
Color Harmonies of #D7B764
Complementary color
Monochromatic Colors of #D7B764
Black with #D7B764
Text Example
Text Example
White with #D7B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B764; }
p { color: rgb(215,183,100); }
H1.HeaderClassName
{
color: #D7B764;
}
.AnyTagClassName
{
color: #D7B764;
}
</style>
background-color css
<style>
a { background-color: #D7B764; }
a { background-color: rgb(215,183,100); }
div.DivClassName
{
background-color: #D7B764;
}
.BgClassName
{
background-color: #D7B764;
}
</style>
border-color css
<style>
span { border-color: #D7B764; }
span { border-color: rgb(215,183,100); }
td.TdClassName
{
border-color: #D7B764;
}
.TagClassName
{
border-color: #D7B764;
}
</style>