Shades of Tacha #D5B955
Tints of Tacha #D5B955
RGB
CMYK
RGB Variations
Color information
#D5B955 (or 0xD5B955) is known color: Tacha. HEX triplet: D5, B9 and 55. RGB value is (213,185,85). Sum of RGB (Red+Green+Blue) = 213+185+85=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B955 is #2A46AA. Grayscale: #B6B6B6. Windows color (decimal): -2770603 or 5618133. OLE color: 5618133.
HSL color Cylindrical-coordinate representation of color #D5B955: hue angle of 46.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5B955 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 85 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.16 |
| HSL | 46.88º | 0.6% | 0.58% | - |
| HSV(B) | 46.88º | 0.6% | 0.84% | - |
| XYZ | 46.43 | 49.5 | 15.7 | - |
| YUV | 181.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 85 | 0 | 0.13 | 0.60 | 0.16 | 46.88 | 0.6 | 0.58 |
| Hex | D5 | B9 | 55 | 0 | D | 3C | 10 | 2F | 3C | 3A |
| Octal | 325 | 271 | 125 | 0 | 15 | 74 | 20 | 57 | 74 | 72 |
| Binary | 11010101 | 10111001 | 1010101 | 0 | 1101 | 111100 | 10000 | 101111 | 111100 | 111010 |
Color Harmonies of #D5B955
Complementary color
Monochromatic Colors of #D5B955
Black with #D5B955
Text Example
Text Example
White with #D5B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B955; }
p { color: rgb(213,185,85); }
H1.HeaderClassName
{
color: #D5B955;
}
.AnyTagClassName
{
color: #D5B955;
}
</style>
background-color css
<style>
a { background-color: #D5B955; }
a { background-color: rgb(213,185,85); }
div.DivClassName
{
background-color: #D5B955;
}
.BgClassName
{
background-color: #D5B955;
}
</style>
border-color css
<style>
span { border-color: #D5B955; }
span { border-color: rgb(213,185,85); }
td.TdClassName
{
border-color: #D5B955;
}
.TagClassName
{
border-color: #D5B955;
}
</style>