Shades of Tacha #D8C85F
Tints of Tacha #D8C85F
RGB
CMYK
RGB Variations
Color information
#D8C85F (or 0xD8C85F) is known color: Tacha. HEX triplet: D8, C8 and 5F. RGB value is (216,200,95). Sum of RGB (Red+Green+Blue) = 216+200+95=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C85F is #2737A0. Grayscale: #C1C1C1. Windows color (decimal): -2570145 or 6277336. OLE color: 6277336.
HSL color Cylindrical-coordinate representation of color #D8C85F: hue angle of 52.07º 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 #D8C85F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 95 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.15 |
| HSL | 52.07º | 0.61% | 0.61% | - |
| HSV(B) | 52.07º | 0.56% | 0.85% | - |
| XYZ | 51.04 | 56.73 | 19.09 | - |
| YUV | 192.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 95 | 0 | 0.07 | 0.56 | 0.15 | 52.07 | 0.61 | 0.61 |
| Hex | D8 | C8 | 5F | 0 | 7 | 38 | F | 34 | 3D | 3D |
| Octal | 330 | 310 | 137 | 0 | 7 | 70 | 17 | 64 | 75 | 75 |
| Binary | 11011000 | 11001000 | 1011111 | 0 | 111 | 111000 | 1111 | 110100 | 111101 | 111101 |
Color Harmonies of #D8C85F
Complementary color
Monochromatic Colors of #D8C85F
Black with #D8C85F
Text Example
Text Example
White with #D8C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C85F; }
p { color: rgb(216,200,95); }
H1.HeaderClassName
{
color: #D8C85F;
}
.AnyTagClassName
{
color: #D8C85F;
}
</style>
background-color css
<style>
a { background-color: #D8C85F; }
a { background-color: rgb(216,200,95); }
div.DivClassName
{
background-color: #D8C85F;
}
.BgClassName
{
background-color: #D8C85F;
}
</style>
border-color css
<style>
span { border-color: #D8C85F; }
span { border-color: rgb(216,200,95); }
td.TdClassName
{
border-color: #D8C85F;
}
.TagClassName
{
border-color: #D8C85F;
}
</style>