Shades of Mustard #FFD956
Tints of Mustard #FFD956
RGB
CMYK
RGB Variations
Color information
#FFD956 (or 0xFFD956) is known color: Mustard. HEX triplet: FF, D9 and 56. RGB value is (255,217,86). Sum of RGB (Red+Green+Blue) = 255+217+86=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD956 is #0026A9. Grayscale: #D5D5D5. Windows color (decimal): -9898 or 5691903. OLE color: 5691903.
HSL color Cylindrical-coordinate representation of color #FFD956: hue angle of 46.51º 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 #FFD956 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0 |
| HSL | 46.51º | 1% | 0.67% | - |
| HSV(B) | 46.51º | 0.66% | 1% | - |
| XYZ | 67.73 | 71.56 | 19.05 | - |
| YUV | 213.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 86 | 0 | 0.15 | 0.66 | 0 | 46.51 | 1 | 0.67 |
| Hex | FF | D9 | 56 | 0 | F | 42 | 0 | 2F | 64 | 43 |
| Octal | 377 | 331 | 126 | 0 | 17 | 102 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011001 | 1010110 | 0 | 1111 | 1000010 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFD956
Complementary color
Monochromatic Colors of #FFD956
Black with #FFD956
Text Example
Text Example
White with #FFD956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD956; }
p { color: rgb(255,217,86); }
H1.HeaderClassName
{
color: #FFD956;
}
.AnyTagClassName
{
color: #FFD956;
}
</style>
background-color css
<style>
a { background-color: #FFD956; }
a { background-color: rgb(255,217,86); }
div.DivClassName
{
background-color: #FFD956;
}
.BgClassName
{
background-color: #FFD956;
}
</style>
border-color css
<style>
span { border-color: #FFD956; }
span { border-color: rgb(255,217,86); }
td.TdClassName
{
border-color: #FFD956;
}
.TagClassName
{
border-color: #FFD956;
}
</style>