Shades of Tacha #D6BE5D
Tints of Tacha #D6BE5D
RGB
CMYK
RGB Variations
Color information
#D6BE5D (or 0xD6BE5D) is known color: Tacha. HEX triplet: D6, BE and 5D. RGB value is (214,190,93). Sum of RGB (Red+Green+Blue) = 214+190+93=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE5D is #2941A2. Grayscale: #BABABA. Windows color (decimal): -2703779 or 6143702. OLE color: 6143702.
HSL color Cylindrical-coordinate representation of color #D6BE5D: hue angle of 48.1º 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 #D6BE5D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 93 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.16 |
| HSL | 48.1º | 0.6% | 0.6% | - |
| HSV(B) | 48.1º | 0.57% | 0.84% | - |
| XYZ | 48.12 | 51.91 | 17.84 | - |
| YUV | 186.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 93 | 0 | 0.11 | 0.57 | 0.16 | 48.1 | 0.6 | 0.6 |
| Hex | D6 | BE | 5D | 0 | B | 39 | 10 | 30 | 3C | 3C |
| Octal | 326 | 276 | 135 | 0 | 13 | 71 | 20 | 60 | 74 | 74 |
| Binary | 11010110 | 10111110 | 1011101 | 0 | 1011 | 111001 | 10000 | 110000 | 111100 | 111100 |
Color Harmonies of #D6BE5D
Complementary color
Monochromatic Colors of #D6BE5D
Black with #D6BE5D
Text Example
Text Example
White with #D6BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE5D; }
p { color: rgb(214,190,93); }
H1.HeaderClassName
{
color: #D6BE5D;
}
.AnyTagClassName
{
color: #D6BE5D;
}
</style>
background-color css
<style>
a { background-color: #D6BE5D; }
a { background-color: rgb(214,190,93); }
div.DivClassName
{
background-color: #D6BE5D;
}
.BgClassName
{
background-color: #D6BE5D;
}
</style>
border-color css
<style>
span { border-color: #D6BE5D; }
span { border-color: rgb(214,190,93); }
td.TdClassName
{
border-color: #D6BE5D;
}
.TagClassName
{
border-color: #D6BE5D;
}
</style>