Shades of Tacha #D7C861
Tints of Tacha #D7C861
RGB
CMYK
RGB Variations
Color information
#D7C861 (or 0xD7C861) is known color: Tacha. HEX triplet: D7, C8 and 61. RGB value is (215,200,97). Sum of RGB (Red+Green+Blue) = 215+200+97=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C861 is #28379E. Grayscale: #C1C1C1. Windows color (decimal): -2635679 or 6408407. OLE color: 6408407.
HSL color Cylindrical-coordinate representation of color #D7C861: hue angle of 52.37º 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 #D7C861 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 97 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.16 |
| HSL | 52.37º | 0.6% | 0.61% | - |
| HSV(B) | 52.37º | 0.55% | 0.84% | - |
| XYZ | 50.84 | 56.62 | 19.56 | - |
| YUV | 192.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 97 | 0 | 0.07 | 0.55 | 0.16 | 52.37 | 0.6 | 0.61 |
| Hex | D7 | C8 | 61 | 0 | 7 | 37 | 10 | 34 | 3C | 3D |
| Octal | 327 | 310 | 141 | 0 | 7 | 67 | 20 | 64 | 74 | 75 |
| Binary | 11010111 | 11001000 | 1100001 | 0 | 111 | 110111 | 10000 | 110100 | 111100 | 111101 |
Color Harmonies of #D7C861
Complementary color
Monochromatic Colors of #D7C861
Black with #D7C861
Text Example
Text Example
White with #D7C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C861; }
p { color: rgb(215,200,97); }
H1.HeaderClassName
{
color: #D7C861;
}
.AnyTagClassName
{
color: #D7C861;
}
</style>
background-color css
<style>
a { background-color: #D7C861; }
a { background-color: rgb(215,200,97); }
div.DivClassName
{
background-color: #D7C861;
}
.BgClassName
{
background-color: #D7C861;
}
</style>
border-color css
<style>
span { border-color: #D7C861; }
span { border-color: rgb(215,200,97); }
td.TdClassName
{
border-color: #D7C861;
}
.TagClassName
{
border-color: #D7C861;
}
</style>