Shades of Tacha #D6BA57
Tints of Tacha #D6BA57
RGB
CMYK
RGB Variations
Color information
#D6BA57 (or 0xD6BA57) is known color: Tacha. HEX triplet: D6, BA and 57. RGB value is (214,186,87). Sum of RGB (Red+Green+Blue) = 214+186+87=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA57 is #2945A8. Grayscale: #B7B7B7. Windows color (decimal): -2704809 or 5749462. OLE color: 5749462.
HSL color Cylindrical-coordinate representation of color #D6BA57: hue angle of 46.77º 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 #D6BA57 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 87 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.16 |
| HSL | 46.77º | 0.61% | 0.59% | - |
| HSV(B) | 46.77º | 0.59% | 0.84% | - |
| XYZ | 47.01 | 50.1 | 16.21 | - |
| YUV | 183.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 87 | 0 | 0.13 | 0.59 | 0.16 | 46.77 | 0.61 | 0.59 |
| Hex | D6 | BA | 57 | 0 | D | 3B | 10 | 2F | 3D | 3B |
| Octal | 326 | 272 | 127 | 0 | 15 | 73 | 20 | 57 | 75 | 73 |
| Binary | 11010110 | 10111010 | 1010111 | 0 | 1101 | 111011 | 10000 | 101111 | 111101 | 111011 |
Color Harmonies of #D6BA57
Complementary color
Monochromatic Colors of #D6BA57
Black with #D6BA57
Text Example
Text Example
White with #D6BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA57; }
p { color: rgb(214,186,87); }
H1.HeaderClassName
{
color: #D6BA57;
}
.AnyTagClassName
{
color: #D6BA57;
}
</style>
background-color css
<style>
a { background-color: #D6BA57; }
a { background-color: rgb(214,186,87); }
div.DivClassName
{
background-color: #D6BA57;
}
.BgClassName
{
background-color: #D6BA57;
}
</style>
border-color css
<style>
span { border-color: #D6BA57; }
span { border-color: rgb(214,186,87); }
td.TdClassName
{
border-color: #D6BA57;
}
.TagClassName
{
border-color: #D6BA57;
}
</style>