Shades of Mustard #FFDC4E
Tints of Mustard #FFDC4E
RGB
CMYK
RGB Variations
Color information
#FFDC4E (or 0xFFDC4E) is known color: Mustard. HEX triplet: FF, DC and 4E. RGB value is (255,220,78). Sum of RGB (Red+Green+Blue) = 255+220+78=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 78 (30.86% from 255 or 14.10% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC4E is #0023B1. Grayscale: #D6D6D6. Windows color (decimal): -9138 or 5168383. OLE color: 5168383.
HSL color Cylindrical-coordinate representation of color #FFDC4E: hue angle of 48.14º 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 #FFDC4E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 78 | - |
| CMYK | 0 | 0.14 | 0.69 | 0 |
| HSL | 48.14º | 1% | 0.65% | - |
| HSV(B) | 48.14º | 0.69% | 1% | - |
| XYZ | 68.21 | 73 | 17.7 | - |
| YUV | 214.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 78 | 0 | 0.14 | 0.69 | 0 | 48.14 | 1 | 0.65 |
| Hex | FF | DC | 4E | 0 | E | 45 | 0 | 30 | 64 | 41 |
| Octal | 377 | 334 | 116 | 0 | 16 | 105 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011100 | 1001110 | 0 | 1110 | 1000101 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDC4E
Complementary color
Monochromatic Colors of #FFDC4E
Black with #FFDC4E
Text Example
Text Example
White with #FFDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC4E; }
p { color: rgb(255,220,78); }
H1.HeaderClassName
{
color: #FFDC4E;
}
.AnyTagClassName
{
color: #FFDC4E;
}
</style>
background-color css
<style>
a { background-color: #FFDC4E; }
a { background-color: rgb(255,220,78); }
div.DivClassName
{
background-color: #FFDC4E;
}
.BgClassName
{
background-color: #FFDC4E;
}
</style>
border-color css
<style>
span { border-color: #FFDC4E; }
span { border-color: rgb(255,220,78); }
td.TdClassName
{
border-color: #FFDC4E;
}
.TagClassName
{
border-color: #FFDC4E;
}
</style>