Shades of Tacha #D2C960
Tints of Tacha #D2C960
RGB
CMYK
RGB Variations
Color information
#D2C960 (or 0xD2C960) is known color: Tacha. HEX triplet: D2, C9 and 60. RGB value is (210,201,96). Sum of RGB (Red+Green+Blue) = 210+201+96=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C960 is #2D369F. Grayscale: #C0C0C0. Windows color (decimal): -2963104 or 6343122. OLE color: 6343122.
HSL color Cylindrical-coordinate representation of color #D2C960: hue angle of 55.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2C960 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 96 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.18 |
| HSL | 55.26º | 0.56% | 0.6% | - |
| HSV(B) | 55.26º | 0.54% | 0.82% | - |
| XYZ | 49.58 | 56.32 | 19.32 | - |
| YUV | 191.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 96 | 0 | 0.04 | 0.54 | 0.18 | 55.26 | 0.56 | 0.6 |
| Hex | D2 | C9 | 60 | 0 | 4 | 36 | 12 | 37 | 38 | 3C |
| Octal | 322 | 311 | 140 | 0 | 4 | 66 | 22 | 67 | 70 | 74 |
| Binary | 11010010 | 11001001 | 1100000 | 0 | 100 | 110110 | 10010 | 110111 | 111000 | 111100 |
Color Harmonies of #D2C960
Complementary color
Monochromatic Colors of #D2C960
Black with #D2C960
Text Example
Text Example
White with #D2C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C960; }
p { color: rgb(210,201,96); }
H1.HeaderClassName
{
color: #D2C960;
}
.AnyTagClassName
{
color: #D2C960;
}
</style>
background-color css
<style>
a { background-color: #D2C960; }
a { background-color: rgb(210,201,96); }
div.DivClassName
{
background-color: #D2C960;
}
.BgClassName
{
background-color: #D2C960;
}
</style>
border-color css
<style>
span { border-color: #D2C960; }
span { border-color: rgb(210,201,96); }
td.TdClassName
{
border-color: #D2C960;
}
.TagClassName
{
border-color: #D2C960;
}
</style>