Shades of Tacha #D2C862
Tints of Tacha #D2C862
RGB
CMYK
RGB Variations
Color information
#D2C862 (or 0xD2C862) is known color: Tacha. HEX triplet: D2, C8 and 62. RGB value is (210,200,98). Sum of RGB (Red+Green+Blue) = 210+200+98=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C862 is #2D379D. Grayscale: #BFBFBF. Windows color (decimal): -2963358 or 6473938. OLE color: 6473938.
HSL color Cylindrical-coordinate representation of color #D2C862: hue angle of 54.64º 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 #D2C862 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 98 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.18 |
| HSL | 54.64º | 0.55% | 0.6% | - |
| HSV(B) | 54.64º | 0.53% | 0.82% | - |
| XYZ | 49.44 | 55.89 | 19.74 | - |
| YUV | 191.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 98 | 0 | 0.05 | 0.53 | 0.18 | 54.64 | 0.55 | 0.6 |
| Hex | D2 | C8 | 62 | 0 | 5 | 35 | 12 | 37 | 37 | 3C |
| Octal | 322 | 310 | 142 | 0 | 5 | 65 | 22 | 67 | 67 | 74 |
| Binary | 11010010 | 11001000 | 1100010 | 0 | 101 | 110101 | 10010 | 110111 | 110111 | 111100 |
Color Harmonies of #D2C862
Complementary color
Monochromatic Colors of #D2C862
Black with #D2C862
Text Example
Text Example
White with #D2C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C862; }
p { color: rgb(210,200,98); }
H1.HeaderClassName
{
color: #D2C862;
}
.AnyTagClassName
{
color: #D2C862;
}
</style>
background-color css
<style>
a { background-color: #D2C862; }
a { background-color: rgb(210,200,98); }
div.DivClassName
{
background-color: #D2C862;
}
.BgClassName
{
background-color: #D2C862;
}
</style>
border-color css
<style>
span { border-color: #D2C862; }
span { border-color: rgb(210,200,98); }
td.TdClassName
{
border-color: #D2C862;
}
.TagClassName
{
border-color: #D2C862;
}
</style>