Shades of Mustard #FFDB50
Tints of Mustard #FFDB50
RGB
CMYK
RGB Variations
Color information
#FFDB50 (or 0xFFDB50) is known color: Mustard. HEX triplet: FF, DB and 50. RGB value is (255,219,80). Sum of RGB (Red+Green+Blue) = 255+219+80=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB50 is #0024AF. Grayscale: #D6D6D6. Windows color (decimal): -9392 or 5299199. OLE color: 5299199.
HSL color Cylindrical-coordinate representation of color #FFDB50: hue angle of 47.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFDB50 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 80 | - |
| CMYK | 0 | 0.14 | 0.69 | 0 |
| HSL | 47.66º | 1% | 0.66% | - |
| HSV(B) | 47.66º | 0.69% | 1% | - |
| XYZ | 68.02 | 72.5 | 18 | - |
| YUV | 213.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 80 | 0 | 0.14 | 0.69 | 0 | 47.66 | 1 | 0.66 |
| Hex | FF | DB | 50 | 0 | E | 45 | 0 | 30 | 64 | 42 |
| Octal | 377 | 333 | 120 | 0 | 16 | 105 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011011 | 1010000 | 0 | 1110 | 1000101 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDB50
Complementary color
Monochromatic Colors of #FFDB50
Black with #FFDB50
Text Example
Text Example
White with #FFDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB50; }
p { color: rgb(255,219,80); }
H1.HeaderClassName
{
color: #FFDB50;
}
.AnyTagClassName
{
color: #FFDB50;
}
</style>
background-color css
<style>
a { background-color: #FFDB50; }
a { background-color: rgb(255,219,80); }
div.DivClassName
{
background-color: #FFDB50;
}
.BgClassName
{
background-color: #FFDB50;
}
</style>
border-color css
<style>
span { border-color: #FFDB50; }
span { border-color: rgb(255,219,80); }
td.TdClassName
{
border-color: #FFDB50;
}
.TagClassName
{
border-color: #FFDB50;
}
</style>