Shades of Mustard #FFD94D
Tints of Mustard #FFD94D
RGB
CMYK
RGB Variations
Color information
#FFD94D (or 0xFFD94D) is known color: Mustard. HEX triplet: FF, D9 and 4D. RGB value is (255,217,77). Sum of RGB (Red+Green+Blue) = 255+217+77=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD94D is #0026B2. Grayscale: #D5D5D5. Windows color (decimal): -9907 or 5102079. OLE color: 5102079.
HSL color Cylindrical-coordinate representation of color #FFD94D: hue angle of 47.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFD94D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0 |
| HSL | 47.19º | 1% | 0.65% | - |
| HSV(B) | 47.19º | 0.7% | 1% | - |
| XYZ | 67.39 | 71.42 | 17.25 | - |
| YUV | 212.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 77 | 0 | 0.15 | 0.70 | 0 | 47.19 | 1 | 0.65 |
| Hex | FF | D9 | 4D | 0 | F | 46 | 0 | 2F | 64 | 41 |
| Octal | 377 | 331 | 115 | 0 | 17 | 106 | 0 | 57 | 144 | 101 |
| Binary | 11111111 | 11011001 | 1001101 | 0 | 1111 | 1000110 | 0 | 101111 | 1100100 | 1000001 |
Color Harmonies of #FFD94D
Complementary color
Monochromatic Colors of #FFD94D
Black with #FFD94D
Text Example
Text Example
White with #FFD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD94D; }
p { color: rgb(255,217,77); }
H1.HeaderClassName
{
color: #FFD94D;
}
.AnyTagClassName
{
color: #FFD94D;
}
</style>
background-color css
<style>
a { background-color: #FFD94D; }
a { background-color: rgb(255,217,77); }
div.DivClassName
{
background-color: #FFD94D;
}
.BgClassName
{
background-color: #FFD94D;
}
</style>
border-color css
<style>
span { border-color: #FFD94D; }
span { border-color: rgb(255,217,77); }
td.TdClassName
{
border-color: #FFD94D;
}
.TagClassName
{
border-color: #FFD94D;
}
</style>