Shades of Mustard #FFDE55
Tints of Mustard #FFDE55
RGB
CMYK
RGB Variations
Color information
#FFDE55 (or 0xFFDE55) is known color: Mustard. HEX triplet: FF, DE and 55. RGB value is (255,222,85). Sum of RGB (Red+Green+Blue) = 255+222+85=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE55 is #0021AA. Grayscale: #D8D8D8. Windows color (decimal): -8619 or 5627647. OLE color: 5627647.
HSL color Cylindrical-coordinate representation of color #FFDE55: hue angle of 48.35º 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 #FFDE55 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 85 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.35º | 1% | 0.67% | - |
| HSV(B) | 48.35º | 0.67% | 1% | - |
| XYZ | 69 | 74.16 | 19.27 | - |
| YUV | 216.25 | 53.93 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 85 | 0 | 0.13 | 0.67 | 0 | 48.35 | 1 | 0.67 |
| Hex | FF | DE | 55 | 0 | D | 43 | 0 | 30 | 64 | 43 |
| Octal | 377 | 336 | 125 | 0 | 15 | 103 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011110 | 1010101 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDE55
Complementary color
Monochromatic Colors of #FFDE55
Black with #FFDE55
Text Example
Text Example
White with #FFDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE55; }
p { color: rgb(255,222,85); }
H1.HeaderClassName
{
color: #FFDE55;
}
.AnyTagClassName
{
color: #FFDE55;
}
</style>
background-color css
<style>
a { background-color: #FFDE55; }
a { background-color: rgb(255,222,85); }
div.DivClassName
{
background-color: #FFDE55;
}
.BgClassName
{
background-color: #FFDE55;
}
</style>
border-color css
<style>
span { border-color: #FFDE55; }
span { border-color: rgb(255,222,85); }
td.TdClassName
{
border-color: #FFDE55;
}
.TagClassName
{
border-color: #FFDE55;
}
</style>