Shades of Mustard #FFDA56
Tints of Mustard #FFDA56
RGB
CMYK
RGB Variations
Color information
#FFDA56 (or 0xFFDA56) is known color: Mustard. HEX triplet: FF, DA and 56. RGB value is (255,218,86). Sum of RGB (Red+Green+Blue) = 255+218+86=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA56 is #0025A9. Grayscale: #D6D6D6. Windows color (decimal): -9642 or 5692159. OLE color: 5692159.
HSL color Cylindrical-coordinate representation of color #FFDA56: hue angle of 46.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFDA56 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0 |
| HSL | 46.86º | 1% | 0.67% | - |
| HSV(B) | 46.86º | 0.66% | 1% | - |
| XYZ | 67.99 | 72.07 | 19.13 | - |
| YUV | 214.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 86 | 0 | 0.15 | 0.66 | 0 | 46.86 | 1 | 0.67 |
| Hex | FF | DA | 56 | 0 | F | 42 | 0 | 2F | 64 | 43 |
| Octal | 377 | 332 | 126 | 0 | 17 | 102 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011010 | 1010110 | 0 | 1111 | 1000010 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDA56
Complementary color
Monochromatic Colors of #FFDA56
Black with #FFDA56
Text Example
Text Example
White with #FFDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA56; }
p { color: rgb(255,218,86); }
H1.HeaderClassName
{
color: #FFDA56;
}
.AnyTagClassName
{
color: #FFDA56;
}
</style>
background-color css
<style>
a { background-color: #FFDA56; }
a { background-color: rgb(255,218,86); }
div.DivClassName
{
background-color: #FFDA56;
}
.BgClassName
{
background-color: #FFDA56;
}
</style>
border-color css
<style>
span { border-color: #FFDA56; }
span { border-color: rgb(255,218,86); }
td.TdClassName
{
border-color: #FFDA56;
}
.TagClassName
{
border-color: #FFDA56;
}
</style>