Shades of Mustard #FFD959
Tints of Mustard #FFD959
RGB
CMYK
RGB Variations
Color information
#FFD959 (or 0xFFD959) is known color: Mustard. HEX triplet: FF, D9 and 59. RGB value is (255,217,89). Sum of RGB (Red+Green+Blue) = 255+217+89=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD959 is #0026A6. Grayscale: #D6D6D6. Windows color (decimal): -9895 or 5888511. OLE color: 5888511.
HSL color Cylindrical-coordinate representation of color #FFD959: hue angle of 46.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD959 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 89 | - |
| CMYK | 0 | 0.15 | 0.65 | 0 |
| HSL | 46.27º | 1% | 0.67% | - |
| HSV(B) | 46.27º | 0.65% | 1% | - |
| XYZ | 67.86 | 71.61 | 19.7 | - |
| YUV | 213.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 89 | 0 | 0.15 | 0.65 | 0 | 46.27 | 1 | 0.67 |
| Hex | FF | D9 | 59 | 0 | F | 41 | 0 | 2E | 64 | 43 |
| Octal | 377 | 331 | 131 | 0 | 17 | 101 | 0 | 56 | 144 | 103 |
| Binary | 11111111 | 11011001 | 1011001 | 0 | 1111 | 1000001 | 0 | 101110 | 1100100 | 1000011 |
Color Harmonies of #FFD959
Complementary color
Monochromatic Colors of #FFD959
Black with #FFD959
Text Example
Text Example
White with #FFD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD959; }
p { color: rgb(255,217,89); }
H1.HeaderClassName
{
color: #FFD959;
}
.AnyTagClassName
{
color: #FFD959;
}
</style>
background-color css
<style>
a { background-color: #FFD959; }
a { background-color: rgb(255,217,89); }
div.DivClassName
{
background-color: #FFD959;
}
.BgClassName
{
background-color: #FFD959;
}
</style>
border-color css
<style>
span { border-color: #FFD959; }
span { border-color: rgb(255,217,89); }
td.TdClassName
{
border-color: #FFD959;
}
.TagClassName
{
border-color: #FFD959;
}
</style>