Shades of Tacha #D1B256
Tints of Tacha #D1B256
RGB
CMYK
RGB Variations
Color information
#D1B256 (or 0xD1B256) is known color: Tacha. HEX triplet: D1, B2 and 56. RGB value is (209,178,86). Sum of RGB (Red+Green+Blue) = 209+178+86=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B256 is #2E4DA9. Grayscale: #B1B1B1. Windows color (decimal): -3034538 or 5681873. OLE color: 5681873.
HSL color Cylindrical-coordinate representation of color #D1B256: hue angle of 44.88º 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 #D1B256 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 86 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.18 |
| HSL | 44.88º | 0.57% | 0.58% | - |
| HSV(B) | 44.88º | 0.59% | 0.82% | - |
| XYZ | 43.89 | 46.07 | 15.38 | - |
| YUV | 176.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 86 | 0 | 0.15 | 0.59 | 0.18 | 44.88 | 0.57 | 0.58 |
| Hex | D1 | B2 | 56 | 0 | F | 3B | 12 | 2D | 39 | 3A |
| Octal | 321 | 262 | 126 | 0 | 17 | 73 | 22 | 55 | 71 | 72 |
| Binary | 11010001 | 10110010 | 1010110 | 0 | 1111 | 111011 | 10010 | 101101 | 111001 | 111010 |
Color Harmonies of #D1B256
Complementary color
Monochromatic Colors of #D1B256
Black with #D1B256
Text Example
Text Example
White with #D1B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B256; }
p { color: rgb(209,178,86); }
H1.HeaderClassName
{
color: #D1B256;
}
.AnyTagClassName
{
color: #D1B256;
}
</style>
background-color css
<style>
a { background-color: #D1B256; }
a { background-color: rgb(209,178,86); }
div.DivClassName
{
background-color: #D1B256;
}
.BgClassName
{
background-color: #D1B256;
}
</style>
border-color css
<style>
span { border-color: #D1B256; }
span { border-color: rgb(209,178,86); }
td.TdClassName
{
border-color: #D1B256;
}
.TagClassName
{
border-color: #D1B256;
}
</style>