Shades of Tacha #D5BC56
Tints of Tacha #D5BC56
RGB
CMYK
RGB Variations
Color information
#D5BC56 (or 0xD5BC56) is known color: Tacha. HEX triplet: D5, BC and 56. RGB value is (213,188,86). Sum of RGB (Red+Green+Blue) = 213+188+86=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC56 is #2A43A9. Grayscale: #B8B8B8. Windows color (decimal): -2769834 or 5684437. OLE color: 5684437.
HSL color Cylindrical-coordinate representation of color #D5BC56: hue angle of 48.19º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5BC56 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 86 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.16 |
| HSL | 48.19º | 0.6% | 0.59% | - |
| HSV(B) | 48.19º | 0.6% | 0.84% | - |
| XYZ | 47.1 | 50.78 | 16.12 | - |
| YUV | 183.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 86 | 0 | 0.12 | 0.60 | 0.16 | 48.19 | 0.6 | 0.59 |
| Hex | D5 | BC | 56 | 0 | C | 3C | 10 | 30 | 3C | 3B |
| Octal | 325 | 274 | 126 | 0 | 14 | 74 | 20 | 60 | 74 | 73 |
| Binary | 11010101 | 10111100 | 1010110 | 0 | 1100 | 111100 | 10000 | 110000 | 111100 | 111011 |
Color Harmonies of #D5BC56
Complementary color
Monochromatic Colors of #D5BC56
Black with #D5BC56
Text Example
Text Example
White with #D5BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC56; }
p { color: rgb(213,188,86); }
H1.HeaderClassName
{
color: #D5BC56;
}
.AnyTagClassName
{
color: #D5BC56;
}
</style>
background-color css
<style>
a { background-color: #D5BC56; }
a { background-color: rgb(213,188,86); }
div.DivClassName
{
background-color: #D5BC56;
}
.BgClassName
{
background-color: #D5BC56;
}
</style>
border-color css
<style>
span { border-color: #D5BC56; }
span { border-color: rgb(213,188,86); }
td.TdClassName
{
border-color: #D5BC56;
}
.TagClassName
{
border-color: #D5BC56;
}
</style>