Shades of Tacha #D8BC5E
Tints of Tacha #D8BC5E
RGB
CMYK
RGB Variations
Color information
#D8BC5E (or 0xD8BC5E) is known color: Tacha. HEX triplet: D8, BC and 5E. RGB value is (216,188,94). Sum of RGB (Red+Green+Blue) = 216+188+94=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC5E is #2743A1. Grayscale: #BABABA. Windows color (decimal): -2573218 or 6208728. OLE color: 6208728.
HSL color Cylindrical-coordinate representation of color #D8BC5E: hue angle of 46.23º 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 #D8BC5E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 94 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.15 |
| HSL | 46.23º | 0.61% | 0.61% | - |
| HSV(B) | 46.23º | 0.56% | 0.85% | - |
| XYZ | 48.32 | 51.37 | 17.96 | - |
| YUV | 185.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 94 | 0 | 0.13 | 0.56 | 0.15 | 46.23 | 0.61 | 0.61 |
| Hex | D8 | BC | 5E | 0 | D | 38 | F | 2E | 3D | 3D |
| Octal | 330 | 274 | 136 | 0 | 15 | 70 | 17 | 56 | 75 | 75 |
| Binary | 11011000 | 10111100 | 1011110 | 0 | 1101 | 111000 | 1111 | 101110 | 111101 | 111101 |
Color Harmonies of #D8BC5E
Complementary color
Monochromatic Colors of #D8BC5E
Black with #D8BC5E
Text Example
Text Example
White with #D8BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC5E; }
p { color: rgb(216,188,94); }
H1.HeaderClassName
{
color: #D8BC5E;
}
.AnyTagClassName
{
color: #D8BC5E;
}
</style>
background-color css
<style>
a { background-color: #D8BC5E; }
a { background-color: rgb(216,188,94); }
div.DivClassName
{
background-color: #D8BC5E;
}
.BgClassName
{
background-color: #D8BC5E;
}
</style>
border-color css
<style>
span { border-color: #D8BC5E; }
span { border-color: rgb(216,188,94); }
td.TdClassName
{
border-color: #D8BC5E;
}
.TagClassName
{
border-color: #D8BC5E;
}
</style>