Shades of Tacha #D6BC5C
Tints of Tacha #D6BC5C
RGB
CMYK
RGB Variations
Color information
#D6BC5C (or 0xD6BC5C) is known color: Tacha. HEX triplet: D6, BC and 5C. RGB value is (214,188,92). Sum of RGB (Red+Green+Blue) = 214+188+92=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC5C is #2943A3. Grayscale: #B9B9B9. Windows color (decimal): -2704292 or 6077654. OLE color: 6077654.
HSL color Cylindrical-coordinate representation of color #D6BC5C: hue angle of 47.21º 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 #D6BC5C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 92 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.16 |
| HSL | 47.21º | 0.6% | 0.6% | - |
| HSV(B) | 47.21º | 0.57% | 0.84% | - |
| XYZ | 47.65 | 51.04 | 17.46 | - |
| YUV | 184.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 92 | 0 | 0.12 | 0.57 | 0.16 | 47.21 | 0.6 | 0.6 |
| Hex | D6 | BC | 5C | 0 | C | 39 | 10 | 2F | 3C | 3C |
| Octal | 326 | 274 | 134 | 0 | 14 | 71 | 20 | 57 | 74 | 74 |
| Binary | 11010110 | 10111100 | 1011100 | 0 | 1100 | 111001 | 10000 | 101111 | 111100 | 111100 |
Color Harmonies of #D6BC5C
Complementary color
Monochromatic Colors of #D6BC5C
Black with #D6BC5C
Text Example
Text Example
White with #D6BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC5C; }
p { color: rgb(214,188,92); }
H1.HeaderClassName
{
color: #D6BC5C;
}
.AnyTagClassName
{
color: #D6BC5C;
}
</style>
background-color css
<style>
a { background-color: #D6BC5C; }
a { background-color: rgb(214,188,92); }
div.DivClassName
{
background-color: #D6BC5C;
}
.BgClassName
{
background-color: #D6BC5C;
}
</style>
border-color css
<style>
span { border-color: #D6BC5C; }
span { border-color: rgb(214,188,92); }
td.TdClassName
{
border-color: #D6BC5C;
}
.TagClassName
{
border-color: #D6BC5C;
}
</style>