Shades of Mustard #FDDD56
Tints of Mustard #FDDD56
RGB
CMYK
RGB Variations
Color information
#FDDD56 (or 0xFDDD56) is known color: Mustard. HEX triplet: FD, DD and 56. RGB value is (253,221,86). Sum of RGB (Red+Green+Blue) = 253+221+86=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD56 is #0222A9. Grayscale: #D7D7D7. Windows color (decimal): -139946 or 5692925. OLE color: 5692925.
HSL color Cylindrical-coordinate representation of color #FDDD56: hue angle of 48.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDD56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.5º | 0.98% | 0.66% | - |
| HSV(B) | 48.5º | 0.66% | 0.99% | - |
| XYZ | 68.04 | 73.27 | 19.36 | - |
| YUV | 215.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 86 | 0 | 0.13 | 0.66 | 0.01 | 48.5 | 0.98 | 0.66 |
| Hex | FD | DD | 56 | 0 | D | 42 | 1 | 31 | 62 | 42 |
| Octal | 375 | 335 | 126 | 0 | 15 | 102 | 1 | 61 | 142 | 102 |
| Binary | 11111101 | 11011101 | 1010110 | 0 | 1101 | 1000010 | 1 | 110001 | 1100010 | 1000010 |
Color Harmonies of #FDDD56
Complementary color
Monochromatic Colors of #FDDD56
Black with #FDDD56
Text Example
Text Example
White with #FDDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD56; }
p { color: rgb(253,221,86); }
H1.HeaderClassName
{
color: #FDDD56;
}
.AnyTagClassName
{
color: #FDDD56;
}
</style>
background-color css
<style>
a { background-color: #FDDD56; }
a { background-color: rgb(253,221,86); }
div.DivClassName
{
background-color: #FDDD56;
}
.BgClassName
{
background-color: #FDDD56;
}
</style>
border-color css
<style>
span { border-color: #FDDD56; }
span { border-color: rgb(253,221,86); }
td.TdClassName
{
border-color: #FDDD56;
}
.TagClassName
{
border-color: #FDDD56;
}
</style>