Shades of Tacha #D1BE5C
Tints of Tacha #D1BE5C
RGB
CMYK
RGB Variations
Color information
#D1BE5C (or 0xD1BE5C) is known color: Tacha. HEX triplet: D1, BE and 5C. RGB value is (209,190,92). Sum of RGB (Red+Green+Blue) = 209+190+92=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE5C is #2E41A3. Grayscale: #B8B8B8. Windows color (decimal): -3031460 or 6078161. OLE color: 6078161.
HSL color Cylindrical-coordinate representation of color #D1BE5C: hue angle of 50.26º 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 #D1BE5C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 92 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.26º | 0.56% | 0.59% | - |
| HSV(B) | 50.26º | 0.56% | 0.82% | - |
| XYZ | 46.64 | 51.15 | 17.54 | - |
| YUV | 184.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 92 | 0 | 0.09 | 0.56 | 0.18 | 50.26 | 0.56 | 0.59 |
| Hex | D1 | BE | 5C | 0 | 9 | 38 | 12 | 32 | 38 | 3B |
| Octal | 321 | 276 | 134 | 0 | 11 | 70 | 22 | 62 | 70 | 73 |
| Binary | 11010001 | 10111110 | 1011100 | 0 | 1001 | 111000 | 10010 | 110010 | 111000 | 111011 |
Color Harmonies of #D1BE5C
Complementary color
Monochromatic Colors of #D1BE5C
Black with #D1BE5C
Text Example
Text Example
White with #D1BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE5C; }
p { color: rgb(209,190,92); }
H1.HeaderClassName
{
color: #D1BE5C;
}
.AnyTagClassName
{
color: #D1BE5C;
}
</style>
background-color css
<style>
a { background-color: #D1BE5C; }
a { background-color: rgb(209,190,92); }
div.DivClassName
{
background-color: #D1BE5C;
}
.BgClassName
{
background-color: #D1BE5C;
}
</style>
border-color css
<style>
span { border-color: #D1BE5C; }
span { border-color: rgb(209,190,92); }
td.TdClassName
{
border-color: #D1BE5C;
}
.TagClassName
{
border-color: #D1BE5C;
}
</style>