Shades of Mustard #FFDD51
Tints of Mustard #FFDD51
RGB
CMYK
RGB Variations
Color information
#FFDD51 (or 0xFFDD51) is known color: Mustard. HEX triplet: FF, DD and 51. RGB value is (255,221,81). Sum of RGB (Red+Green+Blue) = 255+221+81=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD51 is #0022AE. Grayscale: #D7D7D7. Windows color (decimal): -8879 or 5365247. OLE color: 5365247.
HSL color Cylindrical-coordinate representation of color #FFDD51: hue angle of 48.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFDD51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0 |
| HSL | 48.28º | 1% | 0.66% | - |
| HSV(B) | 48.28º | 0.68% | 1% | - |
| XYZ | 68.58 | 73.57 | 18.37 | - |
| YUV | 215.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 81 | 0 | 0.13 | 0.68 | 0 | 48.28 | 1 | 0.66 |
| Hex | FF | DD | 51 | 0 | D | 44 | 0 | 30 | 64 | 42 |
| Octal | 377 | 335 | 121 | 0 | 15 | 104 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011101 | 1010001 | 0 | 1101 | 1000100 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDD51
Complementary color
Monochromatic Colors of #FFDD51
Black with #FFDD51
Text Example
Text Example
White with #FFDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD51; }
p { color: rgb(255,221,81); }
H1.HeaderClassName
{
color: #FFDD51;
}
.AnyTagClassName
{
color: #FFDD51;
}
</style>
background-color css
<style>
a { background-color: #FFDD51; }
a { background-color: rgb(255,221,81); }
div.DivClassName
{
background-color: #FFDD51;
}
.BgClassName
{
background-color: #FFDD51;
}
</style>
border-color css
<style>
span { border-color: #FFDD51; }
span { border-color: rgb(255,221,81); }
td.TdClassName
{
border-color: #FFDD51;
}
.TagClassName
{
border-color: #FFDD51;
}
</style>