Shades of Tacha #D8C062
Tints of Tacha #D8C062
RGB
CMYK
RGB Variations
Color information
#D8C062 (or 0xD8C062) is known color: Tacha. HEX triplet: D8, C0 and 62. RGB value is (216,192,98). Sum of RGB (Red+Green+Blue) = 216+192+98=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C062 is #273F9D. Grayscale: #BCBCBC. Windows color (decimal): -2572190 or 6471896. OLE color: 6471896.
HSL color Cylindrical-coordinate representation of color #D8C062: hue angle of 47.8º 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 #D8C062 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 98 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.15 |
| HSL | 47.8º | 0.6% | 0.62% | - |
| HSV(B) | 47.8º | 0.55% | 0.85% | - |
| XYZ | 49.37 | 53.18 | 19.22 | - |
| YUV | 188.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 98 | 0 | 0.11 | 0.55 | 0.15 | 47.8 | 0.6 | 0.62 |
| Hex | D8 | C0 | 62 | 0 | B | 37 | F | 30 | 3C | 3E |
| Octal | 330 | 300 | 142 | 0 | 13 | 67 | 17 | 60 | 74 | 76 |
| Binary | 11011000 | 11000000 | 1100010 | 0 | 1011 | 110111 | 1111 | 110000 | 111100 | 111110 |
Color Harmonies of #D8C062
Complementary color
Monochromatic Colors of #D8C062
Black with #D8C062
Text Example
Text Example
White with #D8C062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C062; }
p { color: rgb(216,192,98); }
H1.HeaderClassName
{
color: #D8C062;
}
.AnyTagClassName
{
color: #D8C062;
}
</style>
background-color css
<style>
a { background-color: #D8C062; }
a { background-color: rgb(216,192,98); }
div.DivClassName
{
background-color: #D8C062;
}
.BgClassName
{
background-color: #D8C062;
}
</style>
border-color css
<style>
span { border-color: #D8C062; }
span { border-color: rgb(216,192,98); }
td.TdClassName
{
border-color: #D8C062;
}
.TagClassName
{
border-color: #D8C062;
}
</style>