Shades of Tacha #D6BC57
Tints of Tacha #D6BC57
RGB
CMYK
RGB Variations
Color information
#D6BC57 (or 0xD6BC57) is known color: Tacha. HEX triplet: D6, BC and 57. RGB value is (214,188,87). Sum of RGB (Red+Green+Blue) = 214+188+87=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC57 is #2943A8. Grayscale: #B8B8B8. Windows color (decimal): -2704297 or 5749974. OLE color: 5749974.
HSL color Cylindrical-coordinate representation of color #D6BC57: hue angle of 47.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6BC57 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 87 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.16 |
| HSL | 47.72º | 0.61% | 0.59% | - |
| HSV(B) | 47.72º | 0.59% | 0.84% | - |
| XYZ | 47.44 | 50.95 | 16.35 | - |
| YUV | 184.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 87 | 0 | 0.12 | 0.59 | 0.16 | 47.72 | 0.61 | 0.59 |
| Hex | D6 | BC | 57 | 0 | C | 3B | 10 | 30 | 3D | 3B |
| Octal | 326 | 274 | 127 | 0 | 14 | 73 | 20 | 60 | 75 | 73 |
| Binary | 11010110 | 10111100 | 1010111 | 0 | 1100 | 111011 | 10000 | 110000 | 111101 | 111011 |
Color Harmonies of #D6BC57
Complementary color
Monochromatic Colors of #D6BC57
Black with #D6BC57
Text Example
Text Example
White with #D6BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC57; }
p { color: rgb(214,188,87); }
H1.HeaderClassName
{
color: #D6BC57;
}
.AnyTagClassName
{
color: #D6BC57;
}
</style>
background-color css
<style>
a { background-color: #D6BC57; }
a { background-color: rgb(214,188,87); }
div.DivClassName
{
background-color: #D6BC57;
}
.BgClassName
{
background-color: #D6BC57;
}
</style>
border-color css
<style>
span { border-color: #D6BC57; }
span { border-color: rgb(214,188,87); }
td.TdClassName
{
border-color: #D6BC57;
}
.TagClassName
{
border-color: #D6BC57;
}
</style>