Shades of Mustard #FFDA55
Tints of Mustard #FFDA55
RGB
CMYK
RGB Variations
Color information
#FFDA55 (or 0xFFDA55) is known color: Mustard. HEX triplet: FF, DA and 55. RGB value is (255,218,85). Sum of RGB (Red+Green+Blue) = 255+218+85=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA55 is #0025AA. Grayscale: #D6D6D6. Windows color (decimal): -9643 or 5626623. OLE color: 5626623.
HSL color Cylindrical-coordinate representation of color #FFDA55: hue angle of 46.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFDA55 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 85 | - |
| CMYK | 0 | 0.15 | 0.67 | 0 |
| HSL | 46.94º | 1% | 0.67% | - |
| HSV(B) | 46.94º | 0.67% | 1% | - |
| XYZ | 67.95 | 72.06 | 18.92 | - |
| YUV | 213.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 85 | 0 | 0.15 | 0.67 | 0 | 46.94 | 1 | 0.67 |
| Hex | FF | DA | 55 | 0 | F | 43 | 0 | 2F | 64 | 43 |
| Octal | 377 | 332 | 125 | 0 | 17 | 103 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011010 | 1010101 | 0 | 1111 | 1000011 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDA55
Complementary color
Monochromatic Colors of #FFDA55
Black with #FFDA55
Text Example
Text Example
White with #FFDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA55; }
p { color: rgb(255,218,85); }
H1.HeaderClassName
{
color: #FFDA55;
}
.AnyTagClassName
{
color: #FFDA55;
}
</style>
background-color css
<style>
a { background-color: #FFDA55; }
a { background-color: rgb(255,218,85); }
div.DivClassName
{
background-color: #FFDA55;
}
.BgClassName
{
background-color: #FFDA55;
}
</style>
border-color css
<style>
span { border-color: #FFDA55; }
span { border-color: rgb(255,218,85); }
td.TdClassName
{
border-color: #FFDA55;
}
.TagClassName
{
border-color: #FFDA55;
}
</style>