Shades of Mustard #FFDC56
Tints of Mustard #FFDC56
RGB
CMYK
RGB Variations
Color information
#FFDC56 (or 0xFFDC56) is known color: Mustard. HEX triplet: FF, DC and 56. RGB value is (255,220,86). Sum of RGB (Red+Green+Blue) = 255+220+86=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 86 (33.98% from 255 or 15.33% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC56 is #0023A9. Grayscale: #D7D7D7. Windows color (decimal): -9130 or 5692671. OLE color: 5692671.
HSL color Cylindrical-coordinate representation of color #FFDC56: hue angle of 47.57º 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 #FFDC56 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 86 | - |
| CMYK | 0 | 0.14 | 0.66 | 0 |
| HSL | 47.57º | 1% | 0.67% | - |
| HSV(B) | 47.57º | 0.66% | 1% | - |
| XYZ | 68.51 | 73.12 | 19.31 | - |
| YUV | 215.19 | 55.1 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 86 | 0 | 0.14 | 0.66 | 0 | 47.57 | 1 | 0.67 |
| Hex | FF | DC | 56 | 0 | E | 42 | 0 | 30 | 64 | 43 |
| Octal | 377 | 334 | 126 | 0 | 16 | 102 | 0 | 60 | 144 | 103 |
| Binary | 11111111 | 11011100 | 1010110 | 0 | 1110 | 1000010 | 0 | 110000 | 1100100 | 1000011 |
Color Harmonies of #FFDC56
Complementary color
Monochromatic Colors of #FFDC56
Black with #FFDC56
Text Example
Text Example
White with #FFDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC56; }
p { color: rgb(255,220,86); }
H1.HeaderClassName
{
color: #FFDC56;
}
.AnyTagClassName
{
color: #FFDC56;
}
</style>
background-color css
<style>
a { background-color: #FFDC56; }
a { background-color: rgb(255,220,86); }
div.DivClassName
{
background-color: #FFDC56;
}
.BgClassName
{
background-color: #FFDC56;
}
</style>
border-color css
<style>
span { border-color: #FFDC56; }
span { border-color: rgb(255,220,86); }
td.TdClassName
{
border-color: #FFDC56;
}
.TagClassName
{
border-color: #FFDC56;
}
</style>