Shades of Mustard #FFDF52
Tints of Mustard #FFDF52
RGB
CMYK
RGB Variations
Color information
#FFDF52 (or 0xFFDF52) is known color: Mustard. HEX triplet: FF, DF and 52. RGB value is (255,223,82). Sum of RGB (Red+Green+Blue) = 255+223+82=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF52 is #0020AD. Grayscale: #D9D9D9. Windows color (decimal): -8366 or 5431295. OLE color: 5431295.
HSL color Cylindrical-coordinate representation of color #FFDF52: hue angle of 48.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFDF52 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 82 | - |
| CMYK | 0 | 0.13 | 0.68 | 0 |
| HSL | 48.9º | 1% | 0.66% | - |
| HSV(B) | 48.9º | 0.68% | 1% | - |
| XYZ | 69.15 | 74.64 | 18.75 | - |
| YUV | 216.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 82 | 0 | 0.13 | 0.68 | 0 | 48.9 | 1 | 0.66 |
| Hex | FF | DF | 52 | 0 | D | 44 | 0 | 31 | 64 | 42 |
| Octal | 377 | 337 | 122 | 0 | 15 | 104 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11011111 | 1010010 | 0 | 1101 | 1000100 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFDF52
Complementary color
Monochromatic Colors of #FFDF52
Black with #FFDF52
Text Example
Text Example
White with #FFDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF52; }
p { color: rgb(255,223,82); }
H1.HeaderClassName
{
color: #FFDF52;
}
.AnyTagClassName
{
color: #FFDF52;
}
</style>
background-color css
<style>
a { background-color: #FFDF52; }
a { background-color: rgb(255,223,82); }
div.DivClassName
{
background-color: #FFDF52;
}
.BgClassName
{
background-color: #FFDF52;
}
</style>
border-color css
<style>
span { border-color: #FFDF52; }
span { border-color: rgb(255,223,82); }
td.TdClassName
{
border-color: #FFDF52;
}
.TagClassName
{
border-color: #FFDF52;
}
</style>