Shades of Tacha #D9BF5E
Tints of Tacha #D9BF5E
RGB
CMYK
RGB Variations
Color information
#D9BF5E (or 0xD9BF5E) is known color: Tacha. HEX triplet: D9, BF and 5E. RGB value is (217,191,94). Sum of RGB (Red+Green+Blue) = 217+191+94=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF5E is #2640A1. Grayscale: #BCBCBC. Windows color (decimal): -2506914 or 6209497. OLE color: 6209497.
HSL color Cylindrical-coordinate representation of color #D9BF5E: hue angle of 47.32º 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 #D9BF5E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 94 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.15 |
| HSL | 47.32º | 0.62% | 0.61% | - |
| HSV(B) | 47.32º | 0.57% | 0.85% | - |
| XYZ | 49.27 | 52.82 | 18.19 | - |
| YUV | 187.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 94 | 0 | 0.12 | 0.57 | 0.15 | 47.32 | 0.62 | 0.61 |
| Hex | D9 | BF | 5E | 0 | C | 39 | F | 2F | 3E | 3D |
| Octal | 331 | 277 | 136 | 0 | 14 | 71 | 17 | 57 | 76 | 75 |
| Binary | 11011001 | 10111111 | 1011110 | 0 | 1100 | 111001 | 1111 | 101111 | 111110 | 111101 |
Color Harmonies of #D9BF5E
Complementary color
Monochromatic Colors of #D9BF5E
Black with #D9BF5E
Text Example
Text Example
White with #D9BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF5E; }
p { color: rgb(217,191,94); }
H1.HeaderClassName
{
color: #D9BF5E;
}
.AnyTagClassName
{
color: #D9BF5E;
}
</style>
background-color css
<style>
a { background-color: #D9BF5E; }
a { background-color: rgb(217,191,94); }
div.DivClassName
{
background-color: #D9BF5E;
}
.BgClassName
{
background-color: #D9BF5E;
}
</style>
border-color css
<style>
span { border-color: #D9BF5E; }
span { border-color: rgb(217,191,94); }
td.TdClassName
{
border-color: #D9BF5E;
}
.TagClassName
{
border-color: #D9BF5E;
}
</style>