Shades of Tacha #D4BC5B
Tints of Tacha #D4BC5B
RGB
CMYK
RGB Variations
Color information
#D4BC5B (or 0xD4BC5B) is known color: Tacha. HEX triplet: D4, BC and 5B. RGB value is (212,188,91). Sum of RGB (Red+Green+Blue) = 212+188+91=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC5B is #2B43A4. Grayscale: #B8B8B8. Windows color (decimal): -2835365 or 6012116. OLE color: 6012116.
HSL color Cylindrical-coordinate representation of color #D4BC5B: hue angle of 48.1º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4BC5B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 91 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.17 |
| HSL | 48.1º | 0.58% | 0.59% | - |
| HSV(B) | 48.1º | 0.57% | 0.83% | - |
| XYZ | 47.02 | 50.72 | 17.21 | - |
| YUV | 184.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 91 | 0 | 0.11 | 0.57 | 0.17 | 48.1 | 0.58 | 0.59 |
| Hex | D4 | BC | 5B | 0 | B | 39 | 11 | 30 | 3A | 3B |
| Octal | 324 | 274 | 133 | 0 | 13 | 71 | 21 | 60 | 72 | 73 |
| Binary | 11010100 | 10111100 | 1011011 | 0 | 1011 | 111001 | 10001 | 110000 | 111010 | 111011 |
Color Harmonies of #D4BC5B
Complementary color
Monochromatic Colors of #D4BC5B
Black with #D4BC5B
Text Example
Text Example
White with #D4BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC5B; }
p { color: rgb(212,188,91); }
H1.HeaderClassName
{
color: #D4BC5B;
}
.AnyTagClassName
{
color: #D4BC5B;
}
</style>
background-color css
<style>
a { background-color: #D4BC5B; }
a { background-color: rgb(212,188,91); }
div.DivClassName
{
background-color: #D4BC5B;
}
.BgClassName
{
background-color: #D4BC5B;
}
</style>
border-color css
<style>
span { border-color: #D4BC5B; }
span { border-color: rgb(212,188,91); }
td.TdClassName
{
border-color: #D4BC5B;
}
.TagClassName
{
border-color: #D4BC5B;
}
</style>