Shades of Tacha #D6BC5D
Tints of Tacha #D6BC5D
RGB
CMYK
RGB Variations
Color information
#D6BC5D (or 0xD6BC5D) is known color: Tacha. HEX triplet: D6, BC and 5D. RGB value is (214,188,93). Sum of RGB (Red+Green+Blue) = 214+188+93=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC5D is #2943A2. Grayscale: #B9B9B9. Windows color (decimal): -2704291 or 6143190. OLE color: 6143190.
HSL color Cylindrical-coordinate representation of color #D6BC5D: hue angle of 47.11º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6BC5D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 93 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.16 |
| HSL | 47.11º | 0.6% | 0.6% | - |
| HSV(B) | 47.11º | 0.57% | 0.84% | - |
| XYZ | 47.69 | 51.05 | 17.7 | - |
| YUV | 184.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 93 | 0 | 0.12 | 0.57 | 0.16 | 47.11 | 0.6 | 0.6 |
| Hex | D6 | BC | 5D | 0 | C | 39 | 10 | 2F | 3C | 3C |
| Octal | 326 | 274 | 135 | 0 | 14 | 71 | 20 | 57 | 74 | 74 |
| Binary | 11010110 | 10111100 | 1011101 | 0 | 1100 | 111001 | 10000 | 101111 | 111100 | 111100 |
Color Harmonies of #D6BC5D
Complementary color
Monochromatic Colors of #D6BC5D
Black with #D6BC5D
Text Example
Text Example
White with #D6BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC5D; }
p { color: rgb(214,188,93); }
H1.HeaderClassName
{
color: #D6BC5D;
}
.AnyTagClassName
{
color: #D6BC5D;
}
</style>
background-color css
<style>
a { background-color: #D6BC5D; }
a { background-color: rgb(214,188,93); }
div.DivClassName
{
background-color: #D6BC5D;
}
.BgClassName
{
background-color: #D6BC5D;
}
</style>
border-color css
<style>
span { border-color: #D6BC5D; }
span { border-color: rgb(214,188,93); }
td.TdClassName
{
border-color: #D6BC5D;
}
.TagClassName
{
border-color: #D6BC5D;
}
</style>