Shades of Mustard #FFDB57
Tints of Mustard #FFDB57
RGB
CMYK
RGB Variations
Color information
#FFDB57 (or 0xFFDB57) is known color: Mustard. HEX triplet: FF, DB and 57. RGB value is (255,219,87). Sum of RGB (Red+Green+Blue) = 255+219+87=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB57 is #0024A8. Grayscale: #D7D7D7. Windows color (decimal): -9385 or 5757951. OLE color: 5757951.
HSL color Cylindrical-coordinate representation of color #FFDB57: hue angle of 47.14º 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 #FFDB57 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 87 | - |
| CMYK | 0 | 0.14 | 0.66 | 0 |
| HSL | 47.14º | 1% | 0.67% | - |
| HSV(B) | 47.14º | 0.66% | 1% | - |
| XYZ | 68.29 | 72.61 | 19.43 | - |
| YUV | 214.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 87 | 0 | 0.14 | 0.66 | 0 | 47.14 | 1 | 0.67 |
| Hex | FF | DB | 57 | 0 | E | 42 | 0 | 2F | 64 | 43 |
| Octal | 377 | 333 | 127 | 0 | 16 | 102 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011011 | 1010111 | 0 | 1110 | 1000010 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDB57
Complementary color
Monochromatic Colors of #FFDB57
Black with #FFDB57
Text Example
Text Example
White with #FFDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB57; }
p { color: rgb(255,219,87); }
H1.HeaderClassName
{
color: #FFDB57;
}
.AnyTagClassName
{
color: #FFDB57;
}
</style>
background-color css
<style>
a { background-color: #FFDB57; }
a { background-color: rgb(255,219,87); }
div.DivClassName
{
background-color: #FFDB57;
}
.BgClassName
{
background-color: #FFDB57;
}
</style>
border-color css
<style>
span { border-color: #FFDB57; }
span { border-color: rgb(255,219,87); }
td.TdClassName
{
border-color: #FFDB57;
}
.TagClassName
{
border-color: #FFDB57;
}
</style>