Shades of Mustard #FFDD53
Tints of Mustard #FFDD53
RGB
CMYK
RGB Variations
Color information
#FFDD53 (or 0xFFDD53) is known color: Mustard. HEX triplet: FF, DD and 53. RGB value is (255,221,83). Sum of RGB (Red+Green+Blue) = 255+221+83=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 83 (32.81% from 255 or 14.85% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD53 is #0022AC. Grayscale: #D8D8D8. Windows color (decimal): -8877 or 5496319. OLE color: 5496319.
HSL color Cylindrical-coordinate representation of color #FFDD53: hue angle of 48.14º 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 #FFDD53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 83 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.14º | 1% | 0.66% | - |
| HSV(B) | 48.14º | 0.67% | 1% | - |
| XYZ | 68.66 | 73.6 | 18.77 | - |
| YUV | 215.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 83 | 0 | 0.13 | 0.67 | 0 | 48.14 | 1 | 0.66 |
| Hex | FF | DD | 53 | 0 | D | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 335 | 123 | 0 | 15 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011101 | 1010011 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDD53
Complementary color
Monochromatic Colors of #FFDD53
Black with #FFDD53
Text Example
Text Example
White with #FFDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD53; }
p { color: rgb(255,221,83); }
H1.HeaderClassName
{
color: #FFDD53;
}
.AnyTagClassName
{
color: #FFDD53;
}
</style>
background-color css
<style>
a { background-color: #FFDD53; }
a { background-color: rgb(255,221,83); }
div.DivClassName
{
background-color: #FFDD53;
}
.BgClassName
{
background-color: #FFDD53;
}
</style>
border-color css
<style>
span { border-color: #FFDD53; }
span { border-color: rgb(255,221,83); }
td.TdClassName
{
border-color: #FFDD53;
}
.TagClassName
{
border-color: #FFDD53;
}
</style>