Shades of Tacha #D4BA4E
Tints of Tacha #D4BA4E
RGB
CMYK
RGB Variations
Color information
#D4BA4E (or 0xD4BA4E) is known color: Tacha. HEX triplet: D4, BA and 4E. RGB value is (212,186,78). Sum of RGB (Red+Green+Blue) = 212+186+78=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA4E is #2B45B1. Grayscale: #B5B5B5. Windows color (decimal): -2835890 or 5159636. OLE color: 5159636.
HSL color Cylindrical-coordinate representation of color #D4BA4E: hue angle of 48.36º 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 #D4BA4E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 78 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.17 |
| HSL | 48.36º | 0.61% | 0.57% | - |
| HSV(B) | 48.36º | 0.63% | 0.83% | - |
| XYZ | 46.09 | 49.66 | 14.37 | - |
| YUV | 181.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 78 | 0 | 0.12 | 0.63 | 0.17 | 48.36 | 0.61 | 0.57 |
| Hex | D4 | BA | 4E | 0 | C | 3F | 11 | 30 | 3D | 39 |
| Octal | 324 | 272 | 116 | 0 | 14 | 77 | 21 | 60 | 75 | 71 |
| Binary | 11010100 | 10111010 | 1001110 | 0 | 1100 | 111111 | 10001 | 110000 | 111101 | 111001 |
Color Harmonies of #D4BA4E
Complementary color
Monochromatic Colors of #D4BA4E
Black with #D4BA4E
Text Example
Text Example
White with #D4BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA4E; }
p { color: rgb(212,186,78); }
H1.HeaderClassName
{
color: #D4BA4E;
}
.AnyTagClassName
{
color: #D4BA4E;
}
</style>
background-color css
<style>
a { background-color: #D4BA4E; }
a { background-color: rgb(212,186,78); }
div.DivClassName
{
background-color: #D4BA4E;
}
.BgClassName
{
background-color: #D4BA4E;
}
</style>
border-color css
<style>
span { border-color: #D4BA4E; }
span { border-color: rgb(212,186,78); }
td.TdClassName
{
border-color: #D4BA4E;
}
.TagClassName
{
border-color: #D4BA4E;
}
</style>