Shades of Mustard #FFDF4B
Tints of Mustard #FFDF4B
RGB
CMYK
RGB Variations
Color information
#FFDF4B (or 0xFFDF4B) is known color: Mustard. HEX triplet: FF, DF and 4B. RGB value is (255,223,75). Sum of RGB (Red+Green+Blue) = 255+223+75=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF4B is #0020B4. Grayscale: #D8D8D8. Windows color (decimal): -8373 or 4972543. OLE color: 4972543.
HSL color Cylindrical-coordinate representation of color #FFDF4B: hue angle of 49.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDF4B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 75 | - |
| CMYK | 0 | 0.13 | 0.71 | 0 |
| HSL | 49.33º | 1% | 0.65% | - |
| HSV(B) | 49.33º | 0.71% | 1% | - |
| XYZ | 68.9 | 74.54 | 17.41 | - |
| YUV | 215.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 75 | 0 | 0.13 | 0.71 | 0 | 49.33 | 1 | 0.65 |
| Hex | FF | DF | 4B | 0 | D | 47 | 0 | 31 | 64 | 41 |
| Octal | 377 | 337 | 113 | 0 | 15 | 107 | 0 | 61 | 144 | 101 |
| Binary | 11111111 | 11011111 | 1001011 | 0 | 1101 | 1000111 | 0 | 110001 | 1100100 | 1000001 |
Color Harmonies of #FFDF4B
Complementary color
Monochromatic Colors of #FFDF4B
Black with #FFDF4B
Text Example
Text Example
White with #FFDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF4B; }
p { color: rgb(255,223,75); }
H1.HeaderClassName
{
color: #FFDF4B;
}
.AnyTagClassName
{
color: #FFDF4B;
}
</style>
background-color css
<style>
a { background-color: #FFDF4B; }
a { background-color: rgb(255,223,75); }
div.DivClassName
{
background-color: #FFDF4B;
}
.BgClassName
{
background-color: #FFDF4B;
}
</style>
border-color css
<style>
span { border-color: #FFDF4B; }
span { border-color: rgb(255,223,75); }
td.TdClassName
{
border-color: #FFDF4B;
}
.TagClassName
{
border-color: #FFDF4B;
}
</style>