Shades of Tacha #D5B95A
Tints of Tacha #D5B95A
RGB
CMYK
RGB Variations
Color information
#D5B95A (or 0xD5B95A) is known color: Tacha. HEX triplet: D5, B9 and 5A. RGB value is (213,185,90). Sum of RGB (Red+Green+Blue) = 213+185+90=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B95A is #2A46A5. Grayscale: #B6B6B6. Windows color (decimal): -2770598 or 5945813. OLE color: 5945813.
HSL color Cylindrical-coordinate representation of color #D5B95A: hue angle of 46.34º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5B95A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 90 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.16 |
| HSL | 46.34º | 0.59% | 0.59% | - |
| HSV(B) | 46.34º | 0.58% | 0.84% | - |
| XYZ | 46.64 | 49.58 | 16.79 | - |
| YUV | 182.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 90 | 0 | 0.13 | 0.58 | 0.16 | 46.34 | 0.59 | 0.59 |
| Hex | D5 | B9 | 5A | 0 | D | 3A | 10 | 2E | 3B | 3B |
| Octal | 325 | 271 | 132 | 0 | 15 | 72 | 20 | 56 | 73 | 73 |
| Binary | 11010101 | 10111001 | 1011010 | 0 | 1101 | 111010 | 10000 | 101110 | 111011 | 111011 |
Color Harmonies of #D5B95A
Complementary color
Monochromatic Colors of #D5B95A
Black with #D5B95A
Text Example
Text Example
White with #D5B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B95A; }
p { color: rgb(213,185,90); }
H1.HeaderClassName
{
color: #D5B95A;
}
.AnyTagClassName
{
color: #D5B95A;
}
</style>
background-color css
<style>
a { background-color: #D5B95A; }
a { background-color: rgb(213,185,90); }
div.DivClassName
{
background-color: #D5B95A;
}
.BgClassName
{
background-color: #D5B95A;
}
</style>
border-color css
<style>
span { border-color: #D5B95A; }
span { border-color: rgb(213,185,90); }
td.TdClassName
{
border-color: #D5B95A;
}
.TagClassName
{
border-color: #D5B95A;
}
</style>