Shades of Tacha #D9BC5E
Tints of Tacha #D9BC5E
RGB
CMYK
RGB Variations
Color information
#D9BC5E (or 0xD9BC5E) is known color: Tacha. HEX triplet: D9, BC and 5E. RGB value is (217,188,94). Sum of RGB (Red+Green+Blue) = 217+188+94=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC5E is #2643A1. Grayscale: #BABABA. Windows color (decimal): -2507682 or 6208729. OLE color: 6208729.
HSL color Cylindrical-coordinate representation of color #D9BC5E: hue angle of 45.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9BC5E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 94 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.15 |
| HSL | 45.85º | 0.62% | 0.61% | - |
| HSV(B) | 45.85º | 0.57% | 0.85% | - |
| XYZ | 48.62 | 51.53 | 17.97 | - |
| YUV | 185.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 94 | 0 | 0.13 | 0.57 | 0.15 | 45.85 | 0.62 | 0.61 |
| Hex | D9 | BC | 5E | 0 | D | 39 | F | 2E | 3E | 3D |
| Octal | 331 | 274 | 136 | 0 | 15 | 71 | 17 | 56 | 76 | 75 |
| Binary | 11011001 | 10111100 | 1011110 | 0 | 1101 | 111001 | 1111 | 101110 | 111110 | 111101 |
Color Harmonies of #D9BC5E
Complementary color
Monochromatic Colors of #D9BC5E
Black with #D9BC5E
Text Example
Text Example
White with #D9BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC5E; }
p { color: rgb(217,188,94); }
H1.HeaderClassName
{
color: #D9BC5E;
}
.AnyTagClassName
{
color: #D9BC5E;
}
</style>
background-color css
<style>
a { background-color: #D9BC5E; }
a { background-color: rgb(217,188,94); }
div.DivClassName
{
background-color: #D9BC5E;
}
.BgClassName
{
background-color: #D9BC5E;
}
</style>
border-color css
<style>
span { border-color: #D9BC5E; }
span { border-color: rgb(217,188,94); }
td.TdClassName
{
border-color: #D9BC5E;
}
.TagClassName
{
border-color: #D9BC5E;
}
</style>