Shades of Mustard #FFDA5A
Tints of Mustard #FFDA5A
RGB
CMYK
RGB Variations
Color information
#FFDA5A (or 0xFFDA5A) is known color: Mustard. HEX triplet: FF, DA and 5A. RGB value is (255,218,90). Sum of RGB (Red+Green+Blue) = 255+218+90=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5A is #0025A5. Grayscale: #D7D7D7. Windows color (decimal): -9638 or 5954303. OLE color: 5954303.
HSL color Cylindrical-coordinate representation of color #FFDA5A: hue angle of 46.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDA5A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 90 | - |
| CMYK | 0 | 0.15 | 0.65 | 0 |
| HSL | 46.55º | 1% | 0.68% | - |
| HSV(B) | 46.55º | 0.65% | 1% | - |
| XYZ | 68.16 | 72.14 | 20.01 | - |
| YUV | 214.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 90 | 0 | 0.15 | 0.65 | 0 | 46.55 | 1 | 0.68 |
| Hex | FF | DA | 5A | 0 | F | 41 | 0 | 2F | 64 | 44 |
| Octal | 377 | 332 | 132 | 0 | 17 | 101 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011010 | 1011010 | 0 | 1111 | 1000001 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDA5A
Complementary color
Monochromatic Colors of #FFDA5A
Black with #FFDA5A
Text Example
Text Example
White with #FFDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA5A; }
p { color: rgb(255,218,90); }
H1.HeaderClassName
{
color: #FFDA5A;
}
.AnyTagClassName
{
color: #FFDA5A;
}
</style>
background-color css
<style>
a { background-color: #FFDA5A; }
a { background-color: rgb(255,218,90); }
div.DivClassName
{
background-color: #FFDA5A;
}
.BgClassName
{
background-color: #FFDA5A;
}
</style>
border-color css
<style>
span { border-color: #FFDA5A; }
span { border-color: rgb(255,218,90); }
td.TdClassName
{
border-color: #FFDA5A;
}
.TagClassName
{
border-color: #FFDA5A;
}
</style>