Shades of Tacha #D5B85D
Tints of Tacha #D5B85D
RGB
CMYK
RGB Variations
Color information
#D5B85D (or 0xD5B85D) is known color: Tacha. HEX triplet: D5, B8 and 5D. RGB value is (213,184,93). Sum of RGB (Red+Green+Blue) = 213+184+93=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B85D is #2A47A2. Grayscale: #B6B6B6. Windows color (decimal): -2770851 or 6142165. OLE color: 6142165.
HSL color Cylindrical-coordinate representation of color #D5B85D: hue angle of 45.5º 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 #D5B85D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 93 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.16 |
| HSL | 45.5º | 0.59% | 0.6% | - |
| HSV(B) | 45.5º | 0.56% | 0.84% | - |
| XYZ | 46.56 | 49.22 | 17.4 | - |
| YUV | 182.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 93 | 0 | 0.14 | 0.56 | 0.16 | 45.5 | 0.59 | 0.6 |
| Hex | D5 | B8 | 5D | 0 | E | 38 | 10 | 2E | 3B | 3C |
| Octal | 325 | 270 | 135 | 0 | 16 | 70 | 20 | 56 | 73 | 74 |
| Binary | 11010101 | 10111000 | 1011101 | 0 | 1110 | 111000 | 10000 | 101110 | 111011 | 111100 |
Color Harmonies of #D5B85D
Complementary color
Monochromatic Colors of #D5B85D
Black with #D5B85D
Text Example
Text Example
White with #D5B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B85D; }
p { color: rgb(213,184,93); }
H1.HeaderClassName
{
color: #D5B85D;
}
.AnyTagClassName
{
color: #D5B85D;
}
</style>
background-color css
<style>
a { background-color: #D5B85D; }
a { background-color: rgb(213,184,93); }
div.DivClassName
{
background-color: #D5B85D;
}
.BgClassName
{
background-color: #D5B85D;
}
</style>
border-color css
<style>
span { border-color: #D5B85D; }
span { border-color: rgb(213,184,93); }
td.TdClassName
{
border-color: #D5B85D;
}
.TagClassName
{
border-color: #D5B85D;
}
</style>