Shades of Tacha #D3C561
Tints of Tacha #D3C561
RGB
CMYK
RGB Variations
Color information
#D3C561 (or 0xD3C561) is known color: Tacha. HEX triplet: D3, C5 and 61. RGB value is (211,197,97). Sum of RGB (Red+Green+Blue) = 211+197+97=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C561 is #2C3A9E. Grayscale: #BEBEBE. Windows color (decimal): -2898591 or 6407635. OLE color: 6407635.
HSL color Cylindrical-coordinate representation of color #D3C561: hue angle of 52.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3C561 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 97 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.17 |
| HSL | 52.63º | 0.56% | 0.6% | - |
| HSV(B) | 52.63º | 0.54% | 0.83% | - |
| XYZ | 48.99 | 54.64 | 19.27 | - |
| YUV | 189.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 97 | 0 | 0.07 | 0.54 | 0.17 | 52.63 | 0.56 | 0.6 |
| Hex | D3 | C5 | 61 | 0 | 7 | 36 | 11 | 35 | 38 | 3C |
| Octal | 323 | 305 | 141 | 0 | 7 | 66 | 21 | 65 | 70 | 74 |
| Binary | 11010011 | 11000101 | 1100001 | 0 | 111 | 110110 | 10001 | 110101 | 111000 | 111100 |
Color Harmonies of #D3C561
Complementary color
Monochromatic Colors of #D3C561
Black with #D3C561
Text Example
Text Example
White with #D3C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C561; }
p { color: rgb(211,197,97); }
H1.HeaderClassName
{
color: #D3C561;
}
.AnyTagClassName
{
color: #D3C561;
}
</style>
background-color css
<style>
a { background-color: #D3C561; }
a { background-color: rgb(211,197,97); }
div.DivClassName
{
background-color: #D3C561;
}
.BgClassName
{
background-color: #D3C561;
}
</style>
border-color css
<style>
span { border-color: #D3C561; }
span { border-color: rgb(211,197,97); }
td.TdClassName
{
border-color: #D3C561;
}
.TagClassName
{
border-color: #D3C561;
}
</style>