Shades of Tacha #D7C960
Tints of Tacha #D7C960
RGB
CMYK
RGB Variations
Color information
#D7C960 (or 0xD7C960) is known color: Tacha. HEX triplet: D7, C9 and 60. RGB value is (215,201,96). Sum of RGB (Red+Green+Blue) = 215+201+96=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C960 is #28369F. Grayscale: #C1C1C1. Windows color (decimal): -2635424 or 6343127. OLE color: 6343127.
HSL color Cylindrical-coordinate representation of color #D7C960: hue angle of 52.94º 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 #D7C960 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 96 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.16 |
| HSL | 52.94º | 0.6% | 0.61% | - |
| HSV(B) | 52.94º | 0.55% | 0.84% | - |
| XYZ | 51.02 | 57.06 | 19.39 | - |
| YUV | 193.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 96 | 0 | 0.07 | 0.55 | 0.16 | 52.94 | 0.6 | 0.61 |
| Hex | D7 | C9 | 60 | 0 | 7 | 37 | 10 | 35 | 3C | 3D |
| Octal | 327 | 311 | 140 | 0 | 7 | 67 | 20 | 65 | 74 | 75 |
| Binary | 11010111 | 11001001 | 1100000 | 0 | 111 | 110111 | 10000 | 110101 | 111100 | 111101 |
Color Harmonies of #D7C960
Complementary color
Monochromatic Colors of #D7C960
Black with #D7C960
Text Example
Text Example
White with #D7C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C960; }
p { color: rgb(215,201,96); }
H1.HeaderClassName
{
color: #D7C960;
}
.AnyTagClassName
{
color: #D7C960;
}
</style>
background-color css
<style>
a { background-color: #D7C960; }
a { background-color: rgb(215,201,96); }
div.DivClassName
{
background-color: #D7C960;
}
.BgClassName
{
background-color: #D7C960;
}
</style>
border-color css
<style>
span { border-color: #D7C960; }
span { border-color: rgb(215,201,96); }
td.TdClassName
{
border-color: #D7C960;
}
.TagClassName
{
border-color: #D7C960;
}
</style>