Shades of Tacha #D3B76B
Tints of Tacha #D3B76B
RGB
CMYK
RGB Variations
Color information
#D3B76B (or 0xD3B76B) is known color: Tacha. HEX triplet: D3, B7 and 6B. RGB value is (211,183,107). Sum of RGB (Red+Green+Blue) = 211+183+107=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B76B is #2C4894. Grayscale: #B7B7B7. Windows color (decimal): -2902165 or 7059411. OLE color: 7059411.
HSL color Cylindrical-coordinate representation of color #D3B76B: hue angle of 43.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3B76B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 107 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.17 |
| HSL | 43.85º | 0.54% | 0.62% | - |
| HSV(B) | 43.85º | 0.49% | 0.83% | - |
| XYZ | 46.45 | 48.78 | 20.88 | - |
| YUV | 182.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 107 | 0 | 0.13 | 0.49 | 0.17 | 43.85 | 0.54 | 0.62 |
| Hex | D3 | B7 | 6B | 0 | D | 31 | 11 | 2C | 36 | 3E |
| Octal | 323 | 267 | 153 | 0 | 15 | 61 | 21 | 54 | 66 | 76 |
| Binary | 11010011 | 10110111 | 1101011 | 0 | 1101 | 110001 | 10001 | 101100 | 110110 | 111110 |
Color Harmonies of #D3B76B
Complementary color
Monochromatic Colors of #D3B76B
Black with #D3B76B
Text Example
Text Example
White with #D3B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B76B; }
p { color: rgb(211,183,107); }
H1.HeaderClassName
{
color: #D3B76B;
}
.AnyTagClassName
{
color: #D3B76B;
}
</style>
background-color css
<style>
a { background-color: #D3B76B; }
a { background-color: rgb(211,183,107); }
div.DivClassName
{
background-color: #D3B76B;
}
.BgClassName
{
background-color: #D3B76B;
}
</style>
border-color css
<style>
span { border-color: #D3B76B; }
span { border-color: rgb(211,183,107); }
td.TdClassName
{
border-color: #D3B76B;
}
.TagClassName
{
border-color: #D3B76B;
}
</style>