Shades of Tacha #D5BA4E
Tints of Tacha #D5BA4E
RGB
CMYK
RGB Variations
Color information
#D5BA4E (or 0xD5BA4E) is known color: Tacha. HEX triplet: D5, BA and 4E. RGB value is (213,186,78). Sum of RGB (Red+Green+Blue) = 213+186+78=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA4E is #2A45B1. Grayscale: #B6B6B6. Windows color (decimal): -2770354 or 5159637. OLE color: 5159637.
HSL color Cylindrical-coordinate representation of color #D5BA4E: hue angle of 48º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5BA4E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 78 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.16 |
| HSL | 48º | 0.62% | 0.57% | - |
| HSV(B) | 48º | 0.63% | 0.84% | - |
| XYZ | 46.37 | 49.81 | 14.38 | - |
| YUV | 181.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 78 | 0 | 0.13 | 0.63 | 0.16 | 48 | 0.62 | 0.57 |
| Hex | D5 | BA | 4E | 0 | D | 3F | 10 | 30 | 3E | 39 |
| Octal | 325 | 272 | 116 | 0 | 15 | 77 | 20 | 60 | 76 | 71 |
| Binary | 11010101 | 10111010 | 1001110 | 0 | 1101 | 111111 | 10000 | 110000 | 111110 | 111001 |
Color Harmonies of #D5BA4E
Complementary color
Monochromatic Colors of #D5BA4E
Black with #D5BA4E
Text Example
Text Example
White with #D5BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA4E; }
p { color: rgb(213,186,78); }
H1.HeaderClassName
{
color: #D5BA4E;
}
.AnyTagClassName
{
color: #D5BA4E;
}
</style>
background-color css
<style>
a { background-color: #D5BA4E; }
a { background-color: rgb(213,186,78); }
div.DivClassName
{
background-color: #D5BA4E;
}
.BgClassName
{
background-color: #D5BA4E;
}
</style>
border-color css
<style>
span { border-color: #D5BA4E; }
span { border-color: rgb(213,186,78); }
td.TdClassName
{
border-color: #D5BA4E;
}
.TagClassName
{
border-color: #D5BA4E;
}
</style>