Shades of Tacha #D1B958
Tints of Tacha #D1B958
RGB
CMYK
RGB Variations
Color information
#D1B958 (or 0xD1B958) is known color: Tacha. HEX triplet: D1, B9 and 58. RGB value is (209,185,88). Sum of RGB (Red+Green+Blue) = 209+185+88=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B958 is #2E46A7. Grayscale: #B5B5B5. Windows color (decimal): -3032744 or 5814737. OLE color: 5814737.
HSL color Cylindrical-coordinate representation of color #D1B958: hue angle of 48.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1B958 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 88 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.18 |
| HSL | 48.1º | 0.57% | 0.58% | - |
| HSV(B) | 48.1º | 0.58% | 0.82% | - |
| XYZ | 45.4 | 48.96 | 16.29 | - |
| YUV | 181.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 88 | 0 | 0.11 | 0.58 | 0.18 | 48.1 | 0.57 | 0.58 |
| Hex | D1 | B9 | 58 | 0 | B | 3A | 12 | 30 | 39 | 3A |
| Octal | 321 | 271 | 130 | 0 | 13 | 72 | 22 | 60 | 71 | 72 |
| Binary | 11010001 | 10111001 | 1011000 | 0 | 1011 | 111010 | 10010 | 110000 | 111001 | 111010 |
Color Harmonies of #D1B958
Complementary color
Monochromatic Colors of #D1B958
Black with #D1B958
Text Example
Text Example
White with #D1B958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B958; }
p { color: rgb(209,185,88); }
H1.HeaderClassName
{
color: #D1B958;
}
.AnyTagClassName
{
color: #D1B958;
}
</style>
background-color css
<style>
a { background-color: #D1B958; }
a { background-color: rgb(209,185,88); }
div.DivClassName
{
background-color: #D1B958;
}
.BgClassName
{
background-color: #D1B958;
}
</style>
border-color css
<style>
span { border-color: #D1B958; }
span { border-color: rgb(209,185,88); }
td.TdClassName
{
border-color: #D1B958;
}
.TagClassName
{
border-color: #D1B958;
}
</style>