Shades of Tacha #D7B961
Tints of Tacha #D7B961
RGB
CMYK
RGB Variations
Color information
#D7B961 (or 0xD7B961) is known color: Tacha. HEX triplet: D7, B9 and 61. RGB value is (215,185,97). Sum of RGB (Red+Green+Blue) = 215+185+97=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B961 is #28469E. Grayscale: #B8B8B8. Windows color (decimal): -2639519 or 6404567. OLE color: 6404567.
HSL color Cylindrical-coordinate representation of color #D7B961: hue angle of 44.75º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7B961 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 97 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.16 |
| HSL | 44.75º | 0.6% | 0.61% | - |
| HSV(B) | 44.75º | 0.55% | 0.84% | - |
| XYZ | 47.53 | 50.01 | 18.46 | - |
| YUV | 183.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 97 | 0 | 0.14 | 0.55 | 0.16 | 44.75 | 0.6 | 0.61 |
| Hex | D7 | B9 | 61 | 0 | E | 37 | 10 | 2D | 3C | 3D |
| Octal | 327 | 271 | 141 | 0 | 16 | 67 | 20 | 55 | 74 | 75 |
| Binary | 11010111 | 10111001 | 1100001 | 0 | 1110 | 110111 | 10000 | 101101 | 111100 | 111101 |
Color Harmonies of #D7B961
Complementary color
Monochromatic Colors of #D7B961
Black with #D7B961
Text Example
Text Example
White with #D7B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B961; }
p { color: rgb(215,185,97); }
H1.HeaderClassName
{
color: #D7B961;
}
.AnyTagClassName
{
color: #D7B961;
}
</style>
background-color css
<style>
a { background-color: #D7B961; }
a { background-color: rgb(215,185,97); }
div.DivClassName
{
background-color: #D7B961;
}
.BgClassName
{
background-color: #D7B961;
}
</style>
border-color css
<style>
span { border-color: #D7B961; }
span { border-color: rgb(215,185,97); }
td.TdClassName
{
border-color: #D7B961;
}
.TagClassName
{
border-color: #D7B961;
}
</style>