Shades of Tacha #D1BC54
Tints of Tacha #D1BC54
RGB
CMYK
RGB Variations
Color information
#D1BC54 (or 0xD1BC54) is known color: Tacha. HEX triplet: D1, BC and 54. RGB value is (209,188,84). Sum of RGB (Red+Green+Blue) = 209+188+84=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC54 is #2E43AB. Grayscale: #B6B6B6. Windows color (decimal): -3031980 or 5553361. OLE color: 5553361.
HSL color Cylindrical-coordinate representation of color #D1BC54: hue angle of 49.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1BC54 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 84 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.18 |
| HSL | 49.92º | 0.58% | 0.57% | - |
| HSV(B) | 49.92º | 0.6% | 0.82% | - |
| XYZ | 45.88 | 50.16 | 15.65 | - |
| YUV | 182.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 84 | 0 | 0.10 | 0.60 | 0.18 | 49.92 | 0.58 | 0.57 |
| Hex | D1 | BC | 54 | 0 | A | 3C | 12 | 32 | 3A | 39 |
| Octal | 321 | 274 | 124 | 0 | 12 | 74 | 22 | 62 | 72 | 71 |
| Binary | 11010001 | 10111100 | 1010100 | 0 | 1010 | 111100 | 10010 | 110010 | 111010 | 111001 |
Color Harmonies of #D1BC54
Complementary color
Monochromatic Colors of #D1BC54
Black with #D1BC54
Text Example
Text Example
White with #D1BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC54; }
p { color: rgb(209,188,84); }
H1.HeaderClassName
{
color: #D1BC54;
}
.AnyTagClassName
{
color: #D1BC54;
}
</style>
background-color css
<style>
a { background-color: #D1BC54; }
a { background-color: rgb(209,188,84); }
div.DivClassName
{
background-color: #D1BC54;
}
.BgClassName
{
background-color: #D1BC54;
}
</style>
border-color css
<style>
span { border-color: #D1BC54; }
span { border-color: rgb(209,188,84); }
td.TdClassName
{
border-color: #D1BC54;
}
.TagClassName
{
border-color: #D1BC54;
}
</style>