Shades of Mustard #FFDC59
Tints of Mustard #FFDC59
RGB
CMYK
RGB Variations
Color information
#FFDC59 (or 0xFFDC59) is known color: Mustard. HEX triplet: FF, DC and 59. RGB value is (255,220,89). Sum of RGB (Red+Green+Blue) = 255+220+89=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC59 is #0023A6. Grayscale: #D8D8D8. Windows color (decimal): -9127 or 5889279. OLE color: 5889279.
HSL color Cylindrical-coordinate representation of color #FFDC59: hue angle of 47.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDC59 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 89 | - |
| CMYK | 0 | 0.14 | 0.65 | 0 |
| HSL | 47.35º | 1% | 0.67% | - |
| HSV(B) | 47.35º | 0.65% | 1% | - |
| XYZ | 68.64 | 73.17 | 19.96 | - |
| YUV | 215.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 89 | 0 | 0.14 | 0.65 | 0 | 47.35 | 1 | 0.67 |
| Hex | FF | DC | 59 | 0 | E | 41 | 0 | 2F | 64 | 43 |
| Octal | 377 | 334 | 131 | 0 | 16 | 101 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011100 | 1011001 | 0 | 1110 | 1000001 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDC59
Complementary color
Monochromatic Colors of #FFDC59
Black with #FFDC59
Text Example
Text Example
White with #FFDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC59; }
p { color: rgb(255,220,89); }
H1.HeaderClassName
{
color: #FFDC59;
}
.AnyTagClassName
{
color: #FFDC59;
}
</style>
background-color css
<style>
a { background-color: #FFDC59; }
a { background-color: rgb(255,220,89); }
div.DivClassName
{
background-color: #FFDC59;
}
.BgClassName
{
background-color: #FFDC59;
}
</style>
border-color css
<style>
span { border-color: #FFDC59; }
span { border-color: rgb(255,220,89); }
td.TdClassName
{
border-color: #FFDC59;
}
.TagClassName
{
border-color: #FFDC59;
}
</style>