Shades of Tacha #D9C761
Tints of Tacha #D9C761
RGB
CMYK
RGB Variations
Color information
#D9C761 (or 0xD9C761) is known color: Tacha. HEX triplet: D9, C7 and 61. RGB value is (217,199,97). Sum of RGB (Red+Green+Blue) = 217+199+97=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C761 is #26389E. Grayscale: #C1C1C1. Windows color (decimal): -2504863 or 6408153. OLE color: 6408153.
HSL color Cylindrical-coordinate representation of color #D9C761: hue angle of 51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9C761 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 97 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.15 |
| HSL | 51º | 0.61% | 0.62% | - |
| HSV(B) | 51º | 0.55% | 0.85% | - |
| XYZ | 51.2 | 56.46 | 19.51 | - |
| YUV | 192.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 97 | 0 | 0.08 | 0.55 | 0.15 | 51 | 0.61 | 0.62 |
| Hex | D9 | C7 | 61 | 0 | 8 | 37 | F | 33 | 3D | 3E |
| Octal | 331 | 307 | 141 | 0 | 10 | 67 | 17 | 63 | 75 | 76 |
| Binary | 11011001 | 11000111 | 1100001 | 0 | 1000 | 110111 | 1111 | 110011 | 111101 | 111110 |
Color Harmonies of #D9C761
Complementary color
Monochromatic Colors of #D9C761
Black with #D9C761
Text Example
Text Example
White with #D9C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C761; }
p { color: rgb(217,199,97); }
H1.HeaderClassName
{
color: #D9C761;
}
.AnyTagClassName
{
color: #D9C761;
}
</style>
background-color css
<style>
a { background-color: #D9C761; }
a { background-color: rgb(217,199,97); }
div.DivClassName
{
background-color: #D9C761;
}
.BgClassName
{
background-color: #D9C761;
}
</style>
border-color css
<style>
span { border-color: #D9C761; }
span { border-color: rgb(217,199,97); }
td.TdClassName
{
border-color: #D9C761;
}
.TagClassName
{
border-color: #D9C761;
}
</style>