Shades of Tacha #D1BE5A
Tints of Tacha #D1BE5A
RGB
CMYK
RGB Variations
Color information
#D1BE5A (or 0xD1BE5A) is known color: Tacha. HEX triplet: D1, BE and 5A. RGB value is (209,190,90). Sum of RGB (Red+Green+Blue) = 209+190+90=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE5A is #2E41A5. Grayscale: #B8B8B8. Windows color (decimal): -3031462 or 5947089. OLE color: 5947089.
HSL color Cylindrical-coordinate representation of color #D1BE5A: hue angle of 50.42º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1BE5A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 90 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.18 |
| HSL | 50.42º | 0.56% | 0.59% | - |
| HSV(B) | 50.42º | 0.57% | 0.82% | - |
| XYZ | 46.55 | 51.12 | 17.09 | - |
| YUV | 184.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 90 | 0 | 0.09 | 0.57 | 0.18 | 50.42 | 0.56 | 0.59 |
| Hex | D1 | BE | 5A | 0 | 9 | 39 | 12 | 32 | 38 | 3B |
| Octal | 321 | 276 | 132 | 0 | 11 | 71 | 22 | 62 | 70 | 73 |
| Binary | 11010001 | 10111110 | 1011010 | 0 | 1001 | 111001 | 10010 | 110010 | 111000 | 111011 |
Color Harmonies of #D1BE5A
Complementary color
Monochromatic Colors of #D1BE5A
Black with #D1BE5A
Text Example
Text Example
White with #D1BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE5A; }
p { color: rgb(209,190,90); }
H1.HeaderClassName
{
color: #D1BE5A;
}
.AnyTagClassName
{
color: #D1BE5A;
}
</style>
background-color css
<style>
a { background-color: #D1BE5A; }
a { background-color: rgb(209,190,90); }
div.DivClassName
{
background-color: #D1BE5A;
}
.BgClassName
{
background-color: #D1BE5A;
}
</style>
border-color css
<style>
span { border-color: #D1BE5A; }
span { border-color: rgb(209,190,90); }
td.TdClassName
{
border-color: #D1BE5A;
}
.TagClassName
{
border-color: #D1BE5A;
}
</style>