Shades of Mustard #FFDB55
Tints of Mustard #FFDB55
RGB
CMYK
RGB Variations
Color information
#FFDB55 (or 0xFFDB55) is known color: Mustard. HEX triplet: FF, DB and 55. RGB value is (255,219,85). Sum of RGB (Red+Green+Blue) = 255+219+85=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB55 is #0024AA. Grayscale: #D7D7D7. Windows color (decimal): -9387 or 5626879. OLE color: 5626879.
HSL color Cylindrical-coordinate representation of color #FFDB55: hue angle of 47.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFDB55 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 85 | - |
| CMYK | 0 | 0.14 | 0.67 | 0 |
| HSL | 47.29º | 1% | 0.67% | - |
| HSV(B) | 47.29º | 0.67% | 1% | - |
| XYZ | 68.21 | 72.58 | 19.01 | - |
| YUV | 214.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 85 | 0 | 0.14 | 0.67 | 0 | 47.29 | 1 | 0.67 |
| Hex | FF | DB | 55 | 0 | E | 43 | 0 | 2F | 64 | 43 |
| Octal | 377 | 333 | 125 | 0 | 16 | 103 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011011 | 1010101 | 0 | 1110 | 1000011 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDB55
Complementary color
Monochromatic Colors of #FFDB55
Black with #FFDB55
Text Example
Text Example
White with #FFDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB55; }
p { color: rgb(255,219,85); }
H1.HeaderClassName
{
color: #FFDB55;
}
.AnyTagClassName
{
color: #FFDB55;
}
</style>
background-color css
<style>
a { background-color: #FFDB55; }
a { background-color: rgb(255,219,85); }
div.DivClassName
{
background-color: #FFDB55;
}
.BgClassName
{
background-color: #FFDB55;
}
</style>
border-color css
<style>
span { border-color: #FFDB55; }
span { border-color: rgb(255,219,85); }
td.TdClassName
{
border-color: #FFDB55;
}
.TagClassName
{
border-color: #FFDB55;
}
</style>