Shades of Tacha #D5BC4E
Tints of Tacha #D5BC4E
RGB
CMYK
RGB Variations
Color information
#D5BC4E (or 0xD5BC4E) is known color: Tacha. HEX triplet: D5, BC and 4E. RGB value is (213,188,78). Sum of RGB (Red+Green+Blue) = 213+188+78=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC4E is #2A43B1. Grayscale: #B7B7B7. Windows color (decimal): -2769842 or 5160149. OLE color: 5160149.
HSL color Cylindrical-coordinate representation of color #D5BC4E: hue angle of 48.89º 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 #D5BC4E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 78 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.16 |
| HSL | 48.89º | 0.62% | 0.57% | - |
| HSV(B) | 48.89º | 0.63% | 0.84% | - |
| XYZ | 46.8 | 50.66 | 14.52 | - |
| YUV | 182.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 78 | 0 | 0.12 | 0.63 | 0.16 | 48.89 | 0.62 | 0.57 |
| Hex | D5 | BC | 4E | 0 | C | 3F | 10 | 31 | 3E | 39 |
| Octal | 325 | 274 | 116 | 0 | 14 | 77 | 20 | 61 | 76 | 71 |
| Binary | 11010101 | 10111100 | 1001110 | 0 | 1100 | 111111 | 10000 | 110001 | 111110 | 111001 |
Color Harmonies of #D5BC4E
Complementary color
Monochromatic Colors of #D5BC4E
Black with #D5BC4E
Text Example
Text Example
White with #D5BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC4E; }
p { color: rgb(213,188,78); }
H1.HeaderClassName
{
color: #D5BC4E;
}
.AnyTagClassName
{
color: #D5BC4E;
}
</style>
background-color css
<style>
a { background-color: #D5BC4E; }
a { background-color: rgb(213,188,78); }
div.DivClassName
{
background-color: #D5BC4E;
}
.BgClassName
{
background-color: #D5BC4E;
}
</style>
border-color css
<style>
span { border-color: #D5BC4E; }
span { border-color: rgb(213,188,78); }
td.TdClassName
{
border-color: #D5BC4E;
}
.TagClassName
{
border-color: #D5BC4E;
}
</style>