Shades of Tacha #D9BB5D
Tints of Tacha #D9BB5D
RGB
CMYK
RGB Variations
Color information
#D9BB5D (or 0xD9BB5D) is known color: Tacha. HEX triplet: D9, BB and 5D. RGB value is (217,187,93). Sum of RGB (Red+Green+Blue) = 217+187+93=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB5D is #2644A2. Grayscale: #B9B9B9. Windows color (decimal): -2507939 or 6142937. OLE color: 6142937.
HSL color Cylindrical-coordinate representation of color #D9BB5D: hue angle of 45.48º 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 #D9BB5D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 93 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.15 |
| HSL | 45.48º | 0.62% | 0.61% | - |
| HSV(B) | 45.48º | 0.57% | 0.85% | - |
| XYZ | 48.36 | 51.08 | 17.67 | - |
| YUV | 185.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 93 | 0 | 0.14 | 0.57 | 0.15 | 45.48 | 0.62 | 0.61 |
| Hex | D9 | BB | 5D | 0 | E | 39 | F | 2D | 3E | 3D |
| Octal | 331 | 273 | 135 | 0 | 16 | 71 | 17 | 55 | 76 | 75 |
| Binary | 11011001 | 10111011 | 1011101 | 0 | 1110 | 111001 | 1111 | 101101 | 111110 | 111101 |
Color Harmonies of #D9BB5D
Complementary color
Monochromatic Colors of #D9BB5D
Black with #D9BB5D
Text Example
Text Example
White with #D9BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB5D; }
p { color: rgb(217,187,93); }
H1.HeaderClassName
{
color: #D9BB5D;
}
.AnyTagClassName
{
color: #D9BB5D;
}
</style>
background-color css
<style>
a { background-color: #D9BB5D; }
a { background-color: rgb(217,187,93); }
div.DivClassName
{
background-color: #D9BB5D;
}
.BgClassName
{
background-color: #D9BB5D;
}
</style>
border-color css
<style>
span { border-color: #D9BB5D; }
span { border-color: rgb(217,187,93); }
td.TdClassName
{
border-color: #D9BB5D;
}
.TagClassName
{
border-color: #D9BB5D;
}
</style>