Shades of Mustard #FFDF55
Tints of Mustard #FFDF55
RGB
CMYK
RGB Variations
Color information
#FFDF55 (or 0xFFDF55) is known color: Mustard. HEX triplet: FF, DF and 55. RGB value is (255,223,85). Sum of RGB (Red+Green+Blue) = 255+223+85=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 85 (33.59% from 255 or 15.10% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF55 is #0020AA. Grayscale: #D9D9D9. Windows color (decimal): -8363 or 5627903. OLE color: 5627903.
HSL color Cylindrical-coordinate representation of color #FFDF55: hue angle of 48.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFDF55 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 85 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.71º | 1% | 0.67% | - |
| HSV(B) | 48.71º | 0.67% | 1% | - |
| XYZ | 69.27 | 74.69 | 19.36 | - |
| YUV | 216.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 85 | 0 | 0.13 | 0.67 | 0 | 48.71 | 1 | 0.67 |
| Hex | FF | DF | 55 | 0 | D | 43 | 0 | 31 | 64 | 43 |
| Octal | 377 | 337 | 125 | 0 | 15 | 103 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11011111 | 1010101 | 0 | 1101 | 1000011 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFDF55
Complementary color
Monochromatic Colors of #FFDF55
Black with #FFDF55
Text Example
Text Example
White with #FFDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF55; }
p { color: rgb(255,223,85); }
H1.HeaderClassName
{
color: #FFDF55;
}
.AnyTagClassName
{
color: #FFDF55;
}
</style>
background-color css
<style>
a { background-color: #FFDF55; }
a { background-color: rgb(255,223,85); }
div.DivClassName
{
background-color: #FFDF55;
}
.BgClassName
{
background-color: #FFDF55;
}
</style>
border-color css
<style>
span { border-color: #FFDF55; }
span { border-color: rgb(255,223,85); }
td.TdClassName
{
border-color: #FFDF55;
}
.TagClassName
{
border-color: #FFDF55;
}
</style>