Shades of Mustard #FFD751
Tints of Mustard #FFD751
RGB
CMYK
RGB Variations
Color information
#FFD751 (or 0xFFD751) is known color: Mustard. HEX triplet: FF, D7 and 51. RGB value is (255,215,81). Sum of RGB (Red+Green+Blue) = 255+215+81=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 81 (32.03% from 255 or 14.70% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD751 is #0028AE. Grayscale: #D4D4D4. Windows color (decimal): -10415 or 5363711. OLE color: 5363711.
HSL color Cylindrical-coordinate representation of color #FFD751: hue angle of 46.21º 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 #FFD751 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0 |
| HSL | 46.21º | 1% | 0.66% | - |
| HSV(B) | 46.21º | 0.68% | 1% | - |
| XYZ | 67.03 | 70.45 | 17.85 | - |
| YUV | 211.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 81 | 0 | 0.16 | 0.68 | 0 | 46.21 | 1 | 0.66 |
| Hex | FF | D7 | 51 | 0 | 10 | 44 | 0 | 2E | 64 | 42 |
| Octal | 377 | 327 | 121 | 0 | 20 | 104 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11010111 | 1010001 | 0 | 10000 | 1000100 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD751
Complementary color
Monochromatic Colors of #FFD751
Black with #FFD751
Text Example
Text Example
White with #FFD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD751; }
p { color: rgb(255,215,81); }
H1.HeaderClassName
{
color: #FFD751;
}
.AnyTagClassName
{
color: #FFD751;
}
</style>
background-color css
<style>
a { background-color: #FFD751; }
a { background-color: rgb(255,215,81); }
div.DivClassName
{
background-color: #FFD751;
}
.BgClassName
{
background-color: #FFD751;
}
</style>
border-color css
<style>
span { border-color: #FFD751; }
span { border-color: rgb(255,215,81); }
td.TdClassName
{
border-color: #FFD751;
}
.TagClassName
{
border-color: #FFD751;
}
</style>