Shades of Mustard #FFDE54
Tints of Mustard #FFDE54
RGB
CMYK
RGB Variations
Color information
#FFDE54 (or 0xFFDE54) is known color: Mustard. HEX triplet: FF, DE and 54. RGB value is (255,222,84). Sum of RGB (Red+Green+Blue) = 255+222+84=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 84 (33.20% from 255 or 14.97% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE54 is #0021AB. Grayscale: #D8D8D8. Windows color (decimal): -8620 or 5562111. OLE color: 5562111.
HSL color Cylindrical-coordinate representation of color #FFDE54: hue angle of 48.42º 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 #FFDE54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0 |
| HSL | 48.42º | 1% | 0.66% | - |
| HSV(B) | 48.42º | 0.67% | 1% | - |
| XYZ | 68.96 | 74.14 | 19.06 | - |
| YUV | 216.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 84 | 0 | 0.13 | 0.67 | 0 | 48.42 | 1 | 0.66 |
| Hex | FF | DE | 54 | 0 | D | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 336 | 124 | 0 | 15 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011110 | 1010100 | 0 | 1101 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDE54
Complementary color
Monochromatic Colors of #FFDE54
Black with #FFDE54
Text Example
Text Example
White with #FFDE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE54; }
p { color: rgb(255,222,84); }
H1.HeaderClassName
{
color: #FFDE54;
}
.AnyTagClassName
{
color: #FFDE54;
}
</style>
background-color css
<style>
a { background-color: #FFDE54; }
a { background-color: rgb(255,222,84); }
div.DivClassName
{
background-color: #FFDE54;
}
.BgClassName
{
background-color: #FFDE54;
}
</style>
border-color css
<style>
span { border-color: #FFDE54; }
span { border-color: rgb(255,222,84); }
td.TdClassName
{
border-color: #FFDE54;
}
.TagClassName
{
border-color: #FFDE54;
}
</style>