Shades of Mustard #FFDB51
Tints of Mustard #FFDB51
RGB
CMYK
RGB Variations
Color information
#FFDB51 (or 0xFFDB51) is known color: Mustard. HEX triplet: FF, DB and 51. RGB value is (255,219,81). Sum of RGB (Red+Green+Blue) = 255+219+81=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB51 is #0024AE. Grayscale: #D6D6D6. Windows color (decimal): -9391 or 5364735. OLE color: 5364735.
HSL color Cylindrical-coordinate representation of color #FFDB51: hue angle of 47.59º 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 #FFDB51 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 81 | - |
| CMYK | 0 | 0.14 | 0.68 | 0 |
| HSL | 47.59º | 1% | 0.66% | - |
| HSV(B) | 47.59º | 0.68% | 1% | - |
| XYZ | 68.06 | 72.52 | 18.19 | - |
| YUV | 214.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 81 | 0 | 0.14 | 0.68 | 0 | 47.59 | 1 | 0.66 |
| Hex | FF | DB | 51 | 0 | E | 44 | 0 | 30 | 64 | 42 |
| Octal | 377 | 333 | 121 | 0 | 16 | 104 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011011 | 1010001 | 0 | 1110 | 1000100 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDB51
Complementary color
Monochromatic Colors of #FFDB51
Black with #FFDB51
Text Example
Text Example
White with #FFDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB51; }
p { color: rgb(255,219,81); }
H1.HeaderClassName
{
color: #FFDB51;
}
.AnyTagClassName
{
color: #FFDB51;
}
</style>
background-color css
<style>
a { background-color: #FFDB51; }
a { background-color: rgb(255,219,81); }
div.DivClassName
{
background-color: #FFDB51;
}
.BgClassName
{
background-color: #FFDB51;
}
</style>
border-color css
<style>
span { border-color: #FFDB51; }
span { border-color: rgb(255,219,81); }
td.TdClassName
{
border-color: #FFDB51;
}
.TagClassName
{
border-color: #FFDB51;
}
</style>