Shades of Tacha #D8BB50
Tints of Tacha #D8BB50
RGB
CMYK
RGB Variations
Color information
#D8BB50 (or 0xD8BB50) is known color: Tacha. HEX triplet: D8, BB and 50. RGB value is (216,187,80). Sum of RGB (Red+Green+Blue) = 216+187+80=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB50 is #2744AF. Grayscale: #B7B7B7. Windows color (decimal): -2573488 or 5290968. OLE color: 5290968.
HSL color Cylindrical-coordinate representation of color #D8BB50: hue angle of 47.21º 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 #D8BB50 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 80 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.15 |
| HSL | 47.21º | 0.64% | 0.58% | - |
| HSV(B) | 47.21º | 0.63% | 0.85% | - |
| XYZ | 47.54 | 50.72 | 14.87 | - |
| YUV | 183.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 80 | 0 | 0.13 | 0.63 | 0.15 | 47.21 | 0.64 | 0.58 |
| Hex | D8 | BB | 50 | 0 | D | 3F | F | 2F | 40 | 3A |
| Octal | 330 | 273 | 120 | 0 | 15 | 77 | 17 | 57 | 100 | 72 |
| Binary | 11011000 | 10111011 | 1010000 | 0 | 1101 | 111111 | 1111 | 101111 | 1000000 | 111010 |
Color Harmonies of #D8BB50
Complementary color
Monochromatic Colors of #D8BB50
Black with #D8BB50
Text Example
Text Example
White with #D8BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB50; }
p { color: rgb(216,187,80); }
H1.HeaderClassName
{
color: #D8BB50;
}
.AnyTagClassName
{
color: #D8BB50;
}
</style>
background-color css
<style>
a { background-color: #D8BB50; }
a { background-color: rgb(216,187,80); }
div.DivClassName
{
background-color: #D8BB50;
}
.BgClassName
{
background-color: #D8BB50;
}
</style>
border-color css
<style>
span { border-color: #D8BB50; }
span { border-color: rgb(216,187,80); }
td.TdClassName
{
border-color: #D8BB50;
}
.TagClassName
{
border-color: #D8BB50;
}
</style>