Shades of Mustard #FDDD4E
Tints of Mustard #FDDD4E
RGB
CMYK
RGB Variations
Color information
#FDDD4E (or 0xFDDD4E) is known color: Mustard. HEX triplet: FD, DD and 4E. RGB value is (253,221,78). Sum of RGB (Red+Green+Blue) = 253+221+78=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 78 (30.86% from 255 or 14.13% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD4E is #0222B1. Grayscale: #D6D6D6. Windows color (decimal): -139954 or 5168637. OLE color: 5168637.
HSL color Cylindrical-coordinate representation of color #FDDD4E: hue angle of 49.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDDD4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 49.03º | 0.98% | 0.65% | - |
| HSV(B) | 49.03º | 0.69% | 0.99% | - |
| XYZ | 67.74 | 73.15 | 17.76 | - |
| YUV | 214.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 78 | 0 | 0.13 | 0.69 | 0.01 | 49.03 | 0.98 | 0.65 |
| Hex | FD | DD | 4E | 0 | D | 45 | 1 | 31 | 62 | 41 |
| Octal | 375 | 335 | 116 | 0 | 15 | 105 | 1 | 61 | 142 | 101 |
| Binary | 11111101 | 11011101 | 1001110 | 0 | 1101 | 1000101 | 1 | 110001 | 1100010 | 1000001 |
Color Harmonies of #FDDD4E
Complementary color
Monochromatic Colors of #FDDD4E
Black with #FDDD4E
Text Example
Text Example
White with #FDDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD4E; }
p { color: rgb(253,221,78); }
H1.HeaderClassName
{
color: #FDDD4E;
}
.AnyTagClassName
{
color: #FDDD4E;
}
</style>
background-color css
<style>
a { background-color: #FDDD4E; }
a { background-color: rgb(253,221,78); }
div.DivClassName
{
background-color: #FDDD4E;
}
.BgClassName
{
background-color: #FDDD4E;
}
</style>
border-color css
<style>
span { border-color: #FDDD4E; }
span { border-color: rgb(253,221,78); }
td.TdClassName
{
border-color: #FDDD4E;
}
.TagClassName
{
border-color: #FDDD4E;
}
</style>