Shades of Tacha #D6BC6A
Tints of Tacha #D6BC6A
RGB
CMYK
RGB Variations
Color information
#D6BC6A (or 0xD6BC6A) is known color: Tacha. HEX triplet: D6, BC and 6A. RGB value is (214,188,106). Sum of RGB (Red+Green+Blue) = 214+188+106=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC6A is #294395. Grayscale: #BABABA. Windows color (decimal): -2704278 or 6995158. OLE color: 6995158.
HSL color Cylindrical-coordinate representation of color #D6BC6A: hue angle of 45.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6BC6A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 106 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.16 |
| HSL | 45.56º | 0.57% | 0.63% | - |
| HSV(B) | 45.56º | 0.5% | 0.84% | - |
| XYZ | 48.32 | 51.3 | 20.99 | - |
| YUV | 186.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 106 | 0 | 0.12 | 0.50 | 0.16 | 45.56 | 0.57 | 0.63 |
| Hex | D6 | BC | 6A | 0 | C | 32 | 10 | 2E | 39 | 3F |
| Octal | 326 | 274 | 152 | 0 | 14 | 62 | 20 | 56 | 71 | 77 |
| Binary | 11010110 | 10111100 | 1101010 | 0 | 1100 | 110010 | 10000 | 101110 | 111001 | 111111 |
Color Harmonies of #D6BC6A
Complementary color
Monochromatic Colors of #D6BC6A
Black with #D6BC6A
Text Example
Text Example
White with #D6BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC6A; }
p { color: rgb(214,188,106); }
H1.HeaderClassName
{
color: #D6BC6A;
}
.AnyTagClassName
{
color: #D6BC6A;
}
</style>
background-color css
<style>
a { background-color: #D6BC6A; }
a { background-color: rgb(214,188,106); }
div.DivClassName
{
background-color: #D6BC6A;
}
.BgClassName
{
background-color: #D6BC6A;
}
</style>
border-color css
<style>
span { border-color: #D6BC6A; }
span { border-color: rgb(214,188,106); }
td.TdClassName
{
border-color: #D6BC6A;
}
.TagClassName
{
border-color: #D6BC6A;
}
</style>