Shades of Mustard #FFDC54
Tints of Mustard #FFDC54
RGB
CMYK
RGB Variations
Color information
#FFDC54 (or 0xFFDC54) is known color: Mustard. HEX triplet: FF, DC and 54. RGB value is (255,220,84). Sum of RGB (Red+Green+Blue) = 255+220+84=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 84 (33.20% from 255 or 15.03% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC54 is #0023AB. Grayscale: #D7D7D7. Windows color (decimal): -9132 or 5561599. OLE color: 5561599.
HSL color Cylindrical-coordinate representation of color #FFDC54: hue angle of 47.72º 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 #FFDC54 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 84 | - |
| CMYK | 0 | 0.14 | 0.67 | 0 |
| HSL | 47.72º | 1% | 0.66% | - |
| HSV(B) | 47.72º | 0.67% | 1% | - |
| XYZ | 68.43 | 73.09 | 18.89 | - |
| YUV | 214.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 84 | 0 | 0.14 | 0.67 | 0 | 47.72 | 1 | 0.66 |
| Hex | FF | DC | 54 | 0 | E | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 334 | 124 | 0 | 16 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011100 | 1010100 | 0 | 1110 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDC54
Complementary color
Monochromatic Colors of #FFDC54
Black with #FFDC54
Text Example
Text Example
White with #FFDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC54; }
p { color: rgb(255,220,84); }
H1.HeaderClassName
{
color: #FFDC54;
}
.AnyTagClassName
{
color: #FFDC54;
}
</style>
background-color css
<style>
a { background-color: #FFDC54; }
a { background-color: rgb(255,220,84); }
div.DivClassName
{
background-color: #FFDC54;
}
.BgClassName
{
background-color: #FFDC54;
}
</style>
border-color css
<style>
span { border-color: #FFDC54; }
span { border-color: rgb(255,220,84); }
td.TdClassName
{
border-color: #FFDC54;
}
.TagClassName
{
border-color: #FFDC54;
}
</style>