Shades of Mustard #FFDA4D
Tints of Mustard #FFDA4D
RGB
CMYK
RGB Variations
Color information
#FFDA4D (or 0xFFDA4D) is known color: Mustard. HEX triplet: FF, DA and 4D. RGB value is (255,218,77). Sum of RGB (Red+Green+Blue) = 255+218+77=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 77 (30.47% from 255 or 14% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA4D is #0025B2. Grayscale: #D5D5D5. Windows color (decimal): -9651 or 5102335. OLE color: 5102335.
HSL color Cylindrical-coordinate representation of color #FFDA4D: hue angle of 47.53º 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 #FFDA4D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0 |
| HSL | 47.53º | 1% | 0.65% | - |
| HSV(B) | 47.53º | 0.7% | 1% | - |
| XYZ | 67.65 | 71.94 | 17.34 | - |
| YUV | 212.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 77 | 0 | 0.15 | 0.70 | 0 | 47.53 | 1 | 0.65 |
| Hex | FF | DA | 4D | 0 | F | 46 | 0 | 30 | 64 | 41 |
| Octal | 377 | 332 | 115 | 0 | 17 | 106 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011010 | 1001101 | 0 | 1111 | 1000110 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDA4D
Complementary color
Monochromatic Colors of #FFDA4D
Black with #FFDA4D
Text Example
Text Example
White with #FFDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA4D; }
p { color: rgb(255,218,77); }
H1.HeaderClassName
{
color: #FFDA4D;
}
.AnyTagClassName
{
color: #FFDA4D;
}
</style>
background-color css
<style>
a { background-color: #FFDA4D; }
a { background-color: rgb(255,218,77); }
div.DivClassName
{
background-color: #FFDA4D;
}
.BgClassName
{
background-color: #FFDA4D;
}
</style>
border-color css
<style>
span { border-color: #FFDA4D; }
span { border-color: rgb(255,218,77); }
td.TdClassName
{
border-color: #FFDA4D;
}
.TagClassName
{
border-color: #FFDA4D;
}
</style>