Shades of Tacha #D1B352
Tints of Tacha #D1B352
RGB
CMYK
RGB Variations
Color information
#D1B352 (or 0xD1B352) is known color: Tacha. HEX triplet: D1, B3 and 52. RGB value is (209,179,82). Sum of RGB (Red+Green+Blue) = 209+179+82=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B352 is #2E4CAD. Grayscale: #B1B1B1. Windows color (decimal): -3034286 or 5419985. OLE color: 5419985.
HSL color Cylindrical-coordinate representation of color #D1B352: hue angle of 45.83º 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 #D1B352 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 82 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.18 |
| HSL | 45.83º | 0.58% | 0.57% | - |
| HSV(B) | 45.83º | 0.61% | 0.82% | - |
| XYZ | 43.94 | 46.4 | 14.62 | - |
| YUV | 176.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 82 | 0 | 0.14 | 0.61 | 0.18 | 45.83 | 0.58 | 0.57 |
| Hex | D1 | B3 | 52 | 0 | E | 3D | 12 | 2E | 3A | 39 |
| Octal | 321 | 263 | 122 | 0 | 16 | 75 | 22 | 56 | 72 | 71 |
| Binary | 11010001 | 10110011 | 1010010 | 0 | 1110 | 111101 | 10010 | 101110 | 111010 | 111001 |
Color Harmonies of #D1B352
Complementary color
Monochromatic Colors of #D1B352
Black with #D1B352
Text Example
Text Example
White with #D1B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B352; }
p { color: rgb(209,179,82); }
H1.HeaderClassName
{
color: #D1B352;
}
.AnyTagClassName
{
color: #D1B352;
}
</style>
background-color css
<style>
a { background-color: #D1B352; }
a { background-color: rgb(209,179,82); }
div.DivClassName
{
background-color: #D1B352;
}
.BgClassName
{
background-color: #D1B352;
}
</style>
border-color css
<style>
span { border-color: #D1B352; }
span { border-color: rgb(209,179,82); }
td.TdClassName
{
border-color: #D1B352;
}
.TagClassName
{
border-color: #D1B352;
}
</style>