Shades of Mustard #FFDD55
Tints of Mustard #FFDD55
RGB
CMYK
RGB Variations
Color information
#FFDD55 (or 0xFFDD55) is known color: Mustard. HEX triplet: FF, DD and 55. RGB value is (255,221,85). Sum of RGB (Red+Green+Blue) = 255+221+85=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD55 is #0022AA. Grayscale: #D8D8D8. Windows color (decimal): -8875 or 5627391. OLE color: 5627391.
HSL color Cylindrical-coordinate representation of color #FFDD55: hue angle of 48º 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 #FFDD55 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 85 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48º | 1% | 0.67% | - |
| HSV(B) | 48º | 0.67% | 1% | - |
| XYZ | 68.74 | 73.63 | 19.18 | - |
| YUV | 215.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 85 | 0 | 0.13 | 0.67 | 0 | 48 | 1 | 0.67 |
| Hex | FF | DD | 55 | 0 | D | 43 | 0 | 30 | 64 | 43 |
| Octal | 377 | 335 | 125 | 0 | 15 | 103 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011101 | 1010101 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDD55
Complementary color
Monochromatic Colors of #FFDD55
Black with #FFDD55
Text Example
Text Example
White with #FFDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD55; }
p { color: rgb(255,221,85); }
H1.HeaderClassName
{
color: #FFDD55;
}
.AnyTagClassName
{
color: #FFDD55;
}
</style>
background-color css
<style>
a { background-color: #FFDD55; }
a { background-color: rgb(255,221,85); }
div.DivClassName
{
background-color: #FFDD55;
}
.BgClassName
{
background-color: #FFDD55;
}
</style>
border-color css
<style>
span { border-color: #FFDD55; }
span { border-color: rgb(255,221,85); }
td.TdClassName
{
border-color: #FFDD55;
}
.TagClassName
{
border-color: #FFDD55;
}
</style>