Shades of Mustard #FFDE5C
Tints of Mustard #FFDE5C
RGB
CMYK
RGB Variations
Color information
#FFDE5C (or 0xFFDE5C) is known color: Mustard. HEX triplet: FF, DE and 5C. RGB value is (255,222,92). Sum of RGB (Red+Green+Blue) = 255+222+92=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5C is #0021A3. Grayscale: #D9D9D9. Windows color (decimal): -8612 or 6086399. OLE color: 6086399.
HSL color Cylindrical-coordinate representation of color #FFDE5C: hue angle of 47.85º 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 #FFDE5C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 92 | - |
| CMYK | 0 | 0.13 | 0.64 | 0 |
| HSL | 47.85º | 1% | 0.68% | - |
| HSV(B) | 47.85º | 0.64% | 1% | - |
| XYZ | 69.29 | 74.28 | 20.81 | - |
| YUV | 217.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 92 | 0 | 0.13 | 0.64 | 0 | 47.85 | 1 | 0.68 |
| Hex | FF | DE | 5C | 0 | D | 40 | 0 | 30 | 64 | 44 |
| Octal | 377 | 336 | 134 | 0 | 15 | 100 | 0 | 60 | 144 | 104 |
| Binary | 11111111 | 11011110 | 1011100 | 0 | 1101 | 1000000 | 0 | 110000 | 1100100 | 1000100 |
Color Harmonies of #FFDE5C
Complementary color
Monochromatic Colors of #FFDE5C
Black with #FFDE5C
Text Example
Text Example
White with #FFDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE5C; }
p { color: rgb(255,222,92); }
H1.HeaderClassName
{
color: #FFDE5C;
}
.AnyTagClassName
{
color: #FFDE5C;
}
</style>
background-color css
<style>
a { background-color: #FFDE5C; }
a { background-color: rgb(255,222,92); }
div.DivClassName
{
background-color: #FFDE5C;
}
.BgClassName
{
background-color: #FFDE5C;
}
</style>
border-color css
<style>
span { border-color: #FFDE5C; }
span { border-color: rgb(255,222,92); }
td.TdClassName
{
border-color: #FFDE5C;
}
.TagClassName
{
border-color: #FFDE5C;
}
</style>