Shades of Mustard #FFDA53
Tints of Mustard #FFDA53
RGB
CMYK
RGB Variations
Color information
#FFDA53 (or 0xFFDA53) is known color: Mustard. HEX triplet: FF, DA and 53. RGB value is (255,218,83). Sum of RGB (Red+Green+Blue) = 255+218+83=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 83 (32.81% from 255 or 14.93% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA53 is #0025AC. Grayscale: #D6D6D6. Windows color (decimal): -9645 or 5495551. OLE color: 5495551.
HSL color Cylindrical-coordinate representation of color #FFDA53: hue angle of 47.09º 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 #FFDA53 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0 |
| HSL | 47.09º | 1% | 0.66% | - |
| HSV(B) | 47.09º | 0.67% | 1% | - |
| XYZ | 67.87 | 72.03 | 18.51 | - |
| YUV | 213.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 83 | 0 | 0.15 | 0.67 | 0 | 47.09 | 1 | 0.66 |
| Hex | FF | DA | 53 | 0 | F | 43 | 0 | 2F | 64 | 42 |
| Octal | 377 | 332 | 123 | 0 | 17 | 103 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011010 | 1010011 | 0 | 1111 | 1000011 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDA53
Complementary color
Monochromatic Colors of #FFDA53
Black with #FFDA53
Text Example
Text Example
White with #FFDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA53; }
p { color: rgb(255,218,83); }
H1.HeaderClassName
{
color: #FFDA53;
}
.AnyTagClassName
{
color: #FFDA53;
}
</style>
background-color css
<style>
a { background-color: #FFDA53; }
a { background-color: rgb(255,218,83); }
div.DivClassName
{
background-color: #FFDA53;
}
.BgClassName
{
background-color: #FFDA53;
}
</style>
border-color css
<style>
span { border-color: #FFDA53; }
span { border-color: rgb(255,218,83); }
td.TdClassName
{
border-color: #FFDA53;
}
.TagClassName
{
border-color: #FFDA53;
}
</style>