Shades of Mustard #FFDE5D
Tints of Mustard #FFDE5D
RGB
CMYK
RGB Variations
Color information
#FFDE5D (or 0xFFDE5D) is known color: Mustard. HEX triplet: FF, DE and 5D. RGB value is (255,222,93). Sum of RGB (Red+Green+Blue) = 255+222+93=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5D is #0021A2. Grayscale: #D9D9D9. Windows color (decimal): -8611 or 6151935. OLE color: 6151935.
HSL color Cylindrical-coordinate representation of color #FFDE5D: hue angle of 47.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFDE5D is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 93 | - |
| CMYK | 0 | 0.13 | 0.64 | 0 |
| HSL | 47.78º | 1% | 0.68% | - |
| HSV(B) | 47.78º | 0.64% | 1% | - |
| XYZ | 69.34 | 74.29 | 21.04 | - |
| YUV | 217.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 93 | 0 | 0.13 | 0.64 | 0 | 47.78 | 1 | 0.68 |
| Hex | FF | DE | 5D | 0 | D | 40 | 0 | 30 | 64 | 44 |
| Octal | 377 | 336 | 135 | 0 | 15 | 100 | 0 | 60 | 144 | 104 |
| Binary | 11111111 | 11011110 | 1011101 | 0 | 1101 | 1000000 | 0 | 110000 | 1100100 | 1000100 |
Color Harmonies of #FFDE5D
Complementary color
Monochromatic Colors of #FFDE5D
Black with #FFDE5D
Text Example
Text Example
White with #FFDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE5D; }
p { color: rgb(255,222,93); }
H1.HeaderClassName
{
color: #FFDE5D;
}
.AnyTagClassName
{
color: #FFDE5D;
}
</style>
background-color css
<style>
a { background-color: #FFDE5D; }
a { background-color: rgb(255,222,93); }
div.DivClassName
{
background-color: #FFDE5D;
}
.BgClassName
{
background-color: #FFDE5D;
}
</style>
border-color css
<style>
span { border-color: #FFDE5D; }
span { border-color: rgb(255,222,93); }
td.TdClassName
{
border-color: #FFDE5D;
}
.TagClassName
{
border-color: #FFDE5D;
}
</style>