Shades of Mustard #FFDD58
Tints of Mustard #FFDD58
RGB
CMYK
RGB Variations
Color information
#FFDD58 (or 0xFFDD58) is known color: Mustard. HEX triplet: FF, DD and 58. RGB value is (255,221,88). Sum of RGB (Red+Green+Blue) = 255+221+88=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 88 (34.77% from 255 or 15.60% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD58 is #0022A7. Grayscale: #D8D8D8. Windows color (decimal): -8872 or 5823999. OLE color: 5823999.
HSL color Cylindrical-coordinate representation of color #FFDD58: hue angle of 47.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDD58 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 88 | - |
| CMYK | 0 | 0.13 | 0.65 | 0 |
| HSL | 47.78º | 1% | 0.67% | - |
| HSV(B) | 47.78º | 0.65% | 1% | - |
| XYZ | 68.86 | 73.68 | 19.82 | - |
| YUV | 216 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 88 | 0 | 0.13 | 0.65 | 0 | 47.78 | 1 | 0.67 |
| Hex | FF | DD | 58 | 0 | D | 41 | 0 | 30 | 64 | 43 |
| Octal | 377 | 335 | 130 | 0 | 15 | 101 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011101 | 1011000 | 0 | 1101 | 1000001 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDD58
Complementary color
Monochromatic Colors of #FFDD58
Black with #FFDD58
Text Example
Text Example
White with #FFDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD58; }
p { color: rgb(255,221,88); }
H1.HeaderClassName
{
color: #FFDD58;
}
.AnyTagClassName
{
color: #FFDD58;
}
</style>
background-color css
<style>
a { background-color: #FFDD58; }
a { background-color: rgb(255,221,88); }
div.DivClassName
{
background-color: #FFDD58;
}
.BgClassName
{
background-color: #FFDD58;
}
</style>
border-color css
<style>
span { border-color: #FFDD58; }
span { border-color: rgb(255,221,88); }
td.TdClassName
{
border-color: #FFDD58;
}
.TagClassName
{
border-color: #FFDD58;
}
</style>