Shades of Tacha #D8BC50
Tints of Tacha #D8BC50
RGB
CMYK
RGB Variations
Color information
#D8BC50 (or 0xD8BC50) is known color: Tacha. HEX triplet: D8, BC and 50. RGB value is (216,188,80). Sum of RGB (Red+Green+Blue) = 216+188+80=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC50 is #2743AF. Grayscale: #B8B8B8. Windows color (decimal): -2573232 or 5291224. OLE color: 5291224.
HSL color Cylindrical-coordinate representation of color #D8BC50: hue angle of 47.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8BC50 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 80 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.15 |
| HSL | 47.65º | 0.64% | 0.58% | - |
| HSV(B) | 47.65º | 0.63% | 0.85% | - |
| XYZ | 47.75 | 51.14 | 14.94 | - |
| YUV | 184.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 80 | 0 | 0.13 | 0.63 | 0.15 | 47.65 | 0.64 | 0.58 |
| Hex | D8 | BC | 50 | 0 | D | 3F | F | 30 | 40 | 3A |
| Octal | 330 | 274 | 120 | 0 | 15 | 77 | 17 | 60 | 100 | 72 |
| Binary | 11011000 | 10111100 | 1010000 | 0 | 1101 | 111111 | 1111 | 110000 | 1000000 | 111010 |
Color Harmonies of #D8BC50
Complementary color
Monochromatic Colors of #D8BC50
Black with #D8BC50
Text Example
Text Example
White with #D8BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC50; }
p { color: rgb(216,188,80); }
H1.HeaderClassName
{
color: #D8BC50;
}
.AnyTagClassName
{
color: #D8BC50;
}
</style>
background-color css
<style>
a { background-color: #D8BC50; }
a { background-color: rgb(216,188,80); }
div.DivClassName
{
background-color: #D8BC50;
}
.BgClassName
{
background-color: #D8BC50;
}
</style>
border-color css
<style>
span { border-color: #D8BC50; }
span { border-color: rgb(216,188,80); }
td.TdClassName
{
border-color: #D8BC50;
}
.TagClassName
{
border-color: #D8BC50;
}
</style>