Shades of Mustard #FFDC5B
Tints of Mustard #FFDC5B
RGB
CMYK
RGB Variations
Color information
#FFDC5B (or 0xFFDC5B) is known color: Mustard. HEX triplet: FF, DC and 5B. RGB value is (255,220,91). Sum of RGB (Red+Green+Blue) = 255+220+91=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 91 (35.94% from 255 or 16.08% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5B is #0023A4. Grayscale: #D8D8D8. Windows color (decimal): -9125 or 6020351. OLE color: 6020351.
HSL color Cylindrical-coordinate representation of color #FFDC5B: hue angle of 47.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFDC5B is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 91 | - |
| CMYK | 0 | 0.14 | 0.64 | 0 |
| HSL | 47.2º | 1% | 0.68% | - |
| HSV(B) | 47.2º | 0.64% | 1% | - |
| XYZ | 68.72 | 73.2 | 20.4 | - |
| YUV | 215.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 91 | 0 | 0.14 | 0.64 | 0 | 47.2 | 1 | 0.68 |
| Hex | FF | DC | 5B | 0 | E | 40 | 0 | 2F | 64 | 44 |
| Octal | 377 | 334 | 133 | 0 | 16 | 100 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011100 | 1011011 | 0 | 1110 | 1000000 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDC5B
Complementary color
Monochromatic Colors of #FFDC5B
Black with #FFDC5B
Text Example
Text Example
White with #FFDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC5B; }
p { color: rgb(255,220,91); }
H1.HeaderClassName
{
color: #FFDC5B;
}
.AnyTagClassName
{
color: #FFDC5B;
}
</style>
background-color css
<style>
a { background-color: #FFDC5B; }
a { background-color: rgb(255,220,91); }
div.DivClassName
{
background-color: #FFDC5B;
}
.BgClassName
{
background-color: #FFDC5B;
}
</style>
border-color css
<style>
span { border-color: #FFDC5B; }
span { border-color: rgb(255,220,91); }
td.TdClassName
{
border-color: #FFDC5B;
}
.TagClassName
{
border-color: #FFDC5B;
}
</style>