Shades of Mustard #FDDC5B
Tints of Mustard #FDDC5B
RGB
CMYK
RGB Variations
Color information
#FDDC5B (or 0xFDDC5B) is known color: Mustard. HEX triplet: FD, DC and 5B. RGB value is (253,220,91). Sum of RGB (Red+Green+Blue) = 253+220+91=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC5B is #0223A4. Grayscale: #D7D7D7. Windows color (decimal): -140197 or 6020349. OLE color: 6020349.
HSL color Cylindrical-coordinate representation of color #FDDC5B: hue angle of 47.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDDC5B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 91 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.01 |
| HSL | 47.78º | 0.98% | 0.67% | - |
| HSV(B) | 47.78º | 0.64% | 0.99% | - |
| XYZ | 67.99 | 72.82 | 20.37 | - |
| YUV | 215.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 91 | 0 | 0.13 | 0.64 | 0.01 | 47.78 | 0.98 | 0.67 |
| Hex | FD | DC | 5B | 0 | D | 40 | 1 | 30 | 62 | 43 |
| Octal | 375 | 334 | 133 | 0 | 15 | 100 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011100 | 1011011 | 0 | 1101 | 1000000 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDC5B
Complementary color
Monochromatic Colors of #FDDC5B
Black with #FDDC5B
Text Example
Text Example
White with #FDDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC5B; }
p { color: rgb(253,220,91); }
H1.HeaderClassName
{
color: #FDDC5B;
}
.AnyTagClassName
{
color: #FDDC5B;
}
</style>
background-color css
<style>
a { background-color: #FDDC5B; }
a { background-color: rgb(253,220,91); }
div.DivClassName
{
background-color: #FDDC5B;
}
.BgClassName
{
background-color: #FDDC5B;
}
</style>
border-color css
<style>
span { border-color: #FDDC5B; }
span { border-color: rgb(253,220,91); }
td.TdClassName
{
border-color: #FDDC5B;
}
.TagClassName
{
border-color: #FDDC5B;
}
</style>