Shades of Tacha #D9C960
Tints of Tacha #D9C960
RGB
CMYK
RGB Variations
Color information
#D9C960 (or 0xD9C960) is known color: Tacha. HEX triplet: D9, C9 and 60. RGB value is (217,201,96). Sum of RGB (Red+Green+Blue) = 217+201+96=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C960 is #26369F. Grayscale: #C2C2C2. Windows color (decimal): -2504352 or 6343129. OLE color: 6343129.
HSL color Cylindrical-coordinate representation of color #D9C960: hue angle of 52.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9C960 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 96 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.15 |
| HSL | 52.07º | 0.61% | 0.61% | - |
| HSV(B) | 52.07º | 0.56% | 0.85% | - |
| XYZ | 51.61 | 57.37 | 19.42 | - |
| YUV | 193.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 96 | 0 | 0.07 | 0.56 | 0.15 | 52.07 | 0.61 | 0.61 |
| Hex | D9 | C9 | 60 | 0 | 7 | 38 | F | 34 | 3D | 3D |
| Octal | 331 | 311 | 140 | 0 | 7 | 70 | 17 | 64 | 75 | 75 |
| Binary | 11011001 | 11001001 | 1100000 | 0 | 111 | 111000 | 1111 | 110100 | 111101 | 111101 |
Color Harmonies of #D9C960
Complementary color
Monochromatic Colors of #D9C960
Black with #D9C960
Text Example
Text Example
White with #D9C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C960; }
p { color: rgb(217,201,96); }
H1.HeaderClassName
{
color: #D9C960;
}
.AnyTagClassName
{
color: #D9C960;
}
</style>
background-color css
<style>
a { background-color: #D9C960; }
a { background-color: rgb(217,201,96); }
div.DivClassName
{
background-color: #D9C960;
}
.BgClassName
{
background-color: #D9C960;
}
</style>
border-color css
<style>
span { border-color: #D9C960; }
span { border-color: rgb(217,201,96); }
td.TdClassName
{
border-color: #D9C960;
}
.TagClassName
{
border-color: #D9C960;
}
</style>