Shades of Tacha #D1BE5B
Tints of Tacha #D1BE5B
RGB
CMYK
RGB Variations
Color information
#D1BE5B (or 0xD1BE5B) is known color: Tacha. HEX triplet: D1, BE and 5B. RGB value is (209,190,91). Sum of RGB (Red+Green+Blue) = 209+190+91=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE5B is #2E41A4. Grayscale: #B8B8B8. Windows color (decimal): -3031461 or 6012625. OLE color: 6012625.
HSL color Cylindrical-coordinate representation of color #D1BE5B: hue angle of 50.34º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1BE5B is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 91 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.34º | 0.56% | 0.59% | - |
| HSV(B) | 50.34º | 0.56% | 0.82% | - |
| XYZ | 46.6 | 51.14 | 17.31 | - |
| YUV | 184.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 91 | 0 | 0.09 | 0.56 | 0.18 | 50.34 | 0.56 | 0.59 |
| Hex | D1 | BE | 5B | 0 | 9 | 38 | 12 | 32 | 38 | 3B |
| Octal | 321 | 276 | 133 | 0 | 11 | 70 | 22 | 62 | 70 | 73 |
| Binary | 11010001 | 10111110 | 1011011 | 0 | 1001 | 111000 | 10010 | 110010 | 111000 | 111011 |
Color Harmonies of #D1BE5B
Complementary color
Monochromatic Colors of #D1BE5B
Black with #D1BE5B
Text Example
Text Example
White with #D1BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE5B; }
p { color: rgb(209,190,91); }
H1.HeaderClassName
{
color: #D1BE5B;
}
.AnyTagClassName
{
color: #D1BE5B;
}
</style>
background-color css
<style>
a { background-color: #D1BE5B; }
a { background-color: rgb(209,190,91); }
div.DivClassName
{
background-color: #D1BE5B;
}
.BgClassName
{
background-color: #D1BE5B;
}
</style>
border-color css
<style>
span { border-color: #D1BE5B; }
span { border-color: rgb(209,190,91); }
td.TdClassName
{
border-color: #D1BE5B;
}
.TagClassName
{
border-color: #D1BE5B;
}
</style>