Shades of Mustard #FFDD59
Tints of Mustard #FFDD59
RGB
CMYK
RGB Variations
Color information
#FFDD59 (or 0xFFDD59) is known color: Mustard. HEX triplet: FF, DD and 59. RGB value is (255,221,89). Sum of RGB (Red+Green+Blue) = 255+221+89=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 89 (35.16% from 255 or 15.75% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD59 is #0022A6. Grayscale: #D8D8D8. Windows color (decimal): -8871 or 5889535. OLE color: 5889535.
HSL color Cylindrical-coordinate representation of color #FFDD59: hue angle of 47.71º 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 #FFDD59 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 89 | - |
| CMYK | 0 | 0.13 | 0.65 | 0 |
| HSL | 47.71º | 1% | 0.67% | - |
| HSV(B) | 47.71º | 0.65% | 1% | - |
| XYZ | 68.9 | 73.69 | 20.04 | - |
| YUV | 216.12 | 56.26 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 89 | 0 | 0.13 | 0.65 | 0 | 47.71 | 1 | 0.67 |
| Hex | FF | DD | 59 | 0 | D | 41 | 0 | 30 | 64 | 43 |
| Octal | 377 | 335 | 131 | 0 | 15 | 101 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011101 | 1011001 | 0 | 1101 | 1000001 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDD59
Complementary color
Monochromatic Colors of #FFDD59
Black with #FFDD59
Text Example
Text Example
White with #FFDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD59; }
p { color: rgb(255,221,89); }
H1.HeaderClassName
{
color: #FFDD59;
}
.AnyTagClassName
{
color: #FFDD59;
}
</style>
background-color css
<style>
a { background-color: #FFDD59; }
a { background-color: rgb(255,221,89); }
div.DivClassName
{
background-color: #FFDD59;
}
.BgClassName
{
background-color: #FFDD59;
}
</style>
border-color css
<style>
span { border-color: #FFDD59; }
span { border-color: rgb(255,221,89); }
td.TdClassName
{
border-color: #FFDD59;
}
.TagClassName
{
border-color: #FFDD59;
}
</style>