Shades of Mustard #FFDF58
Tints of Mustard #FFDF58
RGB
CMYK
RGB Variations
Color information
#FFDF58 (or 0xFFDF58) is known color: Mustard. HEX triplet: FF, DF and 58. RGB value is (255,223,88). Sum of RGB (Red+Green+Blue) = 255+223+88=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 88 (34.77% from 255 or 15.55% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF58 is #0020A7. Grayscale: #D9D9D9. Windows color (decimal): -8360 or 5824511. OLE color: 5824511.
HSL color Cylindrical-coordinate representation of color #FFDF58: hue angle of 48.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDF58 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 88 | - |
| CMYK | 0 | 0.13 | 0.65 | 0 |
| HSL | 48.5º | 1% | 0.67% | - |
| HSV(B) | 48.5º | 0.65% | 1% | - |
| XYZ | 69.39 | 74.74 | 20 | - |
| YUV | 217.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 88 | 0 | 0.13 | 0.65 | 0 | 48.5 | 1 | 0.67 |
| Hex | FF | DF | 58 | 0 | D | 41 | 0 | 31 | 64 | 43 |
| Octal | 377 | 337 | 130 | 0 | 15 | 101 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11011111 | 1011000 | 0 | 1101 | 1000001 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFDF58
Complementary color
Monochromatic Colors of #FFDF58
Black with #FFDF58
Text Example
Text Example
White with #FFDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF58; }
p { color: rgb(255,223,88); }
H1.HeaderClassName
{
color: #FFDF58;
}
.AnyTagClassName
{
color: #FFDF58;
}
</style>
background-color css
<style>
a { background-color: #FFDF58; }
a { background-color: rgb(255,223,88); }
div.DivClassName
{
background-color: #FFDF58;
}
.BgClassName
{
background-color: #FFDF58;
}
</style>
border-color css
<style>
span { border-color: #FFDF58; }
span { border-color: rgb(255,223,88); }
td.TdClassName
{
border-color: #FFDF58;
}
.TagClassName
{
border-color: #FFDF58;
}
</style>