Shades of Tacha #D5B85B
Tints of Tacha #D5B85B
RGB
CMYK
RGB Variations
Color information
#D5B85B (or 0xD5B85B) is known color: Tacha. HEX triplet: D5, B8 and 5B. RGB value is (213,184,91). Sum of RGB (Red+Green+Blue) = 213+184+91=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B85B is #2A47A4. Grayscale: #B6B6B6. Windows color (decimal): -2770853 or 6011093. OLE color: 6011093.
HSL color Cylindrical-coordinate representation of color #D5B85B: hue angle of 45.74º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5B85B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 91 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.16 |
| HSL | 45.74º | 0.59% | 0.6% | - |
| HSV(B) | 45.74º | 0.57% | 0.84% | - |
| XYZ | 46.47 | 49.18 | 16.94 | - |
| YUV | 182.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 91 | 0 | 0.14 | 0.57 | 0.16 | 45.74 | 0.59 | 0.6 |
| Hex | D5 | B8 | 5B | 0 | E | 39 | 10 | 2E | 3B | 3C |
| Octal | 325 | 270 | 133 | 0 | 16 | 71 | 20 | 56 | 73 | 74 |
| Binary | 11010101 | 10111000 | 1011011 | 0 | 1110 | 111001 | 10000 | 101110 | 111011 | 111100 |
Color Harmonies of #D5B85B
Complementary color
Monochromatic Colors of #D5B85B
Black with #D5B85B
Text Example
Text Example
White with #D5B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B85B; }
p { color: rgb(213,184,91); }
H1.HeaderClassName
{
color: #D5B85B;
}
.AnyTagClassName
{
color: #D5B85B;
}
</style>
background-color css
<style>
a { background-color: #D5B85B; }
a { background-color: rgb(213,184,91); }
div.DivClassName
{
background-color: #D5B85B;
}
.BgClassName
{
background-color: #D5B85B;
}
</style>
border-color css
<style>
span { border-color: #D5B85B; }
span { border-color: rgb(213,184,91); }
td.TdClassName
{
border-color: #D5B85B;
}
.TagClassName
{
border-color: #D5B85B;
}
</style>