Shades of Mustard #FFD656
Tints of Mustard #FFD656
RGB
CMYK
RGB Variations
Color information
#FFD656 (or 0xFFD656) is known color: Mustard. HEX triplet: FF, D6 and 56. RGB value is (255,214,86). Sum of RGB (Red+Green+Blue) = 255+214+86=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD656 is #0029A9. Grayscale: #D4D4D4. Windows color (decimal): -10666 or 5691135. OLE color: 5691135.
HSL color Cylindrical-coordinate representation of color #FFD656: hue angle of 45.44º 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 #FFD656 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 86 | - |
| CMYK | 0 | 0.16 | 0.66 | 0 |
| HSL | 45.44º | 1% | 0.67% | - |
| HSV(B) | 45.44º | 0.66% | 1% | - |
| XYZ | 66.97 | 70.03 | 18.79 | - |
| YUV | 211.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 86 | 0 | 0.16 | 0.66 | 0 | 45.44 | 1 | 0.67 |
| Hex | FF | D6 | 56 | 0 | 10 | 42 | 0 | 2D | 64 | 43 |
| Octal | 377 | 326 | 126 | 0 | 20 | 102 | 0 | 55 | 144 | 103 |
| Binary | 11111111 | 11010110 | 1010110 | 0 | 10000 | 1000010 | 0 | 101101 | 1100100 | 1000011 |
Color Harmonies of #FFD656
Complementary color
Monochromatic Colors of #FFD656
Black with #FFD656
Text Example
Text Example
White with #FFD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD656; }
p { color: rgb(255,214,86); }
H1.HeaderClassName
{
color: #FFD656;
}
.AnyTagClassName
{
color: #FFD656;
}
</style>
background-color css
<style>
a { background-color: #FFD656; }
a { background-color: rgb(255,214,86); }
div.DivClassName
{
background-color: #FFD656;
}
.BgClassName
{
background-color: #FFD656;
}
</style>
border-color css
<style>
span { border-color: #FFD656; }
span { border-color: rgb(255,214,86); }
td.TdClassName
{
border-color: #FFD656;
}
.TagClassName
{
border-color: #FFD656;
}
</style>