Shades of Tacha #D1B756
Tints of Tacha #D1B756
RGB
CMYK
RGB Variations
Color information
#D1B756 (or 0xD1B756) is known color: Tacha. HEX triplet: D1, B7 and 56. RGB value is (209,183,86). Sum of RGB (Red+Green+Blue) = 209+183+86=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B756 is #2E48A9. Grayscale: #B4B4B4. Windows color (decimal): -3033258 or 5683153. OLE color: 5683153.
HSL color Cylindrical-coordinate representation of color #D1B756: hue angle of 47.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1B756 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 86 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.18 |
| HSL | 47.32º | 0.57% | 0.58% | - |
| HSV(B) | 47.32º | 0.59% | 0.82% | - |
| XYZ | 44.91 | 48.09 | 15.72 | - |
| YUV | 179.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 86 | 0 | 0.12 | 0.59 | 0.18 | 47.32 | 0.57 | 0.58 |
| Hex | D1 | B7 | 56 | 0 | C | 3B | 12 | 2F | 39 | 3A |
| Octal | 321 | 267 | 126 | 0 | 14 | 73 | 22 | 57 | 71 | 72 |
| Binary | 11010001 | 10110111 | 1010110 | 0 | 1100 | 111011 | 10010 | 101111 | 111001 | 111010 |
Color Harmonies of #D1B756
Complementary color
Monochromatic Colors of #D1B756
Black with #D1B756
Text Example
Text Example
White with #D1B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B756; }
p { color: rgb(209,183,86); }
H1.HeaderClassName
{
color: #D1B756;
}
.AnyTagClassName
{
color: #D1B756;
}
</style>
background-color css
<style>
a { background-color: #D1B756; }
a { background-color: rgb(209,183,86); }
div.DivClassName
{
background-color: #D1B756;
}
.BgClassName
{
background-color: #D1B756;
}
</style>
border-color css
<style>
span { border-color: #D1B756; }
span { border-color: rgb(209,183,86); }
td.TdClassName
{
border-color: #D1B756;
}
.TagClassName
{
border-color: #D1B756;
}
</style>