Shades of Tacha #D5BC57
Tints of Tacha #D5BC57
RGB
CMYK
RGB Variations
Color information
#D5BC57 (or 0xD5BC57) is known color: Tacha. HEX triplet: D5, BC and 57. RGB value is (213,188,87). Sum of RGB (Red+Green+Blue) = 213+188+87=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC57 is #2A43A8. Grayscale: #B8B8B8. Windows color (decimal): -2769833 or 5749973. OLE color: 5749973.
HSL color Cylindrical-coordinate representation of color #D5BC57: hue angle of 48.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5BC57 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 87 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.16 |
| HSL | 48.1º | 0.6% | 0.59% | - |
| HSV(B) | 48.1º | 0.59% | 0.84% | - |
| XYZ | 47.14 | 50.8 | 16.34 | - |
| YUV | 183.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 87 | 0 | 0.12 | 0.59 | 0.16 | 48.1 | 0.6 | 0.59 |
| Hex | D5 | BC | 57 | 0 | C | 3B | 10 | 30 | 3C | 3B |
| Octal | 325 | 274 | 127 | 0 | 14 | 73 | 20 | 60 | 74 | 73 |
| Binary | 11010101 | 10111100 | 1010111 | 0 | 1100 | 111011 | 10000 | 110000 | 111100 | 111011 |
Color Harmonies of #D5BC57
Complementary color
Monochromatic Colors of #D5BC57
Black with #D5BC57
Text Example
Text Example
White with #D5BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC57; }
p { color: rgb(213,188,87); }
H1.HeaderClassName
{
color: #D5BC57;
}
.AnyTagClassName
{
color: #D5BC57;
}
</style>
background-color css
<style>
a { background-color: #D5BC57; }
a { background-color: rgb(213,188,87); }
div.DivClassName
{
background-color: #D5BC57;
}
.BgClassName
{
background-color: #D5BC57;
}
</style>
border-color css
<style>
span { border-color: #D5BC57; }
span { border-color: rgb(213,188,87); }
td.TdClassName
{
border-color: #D5BC57;
}
.TagClassName
{
border-color: #D5BC57;
}
</style>