Shades of Tacha #D5BD5E
Tints of Tacha #D5BD5E
RGB
CMYK
RGB Variations
Color information
#D5BD5E (or 0xD5BD5E) is known color: Tacha. HEX triplet: D5, BD and 5E. RGB value is (213,189,94). Sum of RGB (Red+Green+Blue) = 213+189+94=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD5E is #2A42A1. Grayscale: #B9B9B9. Windows color (decimal): -2769570 or 6208981. OLE color: 6208981.
HSL color Cylindrical-coordinate representation of color #D5BD5E: hue angle of 47.9º 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 #D5BD5E is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 94 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.16 |
| HSL | 47.9º | 0.59% | 0.6% | - |
| HSV(B) | 47.9º | 0.56% | 0.84% | - |
| XYZ | 47.66 | 51.35 | 17.99 | - |
| YUV | 185.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 94 | 0 | 0.11 | 0.56 | 0.16 | 47.9 | 0.59 | 0.6 |
| Hex | D5 | BD | 5E | 0 | B | 38 | 10 | 30 | 3B | 3C |
| Octal | 325 | 275 | 136 | 0 | 13 | 70 | 20 | 60 | 73 | 74 |
| Binary | 11010101 | 10111101 | 1011110 | 0 | 1011 | 111000 | 10000 | 110000 | 111011 | 111100 |
Color Harmonies of #D5BD5E
Complementary color
Monochromatic Colors of #D5BD5E
Black with #D5BD5E
Text Example
Text Example
White with #D5BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD5E; }
p { color: rgb(213,189,94); }
H1.HeaderClassName
{
color: #D5BD5E;
}
.AnyTagClassName
{
color: #D5BD5E;
}
</style>
background-color css
<style>
a { background-color: #D5BD5E; }
a { background-color: rgb(213,189,94); }
div.DivClassName
{
background-color: #D5BD5E;
}
.BgClassName
{
background-color: #D5BD5E;
}
</style>
border-color css
<style>
span { border-color: #D5BD5E; }
span { border-color: rgb(213,189,94); }
td.TdClassName
{
border-color: #D5BD5E;
}
.TagClassName
{
border-color: #D5BD5E;
}
</style>