Shades of Tacha #D6BA5C
Tints of Tacha #D6BA5C
RGB
CMYK
RGB Variations
Color information
#D6BA5C (or 0xD6BA5C) is known color: Tacha. HEX triplet: D6, BA and 5C. RGB value is (214,186,92). Sum of RGB (Red+Green+Blue) = 214+186+92=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5C is #2945A3. Grayscale: #B8B8B8. Windows color (decimal): -2704804 or 6077142. OLE color: 6077142.
HSL color Cylindrical-coordinate representation of color #D6BA5C: hue angle of 46.23º 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 #D6BA5C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 92 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.16 |
| HSL | 46.23º | 0.6% | 0.6% | - |
| HSV(B) | 46.23º | 0.57% | 0.84% | - |
| XYZ | 47.22 | 50.19 | 17.32 | - |
| YUV | 183.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 92 | 0 | 0.13 | 0.57 | 0.16 | 46.23 | 0.6 | 0.6 |
| Hex | D6 | BA | 5C | 0 | D | 39 | 10 | 2E | 3C | 3C |
| Octal | 326 | 272 | 134 | 0 | 15 | 71 | 20 | 56 | 74 | 74 |
| Binary | 11010110 | 10111010 | 1011100 | 0 | 1101 | 111001 | 10000 | 101110 | 111100 | 111100 |
Color Harmonies of #D6BA5C
Complementary color
Monochromatic Colors of #D6BA5C
Black with #D6BA5C
Text Example
Text Example
White with #D6BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA5C; }
p { color: rgb(214,186,92); }
H1.HeaderClassName
{
color: #D6BA5C;
}
.AnyTagClassName
{
color: #D6BA5C;
}
</style>
background-color css
<style>
a { background-color: #D6BA5C; }
a { background-color: rgb(214,186,92); }
div.DivClassName
{
background-color: #D6BA5C;
}
.BgClassName
{
background-color: #D6BA5C;
}
</style>
border-color css
<style>
span { border-color: #D6BA5C; }
span { border-color: rgb(214,186,92); }
td.TdClassName
{
border-color: #D6BA5C;
}
.TagClassName
{
border-color: #D6BA5C;
}
</style>