Shades of Mustard #FFD74E
Tints of Mustard #FFD74E
RGB
CMYK
RGB Variations
Color information
#FFD74E (or 0xFFD74E) is known color: Mustard. HEX triplet: FF, D7 and 4E. RGB value is (255,215,78). Sum of RGB (Red+Green+Blue) = 255+215+78=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 78 (30.86% from 255 or 14.23% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD74E is #0028B1. Grayscale: #D3D3D3. Windows color (decimal): -10418 or 5167103. OLE color: 5167103.
HSL color Cylindrical-coordinate representation of color #FFD74E: hue angle of 46.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD74E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 78 | - |
| CMYK | 0 | 0.16 | 0.69 | 0 |
| HSL | 46.44º | 1% | 0.65% | - |
| HSV(B) | 46.44º | 0.69% | 1% | - |
| XYZ | 66.92 | 70.41 | 17.27 | - |
| YUV | 211.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 78 | 0 | 0.16 | 0.69 | 0 | 46.44 | 1 | 0.65 |
| Hex | FF | D7 | 4E | 0 | 10 | 45 | 0 | 2E | 64 | 41 |
| Octal | 377 | 327 | 116 | 0 | 20 | 105 | 0 | 56 | 144 | 101 |
| Binary | 11111111 | 11010111 | 1001110 | 0 | 10000 | 1000101 | 0 | 101110 | 1100100 | 1000001 |
Color Harmonies of #FFD74E
Complementary color
Monochromatic Colors of #FFD74E
Black with #FFD74E
Text Example
Text Example
White with #FFD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD74E; }
p { color: rgb(255,215,78); }
H1.HeaderClassName
{
color: #FFD74E;
}
.AnyTagClassName
{
color: #FFD74E;
}
</style>
background-color css
<style>
a { background-color: #FFD74E; }
a { background-color: rgb(255,215,78); }
div.DivClassName
{
background-color: #FFD74E;
}
.BgClassName
{
background-color: #FFD74E;
}
</style>
border-color css
<style>
span { border-color: #FFD74E; }
span { border-color: rgb(255,215,78); }
td.TdClassName
{
border-color: #FFD74E;
}
.TagClassName
{
border-color: #FFD74E;
}
</style>