Shades of Tacha #D9BC5D
Tints of Tacha #D9BC5D
RGB
CMYK
RGB Variations
Color information
#D9BC5D (or 0xD9BC5D) is known color: Tacha. HEX triplet: D9, BC and 5D. RGB value is (217,188,93). Sum of RGB (Red+Green+Blue) = 217+188+93=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC5D is #2643A2. Grayscale: #BABABA. Windows color (decimal): -2507683 or 6143193. OLE color: 6143193.
HSL color Cylindrical-coordinate representation of color #D9BC5D: hue angle of 45.97º 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 #D9BC5D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 93 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.15 |
| HSL | 45.97º | 0.62% | 0.61% | - |
| HSV(B) | 45.97º | 0.57% | 0.85% | - |
| XYZ | 48.57 | 51.51 | 17.74 | - |
| YUV | 185.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 93 | 0 | 0.13 | 0.57 | 0.15 | 45.97 | 0.62 | 0.61 |
| Hex | D9 | BC | 5D | 0 | D | 39 | F | 2E | 3E | 3D |
| Octal | 331 | 274 | 135 | 0 | 15 | 71 | 17 | 56 | 76 | 75 |
| Binary | 11011001 | 10111100 | 1011101 | 0 | 1101 | 111001 | 1111 | 101110 | 111110 | 111101 |
Color Harmonies of #D9BC5D
Complementary color
Monochromatic Colors of #D9BC5D
Black with #D9BC5D
Text Example
Text Example
White with #D9BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC5D; }
p { color: rgb(217,188,93); }
H1.HeaderClassName
{
color: #D9BC5D;
}
.AnyTagClassName
{
color: #D9BC5D;
}
</style>
background-color css
<style>
a { background-color: #D9BC5D; }
a { background-color: rgb(217,188,93); }
div.DivClassName
{
background-color: #D9BC5D;
}
.BgClassName
{
background-color: #D9BC5D;
}
</style>
border-color css
<style>
span { border-color: #D9BC5D; }
span { border-color: rgb(217,188,93); }
td.TdClassName
{
border-color: #D9BC5D;
}
.TagClassName
{
border-color: #D9BC5D;
}
</style>