Shades of Tacha #D6BE5C
Tints of Tacha #D6BE5C
RGB
CMYK
RGB Variations
Color information
#D6BE5C (or 0xD6BE5C) is known color: Tacha. HEX triplet: D6, BE and 5C. RGB value is (214,190,92). Sum of RGB (Red+Green+Blue) = 214+190+92=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE5C is #2941A3. Grayscale: #BABABA. Windows color (decimal): -2703780 or 6078166. OLE color: 6078166.
HSL color Cylindrical-coordinate representation of color #D6BE5C: hue angle of 48.2º 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 #D6BE5C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 92 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.16 |
| HSL | 48.2º | 0.6% | 0.6% | - |
| HSV(B) | 48.2º | 0.57% | 0.84% | - |
| XYZ | 48.08 | 51.9 | 17.61 | - |
| YUV | 186 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 92 | 0 | 0.11 | 0.57 | 0.16 | 48.2 | 0.6 | 0.6 |
| Hex | D6 | BE | 5C | 0 | B | 39 | 10 | 30 | 3C | 3C |
| Octal | 326 | 276 | 134 | 0 | 13 | 71 | 20 | 60 | 74 | 74 |
| Binary | 11010110 | 10111110 | 1011100 | 0 | 1011 | 111001 | 10000 | 110000 | 111100 | 111100 |
Color Harmonies of #D6BE5C
Complementary color
Monochromatic Colors of #D6BE5C
Black with #D6BE5C
Text Example
Text Example
White with #D6BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE5C; }
p { color: rgb(214,190,92); }
H1.HeaderClassName
{
color: #D6BE5C;
}
.AnyTagClassName
{
color: #D6BE5C;
}
</style>
background-color css
<style>
a { background-color: #D6BE5C; }
a { background-color: rgb(214,190,92); }
div.DivClassName
{
background-color: #D6BE5C;
}
.BgClassName
{
background-color: #D6BE5C;
}
</style>
border-color css
<style>
span { border-color: #D6BE5C; }
span { border-color: rgb(214,190,92); }
td.TdClassName
{
border-color: #D6BE5C;
}
.TagClassName
{
border-color: #D6BE5C;
}
</style>