Shades of Tacha #D1C162
Tints of Tacha #D1C162
RGB
CMYK
RGB Variations
Color information
#D1C162 (or 0xD1C162) is known color: Tacha. HEX triplet: D1, C1 and 62. RGB value is (209,193,98). Sum of RGB (Red+Green+Blue) = 209+193+98=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C162 is #2E3E9D. Grayscale: #BBBBBB. Windows color (decimal): -3030686 or 6472145. OLE color: 6472145.
HSL color Cylindrical-coordinate representation of color #D1C162: hue angle of 51.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1C162 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 98 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.18 |
| HSL | 51.35º | 0.55% | 0.6% | - |
| HSV(B) | 51.35º | 0.53% | 0.82% | - |
| XYZ | 47.57 | 52.58 | 19.2 | - |
| YUV | 186.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 98 | 0 | 0.08 | 0.53 | 0.18 | 51.35 | 0.55 | 0.6 |
| Hex | D1 | C1 | 62 | 0 | 8 | 35 | 12 | 33 | 37 | 3C |
| Octal | 321 | 301 | 142 | 0 | 10 | 65 | 22 | 63 | 67 | 74 |
| Binary | 11010001 | 11000001 | 1100010 | 0 | 1000 | 110101 | 10010 | 110011 | 110111 | 111100 |
Color Harmonies of #D1C162
Complementary color
Monochromatic Colors of #D1C162
Black with #D1C162
Text Example
Text Example
White with #D1C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C162; }
p { color: rgb(209,193,98); }
H1.HeaderClassName
{
color: #D1C162;
}
.AnyTagClassName
{
color: #D1C162;
}
</style>
background-color css
<style>
a { background-color: #D1C162; }
a { background-color: rgb(209,193,98); }
div.DivClassName
{
background-color: #D1C162;
}
.BgClassName
{
background-color: #D1C162;
}
</style>
border-color css
<style>
span { border-color: #D1C162; }
span { border-color: rgb(209,193,98); }
td.TdClassName
{
border-color: #D1C162;
}
.TagClassName
{
border-color: #D1C162;
}
</style>