Shades of Tacha #D8C962
Tints of Tacha #D8C962
RGB
CMYK
RGB Variations
Color information
#D8C962 (or 0xD8C962) is known color: Tacha. HEX triplet: D8, C9 and 62. RGB value is (216,201,98). Sum of RGB (Red+Green+Blue) = 216+201+98=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C962 is #27369D. Grayscale: #C2C2C2. Windows color (decimal): -2569886 or 6474200. OLE color: 6474200.
HSL color Cylindrical-coordinate representation of color #D8C962: hue angle of 52.37º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8C962 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 98 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.15 |
| HSL | 52.37º | 0.6% | 0.62% | - |
| HSV(B) | 52.37º | 0.55% | 0.85% | - |
| XYZ | 51.41 | 57.25 | 19.9 | - |
| YUV | 193.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 98 | 0 | 0.07 | 0.55 | 0.15 | 52.37 | 0.6 | 0.62 |
| Hex | D8 | C9 | 62 | 0 | 7 | 37 | F | 34 | 3C | 3E |
| Octal | 330 | 311 | 142 | 0 | 7 | 67 | 17 | 64 | 74 | 76 |
| Binary | 11011000 | 11001001 | 1100010 | 0 | 111 | 110111 | 1111 | 110100 | 111100 | 111110 |
Color Harmonies of #D8C962
Complementary color
Monochromatic Colors of #D8C962
Black with #D8C962
Text Example
Text Example
White with #D8C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C962; }
p { color: rgb(216,201,98); }
H1.HeaderClassName
{
color: #D8C962;
}
.AnyTagClassName
{
color: #D8C962;
}
</style>
background-color css
<style>
a { background-color: #D8C962; }
a { background-color: rgb(216,201,98); }
div.DivClassName
{
background-color: #D8C962;
}
.BgClassName
{
background-color: #D8C962;
}
</style>
border-color css
<style>
span { border-color: #D8C962; }
span { border-color: rgb(216,201,98); }
td.TdClassName
{
border-color: #D8C962;
}
.TagClassName
{
border-color: #D8C962;
}
</style>