Shades of Tacha #D6BE50
Tints of Tacha #D6BE50
RGB
CMYK
RGB Variations
Color information
#D6BE50 (or 0xD6BE50) is known color: Tacha. HEX triplet: D6, BE and 50. RGB value is (214,190,80). Sum of RGB (Red+Green+Blue) = 214+190+80=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE50 is #2941AF. Grayscale: #B9B9B9. Windows color (decimal): -2703792 or 5291734. OLE color: 5291734.
HSL color Cylindrical-coordinate representation of color #D6BE50: hue angle of 49.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6BE50 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 80 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.16 |
| HSL | 49.25º | 0.62% | 0.58% | - |
| HSV(B) | 49.25º | 0.63% | 0.84% | - |
| XYZ | 47.59 | 51.7 | 15.06 | - |
| YUV | 184.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 80 | 0 | 0.11 | 0.63 | 0.16 | 49.25 | 0.62 | 0.58 |
| Hex | D6 | BE | 50 | 0 | B | 3F | 10 | 31 | 3E | 3A |
| Octal | 326 | 276 | 120 | 0 | 13 | 77 | 20 | 61 | 76 | 72 |
| Binary | 11010110 | 10111110 | 1010000 | 0 | 1011 | 111111 | 10000 | 110001 | 111110 | 111010 |
Color Harmonies of #D6BE50
Complementary color
Monochromatic Colors of #D6BE50
Black with #D6BE50
Text Example
Text Example
White with #D6BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE50; }
p { color: rgb(214,190,80); }
H1.HeaderClassName
{
color: #D6BE50;
}
.AnyTagClassName
{
color: #D6BE50;
}
</style>
background-color css
<style>
a { background-color: #D6BE50; }
a { background-color: rgb(214,190,80); }
div.DivClassName
{
background-color: #D6BE50;
}
.BgClassName
{
background-color: #D6BE50;
}
</style>
border-color css
<style>
span { border-color: #D6BE50; }
span { border-color: rgb(214,190,80); }
td.TdClassName
{
border-color: #D6BE50;
}
.TagClassName
{
border-color: #D6BE50;
}
</style>