Shades of Tacha #D3B751
Tints of Tacha #D3B751
RGB
CMYK
RGB Variations
Color information
#D3B751 (or 0xD3B751) is known color: Tacha. HEX triplet: D3, B7 and 51. RGB value is (211,183,81). Sum of RGB (Red+Green+Blue) = 211+183+81=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B751 is #2C48AE. Grayscale: #B4B4B4. Windows color (decimal): -2902191 or 5355475. OLE color: 5355475.
HSL color Cylindrical-coordinate representation of color #D3B751: hue angle of 47.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3B751 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 81 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.17 |
| HSL | 47.08º | 0.6% | 0.57% | - |
| HSV(B) | 47.08º | 0.62% | 0.83% | - |
| XYZ | 45.28 | 48.31 | 14.72 | - |
| YUV | 179.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 81 | 0 | 0.13 | 0.62 | 0.17 | 47.08 | 0.6 | 0.57 |
| Hex | D3 | B7 | 51 | 0 | D | 3E | 11 | 2F | 3C | 39 |
| Octal | 323 | 267 | 121 | 0 | 15 | 76 | 21 | 57 | 74 | 71 |
| Binary | 11010011 | 10110111 | 1010001 | 0 | 1101 | 111110 | 10001 | 101111 | 111100 | 111001 |
Color Harmonies of #D3B751
Complementary color
Monochromatic Colors of #D3B751
Black with #D3B751
Text Example
Text Example
White with #D3B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B751; }
p { color: rgb(211,183,81); }
H1.HeaderClassName
{
color: #D3B751;
}
.AnyTagClassName
{
color: #D3B751;
}
</style>
background-color css
<style>
a { background-color: #D3B751; }
a { background-color: rgb(211,183,81); }
div.DivClassName
{
background-color: #D3B751;
}
.BgClassName
{
background-color: #D3B751;
}
</style>
border-color css
<style>
span { border-color: #D3B751; }
span { border-color: rgb(211,183,81); }
td.TdClassName
{
border-color: #D3B751;
}
.TagClassName
{
border-color: #D3B751;
}
</style>