Shades of Tacha #D1B95B
Tints of Tacha #D1B95B
RGB
CMYK
RGB Variations
Color information
#D1B95B (or 0xD1B95B) is known color: Tacha. HEX triplet: D1, B9 and 5B. RGB value is (209,185,91). Sum of RGB (Red+Green+Blue) = 209+185+91=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B95B is #2E46A4. Grayscale: #B5B5B5. Windows color (decimal): -3032741 or 6011345. OLE color: 6011345.
HSL color Cylindrical-coordinate representation of color #D1B95B: hue angle of 47.8º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1B95B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 91 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.18 |
| HSL | 47.8º | 0.56% | 0.59% | - |
| HSV(B) | 47.8º | 0.56% | 0.82% | - |
| XYZ | 45.53 | 49.01 | 16.96 | - |
| YUV | 181.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 91 | 0 | 0.11 | 0.56 | 0.18 | 47.8 | 0.56 | 0.59 |
| Hex | D1 | B9 | 5B | 0 | B | 38 | 12 | 30 | 38 | 3B |
| Octal | 321 | 271 | 133 | 0 | 13 | 70 | 22 | 60 | 70 | 73 |
| Binary | 11010001 | 10111001 | 1011011 | 0 | 1011 | 111000 | 10010 | 110000 | 111000 | 111011 |
Color Harmonies of #D1B95B
Complementary color
Monochromatic Colors of #D1B95B
Black with #D1B95B
Text Example
Text Example
White with #D1B95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B95B; }
p { color: rgb(209,185,91); }
H1.HeaderClassName
{
color: #D1B95B;
}
.AnyTagClassName
{
color: #D1B95B;
}
</style>
background-color css
<style>
a { background-color: #D1B95B; }
a { background-color: rgb(209,185,91); }
div.DivClassName
{
background-color: #D1B95B;
}
.BgClassName
{
background-color: #D1B95B;
}
</style>
border-color css
<style>
span { border-color: #D1B95B; }
span { border-color: rgb(209,185,91); }
td.TdClassName
{
border-color: #D1B95B;
}
.TagClassName
{
border-color: #D1B95B;
}
</style>