Shades of Tacha #D2B76A
Tints of Tacha #D2B76A
RGB
CMYK
RGB Variations
Color information
#D2B76A (or 0xD2B76A) is known color: Tacha. HEX triplet: D2, B7 and 6A. RGB value is (210,183,106). Sum of RGB (Red+Green+Blue) = 210+183+106=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B76A is #2D4895. Grayscale: #B6B6B6. Windows color (decimal): -2967702 or 6993874. OLE color: 6993874.
HSL color Cylindrical-coordinate representation of color #D2B76A: hue angle of 44.42º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2B76A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 106 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.18 |
| HSL | 44.42º | 0.54% | 0.62% | - |
| HSV(B) | 44.42º | 0.5% | 0.82% | - |
| XYZ | 46.11 | 48.61 | 20.59 | - |
| YUV | 182.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 106 | 0 | 0.13 | 0.50 | 0.18 | 44.42 | 0.54 | 0.62 |
| Hex | D2 | B7 | 6A | 0 | D | 32 | 12 | 2C | 36 | 3E |
| Octal | 322 | 267 | 152 | 0 | 15 | 62 | 22 | 54 | 66 | 76 |
| Binary | 11010010 | 10110111 | 1101010 | 0 | 1101 | 110010 | 10010 | 101100 | 110110 | 111110 |
Color Harmonies of #D2B76A
Complementary color
Monochromatic Colors of #D2B76A
Black with #D2B76A
Text Example
Text Example
White with #D2B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B76A; }
p { color: rgb(210,183,106); }
H1.HeaderClassName
{
color: #D2B76A;
}
.AnyTagClassName
{
color: #D2B76A;
}
</style>
background-color css
<style>
a { background-color: #D2B76A; }
a { background-color: rgb(210,183,106); }
div.DivClassName
{
background-color: #D2B76A;
}
.BgClassName
{
background-color: #D2B76A;
}
</style>
border-color css
<style>
span { border-color: #D2B76A; }
span { border-color: rgb(210,183,106); }
td.TdClassName
{
border-color: #D2B76A;
}
.TagClassName
{
border-color: #D2B76A;
}
</style>