Shades of Mustard #FDDC55
Tints of Mustard #FDDC55
RGB
CMYK
RGB Variations
Color information
#FDDC55 (or 0xFDDC55) is known color: Mustard. HEX triplet: FD, DC and 55. RGB value is (253,220,85). Sum of RGB (Red+Green+Blue) = 253+220+85=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC55 is #0223AA. Grayscale: #D7D7D7. Windows color (decimal): -140203 or 5627133. OLE color: 5627133.
HSL color Cylindrical-coordinate representation of color #FDDC55: hue angle of 48.21º 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 #FDDC55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.21º | 0.98% | 0.66% | - |
| HSV(B) | 48.21º | 0.66% | 0.99% | - |
| XYZ | 67.74 | 72.72 | 19.06 | - |
| YUV | 214.48 | 54.93 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 85 | 0 | 0.13 | 0.66 | 0.01 | 48.21 | 0.98 | 0.66 |
| Hex | FD | DC | 55 | 0 | D | 42 | 1 | 30 | 62 | 42 |
| Octal | 375 | 334 | 125 | 0 | 15 | 102 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011100 | 1010101 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDC55
Complementary color
Monochromatic Colors of #FDDC55
Black with #FDDC55
Text Example
Text Example
White with #FDDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC55; }
p { color: rgb(253,220,85); }
H1.HeaderClassName
{
color: #FDDC55;
}
.AnyTagClassName
{
color: #FDDC55;
}
</style>
background-color css
<style>
a { background-color: #FDDC55; }
a { background-color: rgb(253,220,85); }
div.DivClassName
{
background-color: #FDDC55;
}
.BgClassName
{
background-color: #FDDC55;
}
</style>
border-color css
<style>
span { border-color: #FDDC55; }
span { border-color: rgb(253,220,85); }
td.TdClassName
{
border-color: #FDDC55;
}
.TagClassName
{
border-color: #FDDC55;
}
</style>