Shades of Tacha #D6B957
Tints of Tacha #D6B957
RGB
CMYK
RGB Variations
Color information
#D6B957 (or 0xD6B957) is known color: Tacha. HEX triplet: D6, B9 and 57. RGB value is (214,185,87). Sum of RGB (Red+Green+Blue) = 214+185+87=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B957 is #2946A8. Grayscale: #B6B6B6. Windows color (decimal): -2705065 or 5749206. OLE color: 5749206.
HSL color Cylindrical-coordinate representation of color #D6B957: hue angle of 46.3º 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 #D6B957 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 87 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.16 |
| HSL | 46.3º | 0.61% | 0.59% | - |
| HSV(B) | 46.3º | 0.59% | 0.84% | - |
| XYZ | 46.8 | 49.68 | 16.14 | - |
| YUV | 182.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 87 | 0 | 0.14 | 0.59 | 0.16 | 46.3 | 0.61 | 0.59 |
| Hex | D6 | B9 | 57 | 0 | E | 3B | 10 | 2E | 3D | 3B |
| Octal | 326 | 271 | 127 | 0 | 16 | 73 | 20 | 56 | 75 | 73 |
| Binary | 11010110 | 10111001 | 1010111 | 0 | 1110 | 111011 | 10000 | 101110 | 111101 | 111011 |
Color Harmonies of #D6B957
Complementary color
Monochromatic Colors of #D6B957
Black with #D6B957
Text Example
Text Example
White with #D6B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B957; }
p { color: rgb(214,185,87); }
H1.HeaderClassName
{
color: #D6B957;
}
.AnyTagClassName
{
color: #D6B957;
}
</style>
background-color css
<style>
a { background-color: #D6B957; }
a { background-color: rgb(214,185,87); }
div.DivClassName
{
background-color: #D6B957;
}
.BgClassName
{
background-color: #D6B957;
}
</style>
border-color css
<style>
span { border-color: #D6B957; }
span { border-color: rgb(214,185,87); }
td.TdClassName
{
border-color: #D6B957;
}
.TagClassName
{
border-color: #D6B957;
}
</style>