Shades of Mustard #FFDF57
Tints of Mustard #FFDF57
RGB
CMYK
RGB Variations
Color information
#FFDF57 (or 0xFFDF57) is known color: Mustard. HEX triplet: FF, DF and 57. RGB value is (255,223,87). Sum of RGB (Red+Green+Blue) = 255+223+87=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 87 (34.38% from 255 or 15.40% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF57 is #0020A8. Grayscale: #D9D9D9. Windows color (decimal): -8361 or 5758975. OLE color: 5758975.
HSL color Cylindrical-coordinate representation of color #FFDF57: hue angle of 48.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFDF57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0 |
| HSL | 48.57º | 1% | 0.67% | - |
| HSV(B) | 48.57º | 0.66% | 1% | - |
| XYZ | 69.35 | 74.72 | 19.78 | - |
| YUV | 217.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 87 | 0 | 0.13 | 0.66 | 0 | 48.57 | 1 | 0.67 |
| Hex | FF | DF | 57 | 0 | D | 42 | 0 | 31 | 64 | 43 |
| Octal | 377 | 337 | 127 | 0 | 15 | 102 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11011111 | 1010111 | 0 | 1101 | 1000010 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFDF57
Complementary color
Monochromatic Colors of #FFDF57
Black with #FFDF57
Text Example
Text Example
White with #FFDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF57; }
p { color: rgb(255,223,87); }
H1.HeaderClassName
{
color: #FFDF57;
}
.AnyTagClassName
{
color: #FFDF57;
}
</style>
background-color css
<style>
a { background-color: #FFDF57; }
a { background-color: rgb(255,223,87); }
div.DivClassName
{
background-color: #FFDF57;
}
.BgClassName
{
background-color: #FFDF57;
}
</style>
border-color css
<style>
span { border-color: #FFDF57; }
span { border-color: rgb(255,223,87); }
td.TdClassName
{
border-color: #FFDF57;
}
.TagClassName
{
border-color: #FFDF57;
}
</style>