Shades of Tacha #D5B65E
Tints of Tacha #D5B65E
RGB
CMYK
RGB Variations
Color information
#D5B65E (or 0xD5B65E) is known color: Tacha. HEX triplet: D5, B6 and 5E. RGB value is (213,182,94). Sum of RGB (Red+Green+Blue) = 213+182+94=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B65E is #2A49A1. Grayscale: #B5B5B5. Windows color (decimal): -2771362 or 6207189. OLE color: 6207189.
HSL color Cylindrical-coordinate representation of color #D5B65E: hue angle of 44.37º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5B65E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 94 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.16 |
| HSL | 44.37º | 0.59% | 0.6% | - |
| HSV(B) | 44.37º | 0.56% | 0.84% | - |
| XYZ | 46.19 | 48.41 | 17.5 | - |
| YUV | 181.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 94 | 0 | 0.15 | 0.56 | 0.16 | 44.37 | 0.59 | 0.6 |
| Hex | D5 | B6 | 5E | 0 | F | 38 | 10 | 2C | 3B | 3C |
| Octal | 325 | 266 | 136 | 0 | 17 | 70 | 20 | 54 | 73 | 74 |
| Binary | 11010101 | 10110110 | 1011110 | 0 | 1111 | 111000 | 10000 | 101100 | 111011 | 111100 |
Color Harmonies of #D5B65E
Complementary color
Monochromatic Colors of #D5B65E
Black with #D5B65E
Text Example
Text Example
White with #D5B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B65E; }
p { color: rgb(213,182,94); }
H1.HeaderClassName
{
color: #D5B65E;
}
.AnyTagClassName
{
color: #D5B65E;
}
</style>
background-color css
<style>
a { background-color: #D5B65E; }
a { background-color: rgb(213,182,94); }
div.DivClassName
{
background-color: #D5B65E;
}
.BgClassName
{
background-color: #D5B65E;
}
</style>
border-color css
<style>
span { border-color: #D5B65E; }
span { border-color: rgb(213,182,94); }
td.TdClassName
{
border-color: #D5B65E;
}
.TagClassName
{
border-color: #D5B65E;
}
</style>