Shades of Mustard #FFDA52
Tints of Mustard #FFDA52
RGB
CMYK
RGB Variations
Color information
#FFDA52 (or 0xFFDA52) is known color: Mustard. HEX triplet: FF, DA and 52. RGB value is (255,218,82). Sum of RGB (Red+Green+Blue) = 255+218+82=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA52 is #0025AD. Grayscale: #D6D6D6. Windows color (decimal): -9646 or 5430015. OLE color: 5430015.
HSL color Cylindrical-coordinate representation of color #FFDA52: hue angle of 47.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFDA52 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 82 | - |
| CMYK | 0 | 0.15 | 0.68 | 0 |
| HSL | 47.17º | 1% | 0.66% | - |
| HSV(B) | 47.17º | 0.68% | 1% | - |
| XYZ | 67.83 | 72.01 | 18.31 | - |
| YUV | 213.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 82 | 0 | 0.15 | 0.68 | 0 | 47.17 | 1 | 0.66 |
| Hex | FF | DA | 52 | 0 | F | 44 | 0 | 2F | 64 | 42 |
| Octal | 377 | 332 | 122 | 0 | 17 | 104 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011010 | 1010010 | 0 | 1111 | 1000100 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDA52
Complementary color
Monochromatic Colors of #FFDA52
Black with #FFDA52
Text Example
Text Example
White with #FFDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA52; }
p { color: rgb(255,218,82); }
H1.HeaderClassName
{
color: #FFDA52;
}
.AnyTagClassName
{
color: #FFDA52;
}
</style>
background-color css
<style>
a { background-color: #FFDA52; }
a { background-color: rgb(255,218,82); }
div.DivClassName
{
background-color: #FFDA52;
}
.BgClassName
{
background-color: #FFDA52;
}
</style>
border-color css
<style>
span { border-color: #FFDA52; }
span { border-color: rgb(255,218,82); }
td.TdClassName
{
border-color: #FFDA52;
}
.TagClassName
{
border-color: #FFDA52;
}
</style>