Shades of Mustard #FFDE53
Tints of Mustard #FFDE53
RGB
CMYK
RGB Variations
Color information
#FFDE53 (or 0xFFDE53) is known color: Mustard. HEX triplet: FF, DE and 53. RGB value is (255,222,83). Sum of RGB (Red+Green+Blue) = 255+222+83=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 83 (32.81% from 255 or 14.82% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE53 is #0021AC. Grayscale: #D8D8D8. Windows color (decimal): -8621 or 5496575. OLE color: 5496575.
HSL color Cylindrical-coordinate representation of color #FFDE53: hue angle of 48.49º 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 #FFDE53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 83 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.49º | 1% | 0.66% | - |
| HSV(B) | 48.49º | 0.67% | 1% | - |
| XYZ | 68.92 | 74.13 | 18.86 | - |
| YUV | 216.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 83 | 0 | 0.13 | 0.67 | 0 | 48.49 | 1 | 0.66 |
| Hex | FF | DE | 53 | 0 | D | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 336 | 123 | 0 | 15 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011110 | 1010011 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDE53
Complementary color
Monochromatic Colors of #FFDE53
Black with #FFDE53
Text Example
Text Example
White with #FFDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE53; }
p { color: rgb(255,222,83); }
H1.HeaderClassName
{
color: #FFDE53;
}
.AnyTagClassName
{
color: #FFDE53;
}
</style>
background-color css
<style>
a { background-color: #FFDE53; }
a { background-color: rgb(255,222,83); }
div.DivClassName
{
background-color: #FFDE53;
}
.BgClassName
{
background-color: #FFDE53;
}
</style>
border-color css
<style>
span { border-color: #FFDE53; }
span { border-color: rgb(255,222,83); }
td.TdClassName
{
border-color: #FFDE53;
}
.TagClassName
{
border-color: #FFDE53;
}
</style>