Shades of Mustard #FFDF53
Tints of Mustard #FFDF53
RGB
CMYK
RGB Variations
Color information
#FFDF53 (or 0xFFDF53) is known color: Mustard. HEX triplet: FF, DF and 53. RGB value is (255,223,83). Sum of RGB (Red+Green+Blue) = 255+223+83=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF53 is #0020AC. Grayscale: #D9D9D9. Windows color (decimal): -8365 or 5496831. OLE color: 5496831.
HSL color Cylindrical-coordinate representation of color #FFDF53: hue angle of 48.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFDF53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 83 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.84º | 1% | 0.66% | - |
| HSV(B) | 48.84º | 0.67% | 1% | - |
| XYZ | 69.19 | 74.66 | 18.95 | - |
| YUV | 216.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 83 | 0 | 0.13 | 0.67 | 0 | 48.84 | 1 | 0.66 |
| Hex | FF | DF | 53 | 0 | D | 43 | 0 | 31 | 64 | 42 |
| Octal | 377 | 337 | 123 | 0 | 15 | 103 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11011111 | 1010011 | 0 | 1101 | 1000011 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFDF53
Complementary color
Monochromatic Colors of #FFDF53
Black with #FFDF53
Text Example
Text Example
White with #FFDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF53; }
p { color: rgb(255,223,83); }
H1.HeaderClassName
{
color: #FFDF53;
}
.AnyTagClassName
{
color: #FFDF53;
}
</style>
background-color css
<style>
a { background-color: #FFDF53; }
a { background-color: rgb(255,223,83); }
div.DivClassName
{
background-color: #FFDF53;
}
.BgClassName
{
background-color: #FFDF53;
}
</style>
border-color css
<style>
span { border-color: #FFDF53; }
span { border-color: rgb(255,223,83); }
td.TdClassName
{
border-color: #FFDF53;
}
.TagClassName
{
border-color: #FFDF53;
}
</style>