Shades of Mustard #FDDD57
Tints of Mustard #FDDD57
RGB
CMYK
RGB Variations
Color information
#FDDD57 (or 0xFDDD57) is known color: Mustard. HEX triplet: FD, DD and 57. RGB value is (253,221,87). Sum of RGB (Red+Green+Blue) = 253+221+87=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD57 is #0222A8. Grayscale: #D7D7D7. Windows color (decimal): -139945 or 5758461. OLE color: 5758461.
HSL color Cylindrical-coordinate representation of color #FDDD57: hue angle of 48.43º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDD57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.43º | 0.98% | 0.67% | - |
| HSV(B) | 48.43º | 0.66% | 0.99% | - |
| XYZ | 68.08 | 73.28 | 19.57 | - |
| YUV | 215.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 87 | 0 | 0.13 | 0.66 | 0.01 | 48.43 | 0.98 | 0.67 |
| Hex | FD | DD | 57 | 0 | D | 42 | 1 | 30 | 62 | 43 |
| Octal | 375 | 335 | 127 | 0 | 15 | 102 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011101 | 1010111 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDD57
Complementary color
Monochromatic Colors of #FDDD57
Black with #FDDD57
Text Example
Text Example
White with #FDDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD57; }
p { color: rgb(253,221,87); }
H1.HeaderClassName
{
color: #FDDD57;
}
.AnyTagClassName
{
color: #FDDD57;
}
</style>
background-color css
<style>
a { background-color: #FDDD57; }
a { background-color: rgb(253,221,87); }
div.DivClassName
{
background-color: #FDDD57;
}
.BgClassName
{
background-color: #FDDD57;
}
</style>
border-color css
<style>
span { border-color: #FDDD57; }
span { border-color: rgb(253,221,87); }
td.TdClassName
{
border-color: #FDDD57;
}
.TagClassName
{
border-color: #FDDD57;
}
</style>