Shades of Tacha #D5BC55
Tints of Tacha #D5BC55
RGB
CMYK
RGB Variations
Color information
#D5BC55 (or 0xD5BC55) is known color: Tacha. HEX triplet: D5, BC and 55. RGB value is (213,188,85). Sum of RGB (Red+Green+Blue) = 213+188+85=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC55 is #2A43AA. Grayscale: #B8B8B8. Windows color (decimal): -2769835 or 5618901. OLE color: 5618901.
HSL color Cylindrical-coordinate representation of color #D5BC55: hue angle of 48.28º 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 #D5BC55 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 85 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.16 |
| HSL | 48.28º | 0.6% | 0.58% | - |
| HSV(B) | 48.28º | 0.6% | 0.84% | - |
| XYZ | 47.06 | 50.77 | 15.91 | - |
| YUV | 183.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 85 | 0 | 0.12 | 0.60 | 0.16 | 48.28 | 0.6 | 0.58 |
| Hex | D5 | BC | 55 | 0 | C | 3C | 10 | 30 | 3C | 3A |
| Octal | 325 | 274 | 125 | 0 | 14 | 74 | 20 | 60 | 74 | 72 |
| Binary | 11010101 | 10111100 | 1010101 | 0 | 1100 | 111100 | 10000 | 110000 | 111100 | 111010 |
Color Harmonies of #D5BC55
Complementary color
Monochromatic Colors of #D5BC55
Black with #D5BC55
Text Example
Text Example
White with #D5BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC55; }
p { color: rgb(213,188,85); }
H1.HeaderClassName
{
color: #D5BC55;
}
.AnyTagClassName
{
color: #D5BC55;
}
</style>
background-color css
<style>
a { background-color: #D5BC55; }
a { background-color: rgb(213,188,85); }
div.DivClassName
{
background-color: #D5BC55;
}
.BgClassName
{
background-color: #D5BC55;
}
</style>
border-color css
<style>
span { border-color: #D5BC55; }
span { border-color: rgb(213,188,85); }
td.TdClassName
{
border-color: #D5BC55;
}
.TagClassName
{
border-color: #D5BC55;
}
</style>