Shades of Mustard #FFD84D
Tints of Mustard #FFD84D
RGB
CMYK
RGB Variations
Color information
#FFD84D (or 0xFFD84D) is known color: Mustard. HEX triplet: FF, D8 and 4D. RGB value is (255,216,77). Sum of RGB (Red+Green+Blue) = 255+216+77=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD84D is #0027B2. Grayscale: #D4D4D4. Windows color (decimal): -10163 or 5101823. OLE color: 5101823.
HSL color Cylindrical-coordinate representation of color #FFD84D: hue angle of 46.85º 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 #FFD84D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0 |
| HSL | 46.85º | 1% | 0.65% | - |
| HSV(B) | 46.85º | 0.7% | 1% | - |
| XYZ | 67.14 | 70.91 | 17.17 | - |
| YUV | 211.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 77 | 0 | 0.15 | 0.70 | 0 | 46.85 | 1 | 0.65 |
| Hex | FF | D8 | 4D | 0 | F | 46 | 0 | 2F | 64 | 41 |
| Octal | 377 | 330 | 115 | 0 | 17 | 106 | 0 | 57 | 144 | 101 |
| Binary | 11111111 | 11011000 | 1001101 | 0 | 1111 | 1000110 | 0 | 101111 | 1100100 | 1000001 |
Color Harmonies of #FFD84D
Complementary color
Monochromatic Colors of #FFD84D
Black with #FFD84D
Text Example
Text Example
White with #FFD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD84D; }
p { color: rgb(255,216,77); }
H1.HeaderClassName
{
color: #FFD84D;
}
.AnyTagClassName
{
color: #FFD84D;
}
</style>
background-color css
<style>
a { background-color: #FFD84D; }
a { background-color: rgb(255,216,77); }
div.DivClassName
{
background-color: #FFD84D;
}
.BgClassName
{
background-color: #FFD84D;
}
</style>
border-color css
<style>
span { border-color: #FFD84D; }
span { border-color: rgb(255,216,77); }
td.TdClassName
{
border-color: #FFD84D;
}
.TagClassName
{
border-color: #FFD84D;
}
</style>