Shades of Tacha #D2BC6D
Tints of Tacha #D2BC6D
RGB
CMYK
RGB Variations
Color information
#D2BC6D (or 0xD2BC6D) is known color: Tacha. HEX triplet: D2, BC and 6D. RGB value is (210,188,109). Sum of RGB (Red+Green+Blue) = 210+188+109=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC6D is #2D4392. Grayscale: #B9B9B9. Windows color (decimal): -2966419 or 7191762. OLE color: 7191762.
HSL color Cylindrical-coordinate representation of color #D2BC6D: hue angle of 46.93º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2BC6D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 109 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.18 |
| HSL | 46.93º | 0.53% | 0.63% | - |
| HSV(B) | 46.93º | 0.48% | 0.82% | - |
| XYZ | 47.32 | 50.77 | 21.77 | - |
| YUV | 185.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 109 | 0 | 0.10 | 0.48 | 0.18 | 46.93 | 0.53 | 0.63 |
| Hex | D2 | BC | 6D | 0 | A | 30 | 12 | 2F | 35 | 3F |
| Octal | 322 | 274 | 155 | 0 | 12 | 60 | 22 | 57 | 65 | 77 |
| Binary | 11010010 | 10111100 | 1101101 | 0 | 1010 | 110000 | 10010 | 101111 | 110101 | 111111 |
Color Harmonies of #D2BC6D
Complementary color
Monochromatic Colors of #D2BC6D
Black with #D2BC6D
Text Example
Text Example
White with #D2BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC6D; }
p { color: rgb(210,188,109); }
H1.HeaderClassName
{
color: #D2BC6D;
}
.AnyTagClassName
{
color: #D2BC6D;
}
</style>
background-color css
<style>
a { background-color: #D2BC6D; }
a { background-color: rgb(210,188,109); }
div.DivClassName
{
background-color: #D2BC6D;
}
.BgClassName
{
background-color: #D2BC6D;
}
</style>
border-color css
<style>
span { border-color: #D2BC6D; }
span { border-color: rgb(210,188,109); }
td.TdClassName
{
border-color: #D2BC6D;
}
.TagClassName
{
border-color: #D2BC6D;
}
</style>