Shades of Mustard #FFDC4F
Tints of Mustard #FFDC4F
RGB
CMYK
RGB Variations
Color information
#FFDC4F (or 0xFFDC4F) is known color: Mustard. HEX triplet: FF, DC and 4F. RGB value is (255,220,79). Sum of RGB (Red+Green+Blue) = 255+220+79=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 79 (31.25% from 255 or 14.26% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC4F is #0023B0. Grayscale: #D6D6D6. Windows color (decimal): -9137 or 5233919. OLE color: 5233919.
HSL color Cylindrical-coordinate representation of color #FFDC4F: hue angle of 48.07º 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 #FFDC4F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 79 | - |
| CMYK | 0 | 0.14 | 0.69 | 0 |
| HSL | 48.07º | 1% | 0.65% | - |
| HSV(B) | 48.07º | 0.69% | 1% | - |
| XYZ | 68.24 | 73.01 | 17.89 | - |
| YUV | 214.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 79 | 0 | 0.14 | 0.69 | 0 | 48.07 | 1 | 0.65 |
| Hex | FF | DC | 4F | 0 | E | 45 | 0 | 30 | 64 | 41 |
| Octal | 377 | 334 | 117 | 0 | 16 | 105 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011100 | 1001111 | 0 | 1110 | 1000101 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDC4F
Complementary color
Monochromatic Colors of #FFDC4F
Black with #FFDC4F
Text Example
Text Example
White with #FFDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC4F; }
p { color: rgb(255,220,79); }
H1.HeaderClassName
{
color: #FFDC4F;
}
.AnyTagClassName
{
color: #FFDC4F;
}
</style>
background-color css
<style>
a { background-color: #FFDC4F; }
a { background-color: rgb(255,220,79); }
div.DivClassName
{
background-color: #FFDC4F;
}
.BgClassName
{
background-color: #FFDC4F;
}
</style>
border-color css
<style>
span { border-color: #FFDC4F; }
span { border-color: rgb(255,220,79); }
td.TdClassName
{
border-color: #FFDC4F;
}
.TagClassName
{
border-color: #FFDC4F;
}
</style>