Shades of Tacha #D2C062
Tints of Tacha #D2C062
RGB
CMYK
RGB Variations
Color information
#D2C062 (or 0xD2C062) is known color: Tacha. HEX triplet: D2, C0 and 62. RGB value is (210,192,98). Sum of RGB (Red+Green+Blue) = 210+192+98=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C062 is #2D3F9D. Grayscale: #BBBBBB. Windows color (decimal): -2965406 or 6471890. OLE color: 6471890.
HSL color Cylindrical-coordinate representation of color #D2C062: hue angle of 50.36º 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 #D2C062 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 98 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.18 |
| HSL | 50.36º | 0.55% | 0.6% | - |
| HSV(B) | 50.36º | 0.53% | 0.82% | - |
| XYZ | 47.63 | 52.28 | 19.14 | - |
| YUV | 186.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 98 | 0 | 0.09 | 0.53 | 0.18 | 50.36 | 0.55 | 0.6 |
| Hex | D2 | C0 | 62 | 0 | 9 | 35 | 12 | 32 | 37 | 3C |
| Octal | 322 | 300 | 142 | 0 | 11 | 65 | 22 | 62 | 67 | 74 |
| Binary | 11010010 | 11000000 | 1100010 | 0 | 1001 | 110101 | 10010 | 110010 | 110111 | 111100 |
Color Harmonies of #D2C062
Complementary color
Monochromatic Colors of #D2C062
Black with #D2C062
Text Example
Text Example
White with #D2C062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C062; }
p { color: rgb(210,192,98); }
H1.HeaderClassName
{
color: #D2C062;
}
.AnyTagClassName
{
color: #D2C062;
}
</style>
background-color css
<style>
a { background-color: #D2C062; }
a { background-color: rgb(210,192,98); }
div.DivClassName
{
background-color: #D2C062;
}
.BgClassName
{
background-color: #D2C062;
}
</style>
border-color css
<style>
span { border-color: #D2C062; }
span { border-color: rgb(210,192,98); }
td.TdClassName
{
border-color: #D2C062;
}
.TagClassName
{
border-color: #D2C062;
}
</style>