Shades of Tacha #D5B85F
Tints of Tacha #D5B85F
RGB
CMYK
RGB Variations
Color information
#D5B85F (or 0xD5B85F) is known color: Tacha. HEX triplet: D5, B8 and 5F. RGB value is (213,184,95). Sum of RGB (Red+Green+Blue) = 213+184+95=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B85F is #2A47A0. Grayscale: #B6B6B6. Windows color (decimal): -2770849 or 6273237. OLE color: 6273237.
HSL color Cylindrical-coordinate representation of color #D5B85F: hue angle of 45.25º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5B85F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 95 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.16 |
| HSL | 45.25º | 0.58% | 0.6% | - |
| HSV(B) | 45.25º | 0.55% | 0.84% | - |
| XYZ | 46.65 | 49.25 | 17.87 | - |
| YUV | 182.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 95 | 0 | 0.14 | 0.55 | 0.16 | 45.25 | 0.58 | 0.6 |
| Hex | D5 | B8 | 5F | 0 | E | 37 | 10 | 2D | 3A | 3C |
| Octal | 325 | 270 | 137 | 0 | 16 | 67 | 20 | 55 | 72 | 74 |
| Binary | 11010101 | 10111000 | 1011111 | 0 | 1110 | 110111 | 10000 | 101101 | 111010 | 111100 |
Color Harmonies of #D5B85F
Complementary color
Monochromatic Colors of #D5B85F
Black with #D5B85F
Text Example
Text Example
White with #D5B85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B85F; }
p { color: rgb(213,184,95); }
H1.HeaderClassName
{
color: #D5B85F;
}
.AnyTagClassName
{
color: #D5B85F;
}
</style>
background-color css
<style>
a { background-color: #D5B85F; }
a { background-color: rgb(213,184,95); }
div.DivClassName
{
background-color: #D5B85F;
}
.BgClassName
{
background-color: #D5B85F;
}
</style>
border-color css
<style>
span { border-color: #D5B85F; }
span { border-color: rgb(213,184,95); }
td.TdClassName
{
border-color: #D5B85F;
}
.TagClassName
{
border-color: #D5B85F;
}
</style>