Shades of Tacha #D8C861
Tints of Tacha #D8C861
RGB
CMYK
RGB Variations
Color information
#D8C861 (or 0xD8C861) is known color: Tacha. HEX triplet: D8, C8 and 61. RGB value is (216,200,97). Sum of RGB (Red+Green+Blue) = 216+200+97=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C861 is #27379E. Grayscale: #C1C1C1. Windows color (decimal): -2570143 or 6408408. OLE color: 6408408.
HSL color Cylindrical-coordinate representation of color #D8C861: hue angle of 51.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8C861 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 97 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.15 |
| HSL | 51.93º | 0.6% | 0.61% | - |
| HSV(B) | 51.93º | 0.55% | 0.85% | - |
| XYZ | 51.13 | 56.77 | 19.57 | - |
| YUV | 193.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 97 | 0 | 0.07 | 0.55 | 0.15 | 51.93 | 0.6 | 0.61 |
| Hex | D8 | C8 | 61 | 0 | 7 | 37 | F | 34 | 3C | 3D |
| Octal | 330 | 310 | 141 | 0 | 7 | 67 | 17 | 64 | 74 | 75 |
| Binary | 11011000 | 11001000 | 1100001 | 0 | 111 | 110111 | 1111 | 110100 | 111100 | 111101 |
Color Harmonies of #D8C861
Complementary color
Monochromatic Colors of #D8C861
Black with #D8C861
Text Example
Text Example
White with #D8C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C861; }
p { color: rgb(216,200,97); }
H1.HeaderClassName
{
color: #D8C861;
}
.AnyTagClassName
{
color: #D8C861;
}
</style>
background-color css
<style>
a { background-color: #D8C861; }
a { background-color: rgb(216,200,97); }
div.DivClassName
{
background-color: #D8C861;
}
.BgClassName
{
background-color: #D8C861;
}
</style>
border-color css
<style>
span { border-color: #D8C861; }
span { border-color: rgb(216,200,97); }
td.TdClassName
{
border-color: #D8C861;
}
.TagClassName
{
border-color: #D8C861;
}
</style>