Shades of Mustard #FFDB54
Tints of Mustard #FFDB54
RGB
CMYK
RGB Variations
Color information
#FFDB54 (or 0xFFDB54) is known color: Mustard. HEX triplet: FF, DB and 54. RGB value is (255,219,84). Sum of RGB (Red+Green+Blue) = 255+219+84=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 84 (33.20% from 255 or 15.05% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB54 is #0024AB. Grayscale: #D6D6D6. Windows color (decimal): -9388 or 5561343. OLE color: 5561343.
HSL color Cylindrical-coordinate representation of color #FFDB54: hue angle of 47.37º 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 #FFDB54 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 84 | - |
| CMYK | 0 | 0.14 | 0.67 | 0 |
| HSL | 47.37º | 1% | 0.66% | - |
| HSV(B) | 47.37º | 0.67% | 1% | - |
| XYZ | 68.17 | 72.56 | 18.8 | - |
| YUV | 214.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 84 | 0 | 0.14 | 0.67 | 0 | 47.37 | 1 | 0.66 |
| Hex | FF | DB | 54 | 0 | E | 43 | 0 | 2F | 64 | 42 |
| Octal | 377 | 333 | 124 | 0 | 16 | 103 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011011 | 1010100 | 0 | 1110 | 1000011 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDB54
Complementary color
Monochromatic Colors of #FFDB54
Black with #FFDB54
Text Example
Text Example
White with #FFDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB54; }
p { color: rgb(255,219,84); }
H1.HeaderClassName
{
color: #FFDB54;
}
.AnyTagClassName
{
color: #FFDB54;
}
</style>
background-color css
<style>
a { background-color: #FFDB54; }
a { background-color: rgb(255,219,84); }
div.DivClassName
{
background-color: #FFDB54;
}
.BgClassName
{
background-color: #FFDB54;
}
</style>
border-color css
<style>
span { border-color: #FFDB54; }
span { border-color: rgb(255,219,84); }
td.TdClassName
{
border-color: #FFDB54;
}
.TagClassName
{
border-color: #FFDB54;
}
</style>