Shades of Mustard #FFD756
Tints of Mustard #FFD756
RGB
CMYK
RGB Variations
Color information
#FFD756 (or 0xFFD756) is known color: Mustard. HEX triplet: FF, D7 and 56. RGB value is (255,215,86). Sum of RGB (Red+Green+Blue) = 255+215+86=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD756 is #0028A9. Grayscale: #D4D4D4. Windows color (decimal): -10410 or 5691391. OLE color: 5691391.
HSL color Cylindrical-coordinate representation of color #FFD756: hue angle of 45.8º 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 #FFD756 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 86 | - |
| CMYK | 0 | 0.16 | 0.66 | 0 |
| HSL | 45.8º | 1% | 0.67% | - |
| HSV(B) | 45.8º | 0.66% | 1% | - |
| XYZ | 67.22 | 70.53 | 18.88 | - |
| YUV | 212.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 86 | 0 | 0.16 | 0.66 | 0 | 45.8 | 1 | 0.67 |
| Hex | FF | D7 | 56 | 0 | 10 | 42 | 0 | 2E | 64 | 43 |
| Octal | 377 | 327 | 126 | 0 | 20 | 102 | 0 | 56 | 144 | 103 |
| Binary | 11111111 | 11010111 | 1010110 | 0 | 10000 | 1000010 | 0 | 101110 | 1100100 | 1000011 |
Color Harmonies of #FFD756
Complementary color
Monochromatic Colors of #FFD756
Black with #FFD756
Text Example
Text Example
White with #FFD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD756; }
p { color: rgb(255,215,86); }
H1.HeaderClassName
{
color: #FFD756;
}
.AnyTagClassName
{
color: #FFD756;
}
</style>
background-color css
<style>
a { background-color: #FFD756; }
a { background-color: rgb(255,215,86); }
div.DivClassName
{
background-color: #FFD756;
}
.BgClassName
{
background-color: #FFD756;
}
</style>
border-color css
<style>
span { border-color: #FFD756; }
span { border-color: rgb(255,215,86); }
td.TdClassName
{
border-color: #FFD756;
}
.TagClassName
{
border-color: #FFD756;
}
</style>