Shades of Mustard #FDDF5D
Tints of Mustard #FDDF5D
RGB
CMYK
RGB Variations
Color information
#FDDF5D (or 0xFDDF5D) is known color: Mustard. HEX triplet: FD, DF and 5D. RGB value is (253,223,93). Sum of RGB (Red+Green+Blue) = 253+223+93=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF5D is #0220A2. Grayscale: #D9D9D9. Windows color (decimal): -139427 or 6152189. OLE color: 6152189.
HSL color Cylindrical-coordinate representation of color #FDDF5D: hue angle of 48.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDDF5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.75º | 0.98% | 0.68% | - |
| HSV(B) | 48.75º | 0.63% | 0.99% | - |
| XYZ | 68.87 | 74.45 | 21.1 | - |
| YUV | 217.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 93 | 0 | 0.12 | 0.63 | 0.01 | 48.75 | 0.98 | 0.68 |
| Hex | FD | DF | 5D | 0 | C | 3F | 1 | 31 | 62 | 44 |
| Octal | 375 | 337 | 135 | 0 | 14 | 77 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11011111 | 1011101 | 0 | 1100 | 111111 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDDF5D
Complementary color
Monochromatic Colors of #FDDF5D
Black with #FDDF5D
Text Example
Text Example
White with #FDDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF5D; }
p { color: rgb(253,223,93); }
H1.HeaderClassName
{
color: #FDDF5D;
}
.AnyTagClassName
{
color: #FDDF5D;
}
</style>
background-color css
<style>
a { background-color: #FDDF5D; }
a { background-color: rgb(253,223,93); }
div.DivClassName
{
background-color: #FDDF5D;
}
.BgClassName
{
background-color: #FDDF5D;
}
</style>
border-color css
<style>
span { border-color: #FDDF5D; }
span { border-color: rgb(253,223,93); }
td.TdClassName
{
border-color: #FDDF5D;
}
.TagClassName
{
border-color: #FDDF5D;
}
</style>