Shades of Tacha #D8BD50
Tints of Tacha #D8BD50
RGB
CMYK
RGB Variations
Color information
#D8BD50 (or 0xD8BD50) is known color: Tacha. HEX triplet: D8, BD and 50. RGB value is (216,189,80). Sum of RGB (Red+Green+Blue) = 216+189+80=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD50 is #2742AF. Grayscale: #B9B9B9. Windows color (decimal): -2572976 or 5291480. OLE color: 5291480.
HSL color Cylindrical-coordinate representation of color #D8BD50: hue angle of 48.09º 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 #D8BD50 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 80 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.15 |
| HSL | 48.09º | 0.64% | 0.58% | - |
| HSV(B) | 48.09º | 0.63% | 0.85% | - |
| XYZ | 47.96 | 51.57 | 15.02 | - |
| YUV | 184.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 80 | 0 | 0.12 | 0.63 | 0.15 | 48.09 | 0.64 | 0.58 |
| Hex | D8 | BD | 50 | 0 | C | 3F | F | 30 | 40 | 3A |
| Octal | 330 | 275 | 120 | 0 | 14 | 77 | 17 | 60 | 100 | 72 |
| Binary | 11011000 | 10111101 | 1010000 | 0 | 1100 | 111111 | 1111 | 110000 | 1000000 | 111010 |
Color Harmonies of #D8BD50
Complementary color
Monochromatic Colors of #D8BD50
Black with #D8BD50
Text Example
Text Example
White with #D8BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD50; }
p { color: rgb(216,189,80); }
H1.HeaderClassName
{
color: #D8BD50;
}
.AnyTagClassName
{
color: #D8BD50;
}
</style>
background-color css
<style>
a { background-color: #D8BD50; }
a { background-color: rgb(216,189,80); }
div.DivClassName
{
background-color: #D8BD50;
}
.BgClassName
{
background-color: #D8BD50;
}
</style>
border-color css
<style>
span { border-color: #D8BD50; }
span { border-color: rgb(216,189,80); }
td.TdClassName
{
border-color: #D8BD50;
}
.TagClassName
{
border-color: #D8BD50;
}
</style>