Shades of Mustard #FFDD57
Tints of Mustard #FFDD57
RGB
CMYK
RGB Variations
Color information
#FFDD57 (or 0xFFDD57) is known color: Mustard. HEX triplet: FF, DD and 57. RGB value is (255,221,87). Sum of RGB (Red+Green+Blue) = 255+221+87=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 87 (34.38% from 255 or 15.45% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD57 is #0022A8. Grayscale: #D8D8D8. Windows color (decimal): -8873 or 5758463. OLE color: 5758463.
HSL color Cylindrical-coordinate representation of color #FFDD57: hue angle of 47.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFDD57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0 |
| HSL | 47.86º | 1% | 0.67% | - |
| HSV(B) | 47.86º | 0.66% | 1% | - |
| XYZ | 68.82 | 73.66 | 19.61 | - |
| YUV | 215.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 87 | 0 | 0.13 | 0.66 | 0 | 47.86 | 1 | 0.67 |
| Hex | FF | DD | 57 | 0 | D | 42 | 0 | 30 | 64 | 43 |
| Octal | 377 | 335 | 127 | 0 | 15 | 102 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011101 | 1010111 | 0 | 1101 | 1000010 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDD57
Complementary color
Monochromatic Colors of #FFDD57
Black with #FFDD57
Text Example
Text Example
White with #FFDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD57; }
p { color: rgb(255,221,87); }
H1.HeaderClassName
{
color: #FFDD57;
}
.AnyTagClassName
{
color: #FFDD57;
}
</style>
background-color css
<style>
a { background-color: #FFDD57; }
a { background-color: rgb(255,221,87); }
div.DivClassName
{
background-color: #FFDD57;
}
.BgClassName
{
background-color: #FFDD57;
}
</style>
border-color css
<style>
span { border-color: #FFDD57; }
span { border-color: rgb(255,221,87); }
td.TdClassName
{
border-color: #FFDD57;
}
.TagClassName
{
border-color: #FFDD57;
}
</style>