Shades of Tacha #D1BC6D
Tints of Tacha #D1BC6D
RGB
CMYK
RGB Variations
Color information
#D1BC6D (or 0xD1BC6D) is known color: Tacha. HEX triplet: D1, BC and 6D. RGB value is (209,188,109). Sum of RGB (Red+Green+Blue) = 209+188+109=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC6D is #2E4392. Grayscale: #B9B9B9. Windows color (decimal): -3031955 or 7191761. OLE color: 7191761.
HSL color Cylindrical-coordinate representation of color #D1BC6D: hue angle of 47.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1BC6D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 109 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.18 |
| HSL | 47.4º | 0.52% | 0.62% | - |
| HSV(B) | 47.4º | 0.48% | 0.82% | - |
| XYZ | 47.04 | 50.63 | 21.76 | - |
| YUV | 185.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 109 | 0 | 0.10 | 0.48 | 0.18 | 47.4 | 0.52 | 0.62 |
| Hex | D1 | BC | 6D | 0 | A | 30 | 12 | 2F | 34 | 3E |
| Octal | 321 | 274 | 155 | 0 | 12 | 60 | 22 | 57 | 64 | 76 |
| Binary | 11010001 | 10111100 | 1101101 | 0 | 1010 | 110000 | 10010 | 101111 | 110100 | 111110 |
Color Harmonies of #D1BC6D
Complementary color
Monochromatic Colors of #D1BC6D
Black with #D1BC6D
Text Example
Text Example
White with #D1BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC6D; }
p { color: rgb(209,188,109); }
H1.HeaderClassName
{
color: #D1BC6D;
}
.AnyTagClassName
{
color: #D1BC6D;
}
</style>
background-color css
<style>
a { background-color: #D1BC6D; }
a { background-color: rgb(209,188,109); }
div.DivClassName
{
background-color: #D1BC6D;
}
.BgClassName
{
background-color: #D1BC6D;
}
</style>
border-color css
<style>
span { border-color: #D1BC6D; }
span { border-color: rgb(209,188,109); }
td.TdClassName
{
border-color: #D1BC6D;
}
.TagClassName
{
border-color: #D1BC6D;
}
</style>