Shades of Mustard #FFDF54
Tints of Mustard #FFDF54
RGB
CMYK
RGB Variations
Color information
#FFDF54 (or 0xFFDF54) is known color: Mustard. HEX triplet: FF, DF and 54. RGB value is (255,223,84). Sum of RGB (Red+Green+Blue) = 255+223+84=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF54 is #0020AB. Grayscale: #D9D9D9. Windows color (decimal): -8364 or 5562367. OLE color: 5562367.
HSL color Cylindrical-coordinate representation of color #FFDF54: hue angle of 48.77º 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 #FFDF54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.77º | 1% | 0.66% | - |
| HSV(B) | 48.77º | 0.67% | 1% | - |
| XYZ | 69.23 | 74.68 | 19.15 | - |
| YUV | 216.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 84 | 0 | 0.13 | 0.67 | 0 | 48.77 | 1 | 0.66 |
| Hex | FF | DF | 54 | 0 | D | 43 | 0 | 31 | 64 | 42 |
| Octal | 377 | 337 | 124 | 0 | 15 | 103 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11011111 | 1010100 | 0 | 1101 | 1000011 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFDF54
Complementary color
Monochromatic Colors of #FFDF54
Black with #FFDF54
Text Example
Text Example
White with #FFDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF54; }
p { color: rgb(255,223,84); }
H1.HeaderClassName
{
color: #FFDF54;
}
.AnyTagClassName
{
color: #FFDF54;
}
</style>
background-color css
<style>
a { background-color: #FFDF54; }
a { background-color: rgb(255,223,84); }
div.DivClassName
{
background-color: #FFDF54;
}
.BgClassName
{
background-color: #FFDF54;
}
</style>
border-color css
<style>
span { border-color: #FFDF54; }
span { border-color: rgb(255,223,84); }
td.TdClassName
{
border-color: #FFDF54;
}
.TagClassName
{
border-color: #FFDF54;
}
</style>