Shades of Tacha #D4BC51
Tints of Tacha #D4BC51
RGB
CMYK
RGB Variations
Color information
#D4BC51 (or 0xD4BC51) is known color: Tacha. HEX triplet: D4, BC and 51. RGB value is (212,188,81). Sum of RGB (Red+Green+Blue) = 212+188+81=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC51 is #2B43AE. Grayscale: #B7B7B7. Windows color (decimal): -2835375 or 5356756. OLE color: 5356756.
HSL color Cylindrical-coordinate representation of color #D4BC51: hue angle of 49.01º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4BC51 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 81 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.17 |
| HSL | 49.01º | 0.6% | 0.57% | - |
| HSV(B) | 49.01º | 0.62% | 0.83% | - |
| XYZ | 46.62 | 50.56 | 15.09 | - |
| YUV | 182.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 81 | 0 | 0.11 | 0.62 | 0.17 | 49.01 | 0.6 | 0.57 |
| Hex | D4 | BC | 51 | 0 | B | 3E | 11 | 31 | 3C | 39 |
| Octal | 324 | 274 | 121 | 0 | 13 | 76 | 21 | 61 | 74 | 71 |
| Binary | 11010100 | 10111100 | 1010001 | 0 | 1011 | 111110 | 10001 | 110001 | 111100 | 111001 |
Color Harmonies of #D4BC51
Complementary color
Monochromatic Colors of #D4BC51
Black with #D4BC51
Text Example
Text Example
White with #D4BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC51; }
p { color: rgb(212,188,81); }
H1.HeaderClassName
{
color: #D4BC51;
}
.AnyTagClassName
{
color: #D4BC51;
}
</style>
background-color css
<style>
a { background-color: #D4BC51; }
a { background-color: rgb(212,188,81); }
div.DivClassName
{
background-color: #D4BC51;
}
.BgClassName
{
background-color: #D4BC51;
}
</style>
border-color css
<style>
span { border-color: #D4BC51; }
span { border-color: rgb(212,188,81); }
td.TdClassName
{
border-color: #D4BC51;
}
.TagClassName
{
border-color: #D4BC51;
}
</style>