Shades of Mustard #FFD651
Tints of Mustard #FFD651
RGB
CMYK
RGB Variations
Color information
#FFD651 (or 0xFFD651) is known color: Mustard. HEX triplet: FF, D6 and 51. RGB value is (255,214,81). Sum of RGB (Red+Green+Blue) = 255+214+81=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 81 (32.03% from 255 or 14.73% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD651 is #0029AE. Grayscale: #D3D3D3. Windows color (decimal): -10671 or 5363455. OLE color: 5363455.
HSL color Cylindrical-coordinate representation of color #FFD651: hue angle of 45.86º 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 #FFD651 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0 |
| HSL | 45.86º | 1% | 0.66% | - |
| HSV(B) | 45.86º | 0.68% | 1% | - |
| XYZ | 66.77 | 69.95 | 17.77 | - |
| YUV | 211.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 81 | 0 | 0.16 | 0.68 | 0 | 45.86 | 1 | 0.66 |
| Hex | FF | D6 | 51 | 0 | 10 | 44 | 0 | 2E | 64 | 42 |
| Octal | 377 | 326 | 121 | 0 | 20 | 104 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11010110 | 1010001 | 0 | 10000 | 1000100 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD651
Complementary color
Monochromatic Colors of #FFD651
Black with #FFD651
Text Example
Text Example
White with #FFD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD651; }
p { color: rgb(255,214,81); }
H1.HeaderClassName
{
color: #FFD651;
}
.AnyTagClassName
{
color: #FFD651;
}
</style>
background-color css
<style>
a { background-color: #FFD651; }
a { background-color: rgb(255,214,81); }
div.DivClassName
{
background-color: #FFD651;
}
.BgClassName
{
background-color: #FFD651;
}
</style>
border-color css
<style>
span { border-color: #FFD651; }
span { border-color: rgb(255,214,81); }
td.TdClassName
{
border-color: #FFD651;
}
.TagClassName
{
border-color: #FFD651;
}
</style>