Shades of Tacha #D2BA6A
Tints of Tacha #D2BA6A
RGB
CMYK
RGB Variations
Color information
#D2BA6A (or 0xD2BA6A) is known color: Tacha. HEX triplet: D2, BA and 6A. RGB value is (210,186,106). Sum of RGB (Red+Green+Blue) = 210+186+106=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA6A is #2D4595. Grayscale: #B8B8B8. Windows color (decimal): -2966934 or 6994642. OLE color: 6994642.
HSL color Cylindrical-coordinate representation of color #D2BA6A: hue angle of 46.15º 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 #D2BA6A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 106 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.15º | 0.54% | 0.62% | - |
| HSV(B) | 46.15º | 0.5% | 0.82% | - |
| XYZ | 46.74 | 49.86 | 20.8 | - |
| YUV | 184.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 106 | 0 | 0.11 | 0.50 | 0.18 | 46.15 | 0.54 | 0.62 |
| Hex | D2 | BA | 6A | 0 | B | 32 | 12 | 2E | 36 | 3E |
| Octal | 322 | 272 | 152 | 0 | 13 | 62 | 22 | 56 | 66 | 76 |
| Binary | 11010010 | 10111010 | 1101010 | 0 | 1011 | 110010 | 10010 | 101110 | 110110 | 111110 |
Color Harmonies of #D2BA6A
Complementary color
Monochromatic Colors of #D2BA6A
Black with #D2BA6A
Text Example
Text Example
White with #D2BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA6A; }
p { color: rgb(210,186,106); }
H1.HeaderClassName
{
color: #D2BA6A;
}
.AnyTagClassName
{
color: #D2BA6A;
}
</style>
background-color css
<style>
a { background-color: #D2BA6A; }
a { background-color: rgb(210,186,106); }
div.DivClassName
{
background-color: #D2BA6A;
}
.BgClassName
{
background-color: #D2BA6A;
}
</style>
border-color css
<style>
span { border-color: #D2BA6A; }
span { border-color: rgb(210,186,106); }
td.TdClassName
{
border-color: #D2BA6A;
}
.TagClassName
{
border-color: #D2BA6A;
}
</style>