Shades of Mustard #FFDD56
Tints of Mustard #FFDD56
RGB
CMYK
RGB Variations
Color information
#FFDD56 (or 0xFFDD56) is known color: Mustard. HEX triplet: FF, DD and 56. RGB value is (255,221,86). Sum of RGB (Red+Green+Blue) = 255+221+86=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD56 is #0022A9. Grayscale: #D8D8D8. Windows color (decimal): -8874 or 5692927. OLE color: 5692927.
HSL color Cylindrical-coordinate representation of color #FFDD56: hue angle of 47.93º 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 #FFDD56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0 |
| HSL | 47.93º | 1% | 0.67% | - |
| HSV(B) | 47.93º | 0.66% | 1% | - |
| XYZ | 68.78 | 73.64 | 19.39 | - |
| YUV | 215.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 86 | 0 | 0.13 | 0.66 | 0 | 47.93 | 1 | 0.67 |
| Hex | FF | DD | 56 | 0 | D | 42 | 0 | 30 | 64 | 43 |
| Octal | 377 | 335 | 126 | 0 | 15 | 102 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011101 | 1010110 | 0 | 1101 | 1000010 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDD56
Complementary color
Monochromatic Colors of #FFDD56
Black with #FFDD56
Text Example
Text Example
White with #FFDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD56; }
p { color: rgb(255,221,86); }
H1.HeaderClassName
{
color: #FFDD56;
}
.AnyTagClassName
{
color: #FFDD56;
}
</style>
background-color css
<style>
a { background-color: #FFDD56; }
a { background-color: rgb(255,221,86); }
div.DivClassName
{
background-color: #FFDD56;
}
.BgClassName
{
background-color: #FFDD56;
}
</style>
border-color css
<style>
span { border-color: #FFDD56; }
span { border-color: rgb(255,221,86); }
td.TdClassName
{
border-color: #FFDD56;
}
.TagClassName
{
border-color: #FFDD56;
}
</style>