Shades of Mustard #FFDA4C
Tints of Mustard #FFDA4C
RGB
CMYK
RGB Variations
Color information
#FFDA4C (or 0xFFDA4C) is known color: Mustard. HEX triplet: FF, DA and 4C. RGB value is (255,218,76). Sum of RGB (Red+Green+Blue) = 255+218+76=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA4C is #0025B3. Grayscale: #D5D5D5. Windows color (decimal): -9652 or 5036799. OLE color: 5036799.
HSL color Cylindrical-coordinate representation of color #FFDA4C: hue angle of 47.6º 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 #FFDA4C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 76 | - |
| CMYK | 0 | 0.15 | 0.70 | 0 |
| HSL | 47.6º | 1% | 0.65% | - |
| HSV(B) | 47.6º | 0.7% | 1% | - |
| XYZ | 67.62 | 71.92 | 17.16 | - |
| YUV | 212.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 76 | 0 | 0.15 | 0.70 | 0 | 47.6 | 1 | 0.65 |
| Hex | FF | DA | 4C | 0 | F | 46 | 0 | 30 | 64 | 41 |
| Octal | 377 | 332 | 114 | 0 | 17 | 106 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011010 | 1001100 | 0 | 1111 | 1000110 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDA4C
Complementary color
Monochromatic Colors of #FFDA4C
Black with #FFDA4C
Text Example
Text Example
White with #FFDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA4C; }
p { color: rgb(255,218,76); }
H1.HeaderClassName
{
color: #FFDA4C;
}
.AnyTagClassName
{
color: #FFDA4C;
}
</style>
background-color css
<style>
a { background-color: #FFDA4C; }
a { background-color: rgb(255,218,76); }
div.DivClassName
{
background-color: #FFDA4C;
}
.BgClassName
{
background-color: #FFDA4C;
}
</style>
border-color css
<style>
span { border-color: #FFDA4C; }
span { border-color: rgb(255,218,76); }
td.TdClassName
{
border-color: #FFDA4C;
}
.TagClassName
{
border-color: #FFDA4C;
}
</style>