Shades of Mustard #FFDC4C
Tints of Mustard #FFDC4C
RGB
CMYK
RGB Variations
Color information
#FFDC4C (or 0xFFDC4C) is known color: Mustard. HEX triplet: FF, DC and 4C. RGB value is (255,220,76). Sum of RGB (Red+Green+Blue) = 255+220+76=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 76 (30.08% from 255 or 13.79% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC4C is #0023B3. Grayscale: #D6D6D6. Windows color (decimal): -9140 or 5037311. OLE color: 5037311.
HSL color Cylindrical-coordinate representation of color #FFDC4C: hue angle of 48.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFDC4C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 76 | - |
| CMYK | 0 | 0.14 | 0.70 | 0 |
| HSL | 48.27º | 1% | 0.65% | - |
| HSV(B) | 48.27º | 0.7% | 1% | - |
| XYZ | 68.14 | 72.97 | 17.33 | - |
| YUV | 214.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 76 | 0 | 0.14 | 0.70 | 0 | 48.27 | 1 | 0.65 |
| Hex | FF | DC | 4C | 0 | E | 46 | 0 | 30 | 64 | 41 |
| Octal | 377 | 334 | 114 | 0 | 16 | 106 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011100 | 1001100 | 0 | 1110 | 1000110 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDC4C
Complementary color
Monochromatic Colors of #FFDC4C
Black with #FFDC4C
Text Example
Text Example
White with #FFDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC4C; }
p { color: rgb(255,220,76); }
H1.HeaderClassName
{
color: #FFDC4C;
}
.AnyTagClassName
{
color: #FFDC4C;
}
</style>
background-color css
<style>
a { background-color: #FFDC4C; }
a { background-color: rgb(255,220,76); }
div.DivClassName
{
background-color: #FFDC4C;
}
.BgClassName
{
background-color: #FFDC4C;
}
</style>
border-color css
<style>
span { border-color: #FFDC4C; }
span { border-color: rgb(255,220,76); }
td.TdClassName
{
border-color: #FFDC4C;
}
.TagClassName
{
border-color: #FFDC4C;
}
</style>