Shades of Mustard #FFD654
Tints of Mustard #FFD654
RGB
CMYK
RGB Variations
Color information
#FFD654 (or 0xFFD654) is known color: Mustard. HEX triplet: FF, D6 and 54. RGB value is (255,214,84). Sum of RGB (Red+Green+Blue) = 255+214+84=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD654 is #0029AB. Grayscale: #D4D4D4. Windows color (decimal): -10668 or 5560063. OLE color: 5560063.
HSL color Cylindrical-coordinate representation of color #FFD654: hue angle of 45.61º 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 #FFD654 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.61º | 1% | 0.66% | - |
| HSV(B) | 45.61º | 0.67% | 1% | - |
| XYZ | 66.89 | 69.99 | 18.37 | - |
| YUV | 211.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 84 | 0 | 0.16 | 0.67 | 0 | 45.61 | 1 | 0.66 |
| Hex | FF | D6 | 54 | 0 | 10 | 43 | 0 | 2E | 64 | 42 |
| Octal | 377 | 326 | 124 | 0 | 20 | 103 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11010110 | 1010100 | 0 | 10000 | 1000011 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD654
Complementary color
Monochromatic Colors of #FFD654
Black with #FFD654
Text Example
Text Example
White with #FFD654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD654; }
p { color: rgb(255,214,84); }
H1.HeaderClassName
{
color: #FFD654;
}
.AnyTagClassName
{
color: #FFD654;
}
</style>
background-color css
<style>
a { background-color: #FFD654; }
a { background-color: rgb(255,214,84); }
div.DivClassName
{
background-color: #FFD654;
}
.BgClassName
{
background-color: #FFD654;
}
</style>
border-color css
<style>
span { border-color: #FFD654; }
span { border-color: rgb(255,214,84); }
td.TdClassName
{
border-color: #FFD654;
}
.TagClassName
{
border-color: #FFD654;
}
</style>