Shades of Tacha #D3C461
Tints of Tacha #D3C461
RGB
CMYK
RGB Variations
Color information
#D3C461 (or 0xD3C461) is known color: Tacha. HEX triplet: D3, C4 and 61. RGB value is (211,196,97). Sum of RGB (Red+Green+Blue) = 211+196+97=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C461 is #2C3B9E. Grayscale: #BDBDBD. Windows color (decimal): -2898847 or 6407379. OLE color: 6407379.
HSL color Cylindrical-coordinate representation of color #D3C461: hue angle of 52.11º 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 #D3C461 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 97 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.17 |
| HSL | 52.11º | 0.56% | 0.6% | - |
| HSV(B) | 52.11º | 0.54% | 0.83% | - |
| XYZ | 48.76 | 54.19 | 19.2 | - |
| YUV | 189.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 97 | 0 | 0.07 | 0.54 | 0.17 | 52.11 | 0.56 | 0.6 |
| Hex | D3 | C4 | 61 | 0 | 7 | 36 | 11 | 34 | 38 | 3C |
| Octal | 323 | 304 | 141 | 0 | 7 | 66 | 21 | 64 | 70 | 74 |
| Binary | 11010011 | 11000100 | 1100001 | 0 | 111 | 110110 | 10001 | 110100 | 111000 | 111100 |
Color Harmonies of #D3C461
Complementary color
Monochromatic Colors of #D3C461
Black with #D3C461
Text Example
Text Example
White with #D3C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C461; }
p { color: rgb(211,196,97); }
H1.HeaderClassName
{
color: #D3C461;
}
.AnyTagClassName
{
color: #D3C461;
}
</style>
background-color css
<style>
a { background-color: #D3C461; }
a { background-color: rgb(211,196,97); }
div.DivClassName
{
background-color: #D3C461;
}
.BgClassName
{
background-color: #D3C461;
}
</style>
border-color css
<style>
span { border-color: #D3C461; }
span { border-color: rgb(211,196,97); }
td.TdClassName
{
border-color: #D3C461;
}
.TagClassName
{
border-color: #D3C461;
}
</style>