Shades of Tacha #D5B94E
Tints of Tacha #D5B94E
RGB
CMYK
RGB Variations
Color information
#D5B94E (or 0xD5B94E) is known color: Tacha. HEX triplet: D5, B9 and 4E. RGB value is (213,185,78). Sum of RGB (Red+Green+Blue) = 213+185+78=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B94E is #2A46B1. Grayscale: #B5B5B5. Windows color (decimal): -2770610 or 5159381. OLE color: 5159381.
HSL color Cylindrical-coordinate representation of color #D5B94E: hue angle of 47.56º 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 #D5B94E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 78 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.16 |
| HSL | 47.56º | 0.62% | 0.57% | - |
| HSV(B) | 47.56º | 0.63% | 0.84% | - |
| XYZ | 46.16 | 49.39 | 14.31 | - |
| YUV | 181.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 78 | 0 | 0.13 | 0.63 | 0.16 | 47.56 | 0.62 | 0.57 |
| Hex | D5 | B9 | 4E | 0 | D | 3F | 10 | 30 | 3E | 39 |
| Octal | 325 | 271 | 116 | 0 | 15 | 77 | 20 | 60 | 76 | 71 |
| Binary | 11010101 | 10111001 | 1001110 | 0 | 1101 | 111111 | 10000 | 110000 | 111110 | 111001 |
Color Harmonies of #D5B94E
Complementary color
Monochromatic Colors of #D5B94E
Black with #D5B94E
Text Example
Text Example
White with #D5B94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B94E; }
p { color: rgb(213,185,78); }
H1.HeaderClassName
{
color: #D5B94E;
}
.AnyTagClassName
{
color: #D5B94E;
}
</style>
background-color css
<style>
a { background-color: #D5B94E; }
a { background-color: rgb(213,185,78); }
div.DivClassName
{
background-color: #D5B94E;
}
.BgClassName
{
background-color: #D5B94E;
}
</style>
border-color css
<style>
span { border-color: #D5B94E; }
span { border-color: rgb(213,185,78); }
td.TdClassName
{
border-color: #D5B94E;
}
.TagClassName
{
border-color: #D5B94E;
}
</style>