Shades of Mustard #FFDD54
Tints of Mustard #FFDD54
RGB
CMYK
RGB Variations
Color information
#FFDD54 (or 0xFFDD54) is known color: Mustard. HEX triplet: FF, DD and 54. RGB value is (255,221,84). Sum of RGB (Red+Green+Blue) = 255+221+84=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD54 is #0022AB. Grayscale: #D8D8D8. Windows color (decimal): -8876 or 5561855. OLE color: 5561855.
HSL color Cylindrical-coordinate representation of color #FFDD54: hue angle of 48.07º 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 #FFDD54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.07º | 1% | 0.66% | - |
| HSV(B) | 48.07º | 0.67% | 1% | - |
| XYZ | 68.7 | 73.61 | 18.98 | - |
| YUV | 215.55 | 53.76 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 84 | 0 | 0.13 | 0.67 | 0 | 48.07 | 1 | 0.66 |
| Hex | FF | DD | 54 | 0 | D | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 335 | 124 | 0 | 15 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011101 | 1010100 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDD54
Complementary color
Monochromatic Colors of #FFDD54
Black with #FFDD54
Text Example
Text Example
White with #FFDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD54; }
p { color: rgb(255,221,84); }
H1.HeaderClassName
{
color: #FFDD54;
}
.AnyTagClassName
{
color: #FFDD54;
}
</style>
background-color css
<style>
a { background-color: #FFDD54; }
a { background-color: rgb(255,221,84); }
div.DivClassName
{
background-color: #FFDD54;
}
.BgClassName
{
background-color: #FFDD54;
}
</style>
border-color css
<style>
span { border-color: #FFDD54; }
span { border-color: rgb(255,221,84); }
td.TdClassName
{
border-color: #FFDD54;
}
.TagClassName
{
border-color: #FFDD54;
}
</style>