Shades of Tacha #D1BE5D
Tints of Tacha #D1BE5D
RGB
CMYK
RGB Variations
Color information
#D1BE5D (or 0xD1BE5D) is known color: Tacha. HEX triplet: D1, BE and 5D. RGB value is (209,190,93). Sum of RGB (Red+Green+Blue) = 209+190+93=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE5D is #2E41A2. Grayscale: #B9B9B9. Windows color (decimal): -3031459 or 6143697. OLE color: 6143697.
HSL color Cylindrical-coordinate representation of color #D1BE5D: hue angle of 50.17º 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 #D1BE5D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 93 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.17º | 0.56% | 0.59% | - |
| HSV(B) | 50.17º | 0.56% | 0.82% | - |
| XYZ | 46.68 | 51.17 | 17.77 | - |
| YUV | 184.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 93 | 0 | 0.09 | 0.56 | 0.18 | 50.17 | 0.56 | 0.59 |
| Hex | D1 | BE | 5D | 0 | 9 | 38 | 12 | 32 | 38 | 3B |
| Octal | 321 | 276 | 135 | 0 | 11 | 70 | 22 | 62 | 70 | 73 |
| Binary | 11010001 | 10111110 | 1011101 | 0 | 1001 | 111000 | 10010 | 110010 | 111000 | 111011 |
Color Harmonies of #D1BE5D
Complementary color
Monochromatic Colors of #D1BE5D
Black with #D1BE5D
Text Example
Text Example
White with #D1BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE5D; }
p { color: rgb(209,190,93); }
H1.HeaderClassName
{
color: #D1BE5D;
}
.AnyTagClassName
{
color: #D1BE5D;
}
</style>
background-color css
<style>
a { background-color: #D1BE5D; }
a { background-color: rgb(209,190,93); }
div.DivClassName
{
background-color: #D1BE5D;
}
.BgClassName
{
background-color: #D1BE5D;
}
</style>
border-color css
<style>
span { border-color: #D1BE5D; }
span { border-color: rgb(209,190,93); }
td.TdClassName
{
border-color: #D1BE5D;
}
.TagClassName
{
border-color: #D1BE5D;
}
</style>