Shades of Mustard #FDDD59
Tints of Mustard #FDDD59
RGB
CMYK
RGB Variations
Color information
#FDDD59 (or 0xFDDD59) is known color: Mustard. HEX triplet: FD, DD and 59. RGB value is (253,221,89). Sum of RGB (Red+Green+Blue) = 253+221+89=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD59 is #0222A6. Grayscale: #D8D8D8. Windows color (decimal): -139943 or 5889533. OLE color: 5889533.
HSL color Cylindrical-coordinate representation of color #FDDD59: hue angle of 48.29º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDDD59 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 89 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 48.29º | 0.98% | 0.67% | - |
| HSV(B) | 48.29º | 0.65% | 0.99% | - |
| XYZ | 68.17 | 73.32 | 20.01 | - |
| YUV | 215.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 89 | 0 | 0.13 | 0.65 | 0.01 | 48.29 | 0.98 | 0.67 |
| Hex | FD | DD | 59 | 0 | D | 41 | 1 | 30 | 62 | 43 |
| Octal | 375 | 335 | 131 | 0 | 15 | 101 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011101 | 1011001 | 0 | 1101 | 1000001 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDD59
Complementary color
Monochromatic Colors of #FDDD59
Black with #FDDD59
Text Example
Text Example
White with #FDDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD59; }
p { color: rgb(253,221,89); }
H1.HeaderClassName
{
color: #FDDD59;
}
.AnyTagClassName
{
color: #FDDD59;
}
</style>
background-color css
<style>
a { background-color: #FDDD59; }
a { background-color: rgb(253,221,89); }
div.DivClassName
{
background-color: #FDDD59;
}
.BgClassName
{
background-color: #FDDD59;
}
</style>
border-color css
<style>
span { border-color: #FDDD59; }
span { border-color: rgb(253,221,89); }
td.TdClassName
{
border-color: #FDDD59;
}
.TagClassName
{
border-color: #FDDD59;
}
</style>