Shades of Tacha #D2BE5E
Tints of Tacha #D2BE5E
RGB
CMYK
RGB Variations
Color information
#D2BE5E (or 0xD2BE5E) is known color: Tacha. HEX triplet: D2, BE and 5E. RGB value is (210,190,94). Sum of RGB (Red+Green+Blue) = 210+190+94=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BE5E is #2D41A1. Grayscale: #B9B9B9. Windows color (decimal): -2965922 or 6209234. OLE color: 6209234.
HSL color Cylindrical-coordinate representation of color #D2BE5E: hue angle of 49.66º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2BE5E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 94 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.18 |
| HSL | 49.66º | 0.56% | 0.6% | - |
| HSV(B) | 49.66º | 0.55% | 0.82% | - |
| XYZ | 47.01 | 51.34 | 18.02 | - |
| YUV | 185.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 94 | 0 | 0.10 | 0.55 | 0.18 | 49.66 | 0.56 | 0.6 |
| Hex | D2 | BE | 5E | 0 | A | 37 | 12 | 32 | 38 | 3C |
| Octal | 322 | 276 | 136 | 0 | 12 | 67 | 22 | 62 | 70 | 74 |
| Binary | 11010010 | 10111110 | 1011110 | 0 | 1010 | 110111 | 10010 | 110010 | 111000 | 111100 |
Color Harmonies of #D2BE5E
Complementary color
Monochromatic Colors of #D2BE5E
Black with #D2BE5E
Text Example
Text Example
White with #D2BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE5E; }
p { color: rgb(210,190,94); }
H1.HeaderClassName
{
color: #D2BE5E;
}
.AnyTagClassName
{
color: #D2BE5E;
}
</style>
background-color css
<style>
a { background-color: #D2BE5E; }
a { background-color: rgb(210,190,94); }
div.DivClassName
{
background-color: #D2BE5E;
}
.BgClassName
{
background-color: #D2BE5E;
}
</style>
border-color css
<style>
span { border-color: #D2BE5E; }
span { border-color: rgb(210,190,94); }
td.TdClassName
{
border-color: #D2BE5E;
}
.TagClassName
{
border-color: #D2BE5E;
}
</style>