Shades of Tacha #D1B752
Tints of Tacha #D1B752
RGB
CMYK
RGB Variations
Color information
#D1B752 (or 0xD1B752) is known color: Tacha. HEX triplet: D1, B7 and 52. RGB value is (209,183,82). Sum of RGB (Red+Green+Blue) = 209+183+82=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B752 is #2E48AD. Grayscale: #B3B3B3. Windows color (decimal): -3033262 or 5421009. OLE color: 5421009.
HSL color Cylindrical-coordinate representation of color #D1B752: hue angle of 47.72º 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 #D1B752 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 82 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.18 |
| HSL | 47.72º | 0.58% | 0.57% | - |
| HSV(B) | 47.72º | 0.61% | 0.82% | - |
| XYZ | 44.75 | 48.03 | 14.9 | - |
| YUV | 179.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 82 | 0 | 0.12 | 0.61 | 0.18 | 47.72 | 0.58 | 0.57 |
| Hex | D1 | B7 | 52 | 0 | C | 3D | 12 | 30 | 3A | 39 |
| Octal | 321 | 267 | 122 | 0 | 14 | 75 | 22 | 60 | 72 | 71 |
| Binary | 11010001 | 10110111 | 1010010 | 0 | 1100 | 111101 | 10010 | 110000 | 111010 | 111001 |
Color Harmonies of #D1B752
Complementary color
Monochromatic Colors of #D1B752
Black with #D1B752
Text Example
Text Example
White with #D1B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B752; }
p { color: rgb(209,183,82); }
H1.HeaderClassName
{
color: #D1B752;
}
.AnyTagClassName
{
color: #D1B752;
}
</style>
background-color css
<style>
a { background-color: #D1B752; }
a { background-color: rgb(209,183,82); }
div.DivClassName
{
background-color: #D1B752;
}
.BgClassName
{
background-color: #D1B752;
}
</style>
border-color css
<style>
span { border-color: #D1B752; }
span { border-color: rgb(209,183,82); }
td.TdClassName
{
border-color: #D1B752;
}
.TagClassName
{
border-color: #D1B752;
}
</style>