Shades of Mustard #FFDD50
Tints of Mustard #FFDD50
RGB
CMYK
RGB Variations
Color information
#FFDD50 (or 0xFFDD50) is known color: Mustard. HEX triplet: FF, DD and 50. RGB value is (255,221,80). Sum of RGB (Red+Green+Blue) = 255+221+80=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD50 is #0022AF. Grayscale: #D7D7D7. Windows color (decimal): -8880 or 5299711. OLE color: 5299711.
HSL color Cylindrical-coordinate representation of color #FFDD50: hue angle of 48.34º 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 #FFDD50 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 80 | - |
| CMYK | 0 | 0.13 | 0.69 | 0 |
| HSL | 48.34º | 1% | 0.66% | - |
| HSV(B) | 48.34º | 0.69% | 1% | - |
| XYZ | 68.54 | 73.55 | 18.17 | - |
| YUV | 215.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 80 | 0 | 0.13 | 0.69 | 0 | 48.34 | 1 | 0.66 |
| Hex | FF | DD | 50 | 0 | D | 45 | 0 | 30 | 64 | 42 |
| Octal | 377 | 335 | 120 | 0 | 15 | 105 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011101 | 1010000 | 0 | 1101 | 1000101 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDD50
Complementary color
Monochromatic Colors of #FFDD50
Black with #FFDD50
Text Example
Text Example
White with #FFDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD50; }
p { color: rgb(255,221,80); }
H1.HeaderClassName
{
color: #FFDD50;
}
.AnyTagClassName
{
color: #FFDD50;
}
</style>
background-color css
<style>
a { background-color: #FFDD50; }
a { background-color: rgb(255,221,80); }
div.DivClassName
{
background-color: #FFDD50;
}
.BgClassName
{
background-color: #FFDD50;
}
</style>
border-color css
<style>
span { border-color: #FFDD50; }
span { border-color: rgb(255,221,80); }
td.TdClassName
{
border-color: #FFDD50;
}
.TagClassName
{
border-color: #FFDD50;
}
</style>