Shades of Mustard #FFD754
Tints of Mustard #FFD754
RGB
CMYK
RGB Variations
Color information
#FFD754 (or 0xFFD754) is known color: Mustard. HEX triplet: FF, D7 and 54. RGB value is (255,215,84). Sum of RGB (Red+Green+Blue) = 255+215+84=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD754 is #0028AB. Grayscale: #D4D4D4. Windows color (decimal): -10412 or 5560319. OLE color: 5560319.
HSL color Cylindrical-coordinate representation of color #FFD754: hue angle of 45.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFD754 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.96º | 1% | 0.66% | - |
| HSV(B) | 45.96º | 0.67% | 1% | - |
| XYZ | 67.14 | 70.5 | 18.46 | - |
| YUV | 212.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 84 | 0 | 0.16 | 0.67 | 0 | 45.96 | 1 | 0.66 |
| Hex | FF | D7 | 54 | 0 | 10 | 43 | 0 | 2E | 64 | 42 |
| Octal | 377 | 327 | 124 | 0 | 20 | 103 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11010111 | 1010100 | 0 | 10000 | 1000011 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD754
Complementary color
Monochromatic Colors of #FFD754
Black with #FFD754
Text Example
Text Example
White with #FFD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD754; }
p { color: rgb(255,215,84); }
H1.HeaderClassName
{
color: #FFD754;
}
.AnyTagClassName
{
color: #FFD754;
}
</style>
background-color css
<style>
a { background-color: #FFD754; }
a { background-color: rgb(255,215,84); }
div.DivClassName
{
background-color: #FFD754;
}
.BgClassName
{
background-color: #FFD754;
}
</style>
border-color css
<style>
span { border-color: #FFD754; }
span { border-color: rgb(255,215,84); }
td.TdClassName
{
border-color: #FFD754;
}
.TagClassName
{
border-color: #FFD754;
}
</style>