Shades of Mustard #FDDC56
Tints of Mustard #FDDC56
RGB
CMYK
RGB Variations
Color information
#FDDC56 (or 0xFDDC56) is known color: Mustard. HEX triplet: FD, DC and 56. RGB value is (253,220,86). Sum of RGB (Red+Green+Blue) = 253+220+86=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC56 is #0223A9. Grayscale: #D7D7D7. Windows color (decimal): -140202 or 5692669. OLE color: 5692669.
HSL color Cylindrical-coordinate representation of color #FDDC56: hue angle of 48.14º 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 #FDDC56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.14º | 0.98% | 0.66% | - |
| HSV(B) | 48.14º | 0.66% | 0.99% | - |
| XYZ | 67.78 | 72.74 | 19.27 | - |
| YUV | 214.59 | 55.43 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 86 | 0 | 0.13 | 0.66 | 0.01 | 48.14 | 0.98 | 0.66 |
| Hex | FD | DC | 56 | 0 | D | 42 | 1 | 30 | 62 | 42 |
| Octal | 375 | 334 | 126 | 0 | 15 | 102 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011100 | 1010110 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDC56
Complementary color
Monochromatic Colors of #FDDC56
Black with #FDDC56
Text Example
Text Example
White with #FDDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC56; }
p { color: rgb(253,220,86); }
H1.HeaderClassName
{
color: #FDDC56;
}
.AnyTagClassName
{
color: #FDDC56;
}
</style>
background-color css
<style>
a { background-color: #FDDC56; }
a { background-color: rgb(253,220,86); }
div.DivClassName
{
background-color: #FDDC56;
}
.BgClassName
{
background-color: #FDDC56;
}
</style>
border-color css
<style>
span { border-color: #FDDC56; }
span { border-color: rgb(253,220,86); }
td.TdClassName
{
border-color: #FDDC56;
}
.TagClassName
{
border-color: #FDDC56;
}
</style>