Shades of Tacha #D8C760
Tints of Tacha #D8C760
RGB
CMYK
RGB Variations
Color information
#D8C760 (or 0xD8C760) is known color: Tacha. HEX triplet: D8, C7 and 60. RGB value is (216,199,96). Sum of RGB (Red+Green+Blue) = 216+199+96=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C760 is #27389F. Grayscale: #C0C0C0. Windows color (decimal): -2570400 or 6342616. OLE color: 6342616.
HSL color Cylindrical-coordinate representation of color #D8C760: hue angle of 51.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8C760 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 96 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.15 |
| HSL | 51.5º | 0.61% | 0.61% | - |
| HSV(B) | 51.5º | 0.56% | 0.85% | - |
| XYZ | 50.85 | 56.29 | 19.25 | - |
| YUV | 192.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 96 | 0 | 0.08 | 0.56 | 0.15 | 51.5 | 0.61 | 0.61 |
| Hex | D8 | C7 | 60 | 0 | 8 | 38 | F | 34 | 3D | 3D |
| Octal | 330 | 307 | 140 | 0 | 10 | 70 | 17 | 64 | 75 | 75 |
| Binary | 11011000 | 11000111 | 1100000 | 0 | 1000 | 111000 | 1111 | 110100 | 111101 | 111101 |
Color Harmonies of #D8C760
Complementary color
Monochromatic Colors of #D8C760
Black with #D8C760
Text Example
Text Example
White with #D8C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C760; }
p { color: rgb(216,199,96); }
H1.HeaderClassName
{
color: #D8C760;
}
.AnyTagClassName
{
color: #D8C760;
}
</style>
background-color css
<style>
a { background-color: #D8C760; }
a { background-color: rgb(216,199,96); }
div.DivClassName
{
background-color: #D8C760;
}
.BgClassName
{
background-color: #D8C760;
}
</style>
border-color css
<style>
span { border-color: #D8C760; }
span { border-color: rgb(216,199,96); }
td.TdClassName
{
border-color: #D8C760;
}
.TagClassName
{
border-color: #D8C760;
}
</style>