Shades of Mustard #FFDA54
Tints of Mustard #FFDA54
RGB
CMYK
RGB Variations
Color information
#FFDA54 (or 0xFFDA54) is known color: Mustard. HEX triplet: FF, DA and 54. RGB value is (255,218,84). Sum of RGB (Red+Green+Blue) = 255+218+84=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA54 is #0025AB. Grayscale: #D6D6D6. Windows color (decimal): -9644 or 5561087. OLE color: 5561087.
HSL color Cylindrical-coordinate representation of color #FFDA54: hue angle of 47.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFDA54 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0 |
| HSL | 47.02º | 1% | 0.66% | - |
| HSV(B) | 47.02º | 0.67% | 1% | - |
| XYZ | 67.91 | 72.04 | 18.71 | - |
| YUV | 213.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 84 | 0 | 0.15 | 0.67 | 0 | 47.02 | 1 | 0.66 |
| Hex | FF | DA | 54 | 0 | F | 43 | 0 | 2F | 64 | 42 |
| Octal | 377 | 332 | 124 | 0 | 17 | 103 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011010 | 1010100 | 0 | 1111 | 1000011 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDA54
Complementary color
Monochromatic Colors of #FFDA54
Black with #FFDA54
Text Example
Text Example
White with #FFDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA54; }
p { color: rgb(255,218,84); }
H1.HeaderClassName
{
color: #FFDA54;
}
.AnyTagClassName
{
color: #FFDA54;
}
</style>
background-color css
<style>
a { background-color: #FFDA54; }
a { background-color: rgb(255,218,84); }
div.DivClassName
{
background-color: #FFDA54;
}
.BgClassName
{
background-color: #FFDA54;
}
</style>
border-color css
<style>
span { border-color: #FFDA54; }
span { border-color: rgb(255,218,84); }
td.TdClassName
{
border-color: #FFDA54;
}
.TagClassName
{
border-color: #FFDA54;
}
</style>