Shades of Mustard #FFDF50
Tints of Mustard #FFDF50
RGB
CMYK
RGB Variations
Color information
#FFDF50 (or 0xFFDF50) is known color: Mustard. HEX triplet: FF, DF and 50. RGB value is (255,223,80). Sum of RGB (Red+Green+Blue) = 255+223+80=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 80 (31.64% from 255 or 14.34% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF50 is #0020AF. Grayscale: #D8D8D8. Windows color (decimal): -8368 or 5300223. OLE color: 5300223.
HSL color Cylindrical-coordinate representation of color #FFDF50: hue angle of 49.03º 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 #FFDF50 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 80 | - |
| CMYK | 0 | 0.13 | 0.69 | 0 |
| HSL | 49.03º | 1% | 0.66% | - |
| HSV(B) | 49.03º | 0.69% | 1% | - |
| XYZ | 69.08 | 74.61 | 18.35 | - |
| YUV | 216.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 80 | 0 | 0.13 | 0.69 | 0 | 49.03 | 1 | 0.66 |
| Hex | FF | DF | 50 | 0 | D | 45 | 0 | 31 | 64 | 42 |
| Octal | 377 | 337 | 120 | 0 | 15 | 105 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11011111 | 1010000 | 0 | 1101 | 1000101 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFDF50
Complementary color
Monochromatic Colors of #FFDF50
Black with #FFDF50
Text Example
Text Example
White with #FFDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF50; }
p { color: rgb(255,223,80); }
H1.HeaderClassName
{
color: #FFDF50;
}
.AnyTagClassName
{
color: #FFDF50;
}
</style>
background-color css
<style>
a { background-color: #FFDF50; }
a { background-color: rgb(255,223,80); }
div.DivClassName
{
background-color: #FFDF50;
}
.BgClassName
{
background-color: #FFDF50;
}
</style>
border-color css
<style>
span { border-color: #FFDF50; }
span { border-color: rgb(255,223,80); }
td.TdClassName
{
border-color: #FFDF50;
}
.TagClassName
{
border-color: #FFDF50;
}
</style>