Shades of Tacha #D5C862
Tints of Tacha #D5C862
RGB
CMYK
RGB Variations
Color information
#D5C862 (or 0xD5C862) is known color: Tacha. HEX triplet: D5, C8 and 62. RGB value is (213,200,98). Sum of RGB (Red+Green+Blue) = 213+200+98=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C862 is #2A379D. Grayscale: #C0C0C0. Windows color (decimal): -2766750 or 6473941. OLE color: 6473941.
HSL color Cylindrical-coordinate representation of color #D5C862: hue angle of 53.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5C862 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 98 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.16 |
| HSL | 53.22º | 0.58% | 0.61% | - |
| HSV(B) | 53.22º | 0.54% | 0.84% | - |
| XYZ | 50.3 | 56.34 | 19.78 | - |
| YUV | 192.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 98 | 0 | 0.06 | 0.54 | 0.16 | 53.22 | 0.58 | 0.61 |
| Hex | D5 | C8 | 62 | 0 | 6 | 36 | 10 | 35 | 3A | 3D |
| Octal | 325 | 310 | 142 | 0 | 6 | 66 | 20 | 65 | 72 | 75 |
| Binary | 11010101 | 11001000 | 1100010 | 0 | 110 | 110110 | 10000 | 110101 | 111010 | 111101 |
Color Harmonies of #D5C862
Complementary color
Monochromatic Colors of #D5C862
Black with #D5C862
Text Example
Text Example
White with #D5C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C862; }
p { color: rgb(213,200,98); }
H1.HeaderClassName
{
color: #D5C862;
}
.AnyTagClassName
{
color: #D5C862;
}
</style>
background-color css
<style>
a { background-color: #D5C862; }
a { background-color: rgb(213,200,98); }
div.DivClassName
{
background-color: #D5C862;
}
.BgClassName
{
background-color: #D5C862;
}
</style>
border-color css
<style>
span { border-color: #D5C862; }
span { border-color: rgb(213,200,98); }
td.TdClassName
{
border-color: #D5C862;
}
.TagClassName
{
border-color: #D5C862;
}
</style>