Shades of Tacha #D5B95D
Tints of Tacha #D5B95D
RGB
CMYK
RGB Variations
Color information
#D5B95D (or 0xD5B95D) is known color: Tacha. HEX triplet: D5, B9 and 5D. RGB value is (213,185,93). Sum of RGB (Red+Green+Blue) = 213+185+93=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B95D is #2A46A2. Grayscale: #B7B7B7. Windows color (decimal): -2770595 or 6142421. OLE color: 6142421.
HSL color Cylindrical-coordinate representation of color #D5B95D: hue angle of 46º 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 #D5B95D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 93 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.16 |
| HSL | 46º | 0.59% | 0.6% | - |
| HSV(B) | 46º | 0.56% | 0.84% | - |
| XYZ | 46.77 | 49.63 | 17.47 | - |
| YUV | 182.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 93 | 0 | 0.13 | 0.56 | 0.16 | 46 | 0.59 | 0.6 |
| Hex | D5 | B9 | 5D | 0 | D | 38 | 10 | 2E | 3B | 3C |
| Octal | 325 | 271 | 135 | 0 | 15 | 70 | 20 | 56 | 73 | 74 |
| Binary | 11010101 | 10111001 | 1011101 | 0 | 1101 | 111000 | 10000 | 101110 | 111011 | 111100 |
Color Harmonies of #D5B95D
Complementary color
Monochromatic Colors of #D5B95D
Black with #D5B95D
Text Example
Text Example
White with #D5B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B95D; }
p { color: rgb(213,185,93); }
H1.HeaderClassName
{
color: #D5B95D;
}
.AnyTagClassName
{
color: #D5B95D;
}
</style>
background-color css
<style>
a { background-color: #D5B95D; }
a { background-color: rgb(213,185,93); }
div.DivClassName
{
background-color: #D5B95D;
}
.BgClassName
{
background-color: #D5B95D;
}
</style>
border-color css
<style>
span { border-color: #D5B95D; }
span { border-color: rgb(213,185,93); }
td.TdClassName
{
border-color: #D5B95D;
}
.TagClassName
{
border-color: #D5B95D;
}
</style>