Shades of Mustard #FFDE51
Tints of Mustard #FFDE51
RGB
CMYK
RGB Variations
Color information
#FFDE51 (or 0xFFDE51) is known color: Mustard. HEX triplet: FF, DE and 51. RGB value is (255,222,81). Sum of RGB (Red+Green+Blue) = 255+222+81=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 81 (32.03% from 255 or 14.52% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE51 is #0021AE. Grayscale: #D8D8D8. Windows color (decimal): -8623 or 5365503. OLE color: 5365503.
HSL color Cylindrical-coordinate representation of color #FFDE51: hue angle of 48.62º 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 #FFDE51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0 |
| HSL | 48.62º | 1% | 0.66% | - |
| HSV(B) | 48.62º | 0.68% | 1% | - |
| XYZ | 68.85 | 74.1 | 18.46 | - |
| YUV | 215.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 81 | 0 | 0.13 | 0.68 | 0 | 48.62 | 1 | 0.66 |
| Hex | FF | DE | 51 | 0 | D | 44 | 0 | 31 | 64 | 42 |
| Octal | 377 | 336 | 121 | 0 | 15 | 104 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11011110 | 1010001 | 0 | 1101 | 1000100 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFDE51
Complementary color
Monochromatic Colors of #FFDE51
Black with #FFDE51
Text Example
Text Example
White with #FFDE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE51; }
p { color: rgb(255,222,81); }
H1.HeaderClassName
{
color: #FFDE51;
}
.AnyTagClassName
{
color: #FFDE51;
}
</style>
background-color css
<style>
a { background-color: #FFDE51; }
a { background-color: rgb(255,222,81); }
div.DivClassName
{
background-color: #FFDE51;
}
.BgClassName
{
background-color: #FFDE51;
}
</style>
border-color css
<style>
span { border-color: #FFDE51; }
span { border-color: rgb(255,222,81); }
td.TdClassName
{
border-color: #FFDE51;
}
.TagClassName
{
border-color: #FFDE51;
}
</style>