Shades of Mustard #FFD757
Tints of Mustard #FFD757
RGB
CMYK
RGB Variations
Color information
#FFD757 (or 0xFFD757) is known color: Mustard. HEX triplet: FF, D7 and 57. RGB value is (255,215,87). Sum of RGB (Red+Green+Blue) = 255+215+87=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD757 is #0028A8. Grayscale: #D4D4D4. Windows color (decimal): -10409 or 5756927. OLE color: 5756927.
HSL color Cylindrical-coordinate representation of color #FFD757: hue angle of 45.71º 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 #FFD757 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 87 | - |
| CMYK | 0 | 0.16 | 0.66 | 0 |
| HSL | 45.71º | 1% | 0.67% | - |
| HSV(B) | 45.71º | 0.66% | 1% | - |
| XYZ | 67.26 | 70.55 | 19.09 | - |
| YUV | 212.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 87 | 0 | 0.16 | 0.66 | 0 | 45.71 | 1 | 0.67 |
| Hex | FF | D7 | 57 | 0 | 10 | 42 | 0 | 2E | 64 | 43 |
| Octal | 377 | 327 | 127 | 0 | 20 | 102 | 0 | 56 | 144 | 103 |
| Binary | 11111111 | 11010111 | 1010111 | 0 | 10000 | 1000010 | 0 | 101110 | 1100100 | 1000011 |
Color Harmonies of #FFD757
Complementary color
Monochromatic Colors of #FFD757
Black with #FFD757
Text Example
Text Example
White with #FFD757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD757; }
p { color: rgb(255,215,87); }
H1.HeaderClassName
{
color: #FFD757;
}
.AnyTagClassName
{
color: #FFD757;
}
</style>
background-color css
<style>
a { background-color: #FFD757; }
a { background-color: rgb(255,215,87); }
div.DivClassName
{
background-color: #FFD757;
}
.BgClassName
{
background-color: #FFD757;
}
</style>
border-color css
<style>
span { border-color: #FFD757; }
span { border-color: rgb(255,215,87); }
td.TdClassName
{
border-color: #FFD757;
}
.TagClassName
{
border-color: #FFD757;
}
</style>