Shades of Tacha #D2B76B
Tints of Tacha #D2B76B
RGB
CMYK
RGB Variations
Color information
#D2B76B (or 0xD2B76B) is known color: Tacha. HEX triplet: D2, B7 and 6B. RGB value is (210,183,107). Sum of RGB (Red+Green+Blue) = 210+183+107=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B76B is #2D4894. Grayscale: #B6B6B6. Windows color (decimal): -2967701 or 7059410. OLE color: 7059410.
HSL color Cylindrical-coordinate representation of color #D2B76B: hue angle of 44.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2B76B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 107 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.18 |
| HSL | 44.27º | 0.53% | 0.62% | - |
| HSV(B) | 44.27º | 0.49% | 0.82% | - |
| XYZ | 46.17 | 48.63 | 20.86 | - |
| YUV | 182.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 107 | 0 | 0.13 | 0.49 | 0.18 | 44.27 | 0.53 | 0.62 |
| Hex | D2 | B7 | 6B | 0 | D | 31 | 12 | 2C | 35 | 3E |
| Octal | 322 | 267 | 153 | 0 | 15 | 61 | 22 | 54 | 65 | 76 |
| Binary | 11010010 | 10110111 | 1101011 | 0 | 1101 | 110001 | 10010 | 101100 | 110101 | 111110 |
Color Harmonies of #D2B76B
Complementary color
Monochromatic Colors of #D2B76B
Black with #D2B76B
Text Example
Text Example
White with #D2B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B76B; }
p { color: rgb(210,183,107); }
H1.HeaderClassName
{
color: #D2B76B;
}
.AnyTagClassName
{
color: #D2B76B;
}
</style>
background-color css
<style>
a { background-color: #D2B76B; }
a { background-color: rgb(210,183,107); }
div.DivClassName
{
background-color: #D2B76B;
}
.BgClassName
{
background-color: #D2B76B;
}
</style>
border-color css
<style>
span { border-color: #D2B76B; }
span { border-color: rgb(210,183,107); }
td.TdClassName
{
border-color: #D2B76B;
}
.TagClassName
{
border-color: #D2B76B;
}
</style>