Shades of Tacha #D4BC4E
Tints of Tacha #D4BC4E
RGB
CMYK
RGB Variations
Color information
#D4BC4E (or 0xD4BC4E) is known color: Tacha. HEX triplet: D4, BC and 4E. RGB value is (212,188,78). Sum of RGB (Red+Green+Blue) = 212+188+78=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC4E is #2B43B1. Grayscale: #B7B7B7. Windows color (decimal): -2835378 or 5160148. OLE color: 5160148.
HSL color Cylindrical-coordinate representation of color #D4BC4E: hue angle of 49.25º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4BC4E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 78 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.17 |
| HSL | 49.25º | 0.61% | 0.57% | - |
| HSV(B) | 49.25º | 0.63% | 0.83% | - |
| XYZ | 46.51 | 50.51 | 14.51 | - |
| YUV | 182.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 78 | 0 | 0.11 | 0.63 | 0.17 | 49.25 | 0.61 | 0.57 |
| Hex | D4 | BC | 4E | 0 | B | 3F | 11 | 31 | 3D | 39 |
| Octal | 324 | 274 | 116 | 0 | 13 | 77 | 21 | 61 | 75 | 71 |
| Binary | 11010100 | 10111100 | 1001110 | 0 | 1011 | 111111 | 10001 | 110001 | 111101 | 111001 |
Color Harmonies of #D4BC4E
Complementary color
Monochromatic Colors of #D4BC4E
Black with #D4BC4E
Text Example
Text Example
White with #D4BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC4E; }
p { color: rgb(212,188,78); }
H1.HeaderClassName
{
color: #D4BC4E;
}
.AnyTagClassName
{
color: #D4BC4E;
}
</style>
background-color css
<style>
a { background-color: #D4BC4E; }
a { background-color: rgb(212,188,78); }
div.DivClassName
{
background-color: #D4BC4E;
}
.BgClassName
{
background-color: #D4BC4E;
}
</style>
border-color css
<style>
span { border-color: #D4BC4E; }
span { border-color: rgb(212,188,78); }
td.TdClassName
{
border-color: #D4BC4E;
}
.TagClassName
{
border-color: #D4BC4E;
}
</style>