Shades of Tacha #D2C961
Tints of Tacha #D2C961
RGB
CMYK
RGB Variations
Color information
#D2C961 (or 0xD2C961) is known color: Tacha. HEX triplet: D2, C9 and 61. RGB value is (210,201,97). Sum of RGB (Red+Green+Blue) = 210+201+97=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C961 is #2D369E. Grayscale: #C0C0C0. Windows color (decimal): -2963103 or 6408658. OLE color: 6408658.
HSL color Cylindrical-coordinate representation of color #D2C961: hue angle of 55.22º 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 #D2C961 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 97 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.18 |
| HSL | 55.22º | 0.56% | 0.6% | - |
| HSV(B) | 55.22º | 0.54% | 0.82% | - |
| XYZ | 49.62 | 56.34 | 19.57 | - |
| YUV | 191.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 97 | 0 | 0.04 | 0.54 | 0.18 | 55.22 | 0.56 | 0.6 |
| Hex | D2 | C9 | 61 | 0 | 4 | 36 | 12 | 37 | 38 | 3C |
| Octal | 322 | 311 | 141 | 0 | 4 | 66 | 22 | 67 | 70 | 74 |
| Binary | 11010010 | 11001001 | 1100001 | 0 | 100 | 110110 | 10010 | 110111 | 111000 | 111100 |
Color Harmonies of #D2C961
Complementary color
Monochromatic Colors of #D2C961
Black with #D2C961
Text Example
Text Example
White with #D2C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C961; }
p { color: rgb(210,201,97); }
H1.HeaderClassName
{
color: #D2C961;
}
.AnyTagClassName
{
color: #D2C961;
}
</style>
background-color css
<style>
a { background-color: #D2C961; }
a { background-color: rgb(210,201,97); }
div.DivClassName
{
background-color: #D2C961;
}
.BgClassName
{
background-color: #D2C961;
}
</style>
border-color css
<style>
span { border-color: #D2C961; }
span { border-color: rgb(210,201,97); }
td.TdClassName
{
border-color: #D2C961;
}
.TagClassName
{
border-color: #D2C961;
}
</style>