Shades of Mustard #FFDB53
Tints of Mustard #FFDB53
RGB
CMYK
RGB Variations
Color information
#FFDB53 (or 0xFFDB53) is known color: Mustard. HEX triplet: FF, DB and 53. RGB value is (255,219,83). Sum of RGB (Red+Green+Blue) = 255+219+83=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 83 (32.81% from 255 or 14.90% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB53 is #0024AC. Grayscale: #D6D6D6. Windows color (decimal): -9389 or 5495807. OLE color: 5495807.
HSL color Cylindrical-coordinate representation of color #FFDB53: hue angle of 47.44º 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 #FFDB53 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 83 | - |
| CMYK | 0 | 0.14 | 0.67 | 0 |
| HSL | 47.44º | 1% | 0.66% | - |
| HSV(B) | 47.44º | 0.67% | 1% | - |
| XYZ | 68.13 | 72.55 | 18.6 | - |
| YUV | 214.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 83 | 0 | 0.14 | 0.67 | 0 | 47.44 | 1 | 0.66 |
| Hex | FF | DB | 53 | 0 | E | 43 | 0 | 2F | 64 | 42 |
| Octal | 377 | 333 | 123 | 0 | 16 | 103 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011011 | 1010011 | 0 | 1110 | 1000011 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDB53
Complementary color
Monochromatic Colors of #FFDB53
Black with #FFDB53
Text Example
Text Example
White with #FFDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB53; }
p { color: rgb(255,219,83); }
H1.HeaderClassName
{
color: #FFDB53;
}
.AnyTagClassName
{
color: #FFDB53;
}
</style>
background-color css
<style>
a { background-color: #FFDB53; }
a { background-color: rgb(255,219,83); }
div.DivClassName
{
background-color: #FFDB53;
}
.BgClassName
{
background-color: #FFDB53;
}
</style>
border-color css
<style>
span { border-color: #FFDB53; }
span { border-color: rgb(255,219,83); }
td.TdClassName
{
border-color: #FFDB53;
}
.TagClassName
{
border-color: #FFDB53;
}
</style>