Shades of Tacha #D1B951
Tints of Tacha #D1B951
RGB
CMYK
RGB Variations
Color information
#D1B951 (or 0xD1B951) is known color: Tacha. HEX triplet: D1, B9 and 51. RGB value is (209,185,81). Sum of RGB (Red+Green+Blue) = 209+185+81=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B951 is #2E46AE. Grayscale: #B4B4B4. Windows color (decimal): -3032751 or 5355985. OLE color: 5355985.
HSL color Cylindrical-coordinate representation of color #D1B951: hue angle of 48.75º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1B951 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 81 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.18 |
| HSL | 48.75º | 0.58% | 0.57% | - |
| HSV(B) | 48.75º | 0.61% | 0.82% | - |
| XYZ | 45.13 | 48.85 | 14.83 | - |
| YUV | 180.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 81 | 0 | 0.11 | 0.61 | 0.18 | 48.75 | 0.58 | 0.57 |
| Hex | D1 | B9 | 51 | 0 | B | 3D | 12 | 31 | 3A | 39 |
| Octal | 321 | 271 | 121 | 0 | 13 | 75 | 22 | 61 | 72 | 71 |
| Binary | 11010001 | 10111001 | 1010001 | 0 | 1011 | 111101 | 10010 | 110001 | 111010 | 111001 |
Color Harmonies of #D1B951
Complementary color
Monochromatic Colors of #D1B951
Black with #D1B951
Text Example
Text Example
White with #D1B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B951; }
p { color: rgb(209,185,81); }
H1.HeaderClassName
{
color: #D1B951;
}
.AnyTagClassName
{
color: #D1B951;
}
</style>
background-color css
<style>
a { background-color: #D1B951; }
a { background-color: rgb(209,185,81); }
div.DivClassName
{
background-color: #D1B951;
}
.BgClassName
{
background-color: #D1B951;
}
</style>
border-color css
<style>
span { border-color: #D1B951; }
span { border-color: rgb(209,185,81); }
td.TdClassName
{
border-color: #D1B951;
}
.TagClassName
{
border-color: #D1B951;
}
</style>