Shades of Mustard #FFDB56
Tints of Mustard #FFDB56
RGB
CMYK
RGB Variations
Color information
#FFDB56 (or 0xFFDB56) is known color: Mustard. HEX triplet: FF, DB and 56. RGB value is (255,219,86). Sum of RGB (Red+Green+Blue) = 255+219+86=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB56 is #0024A9. Grayscale: #D7D7D7. Windows color (decimal): -9386 or 5692415. OLE color: 5692415.
HSL color Cylindrical-coordinate representation of color #FFDB56: hue angle of 47.22º 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 #FFDB56 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 86 | - |
| CMYK | 0 | 0.14 | 0.66 | 0 |
| HSL | 47.22º | 1% | 0.67% | - |
| HSV(B) | 47.22º | 0.66% | 1% | - |
| XYZ | 68.25 | 72.59 | 19.22 | - |
| YUV | 214.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 86 | 0 | 0.14 | 0.66 | 0 | 47.22 | 1 | 0.67 |
| Hex | FF | DB | 56 | 0 | E | 42 | 0 | 2F | 64 | 43 |
| Octal | 377 | 333 | 126 | 0 | 16 | 102 | 0 | 57 | 144 | 103 |
| Binary | 11111111 | 11011011 | 1010110 | 0 | 1110 | 1000010 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDB56
Complementary color
Monochromatic Colors of #FFDB56
Black with #FFDB56
Text Example
Text Example
White with #FFDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB56; }
p { color: rgb(255,219,86); }
H1.HeaderClassName
{
color: #FFDB56;
}
.AnyTagClassName
{
color: #FFDB56;
}
</style>
background-color css
<style>
a { background-color: #FFDB56; }
a { background-color: rgb(255,219,86); }
div.DivClassName
{
background-color: #FFDB56;
}
.BgClassName
{
background-color: #FFDB56;
}
</style>
border-color css
<style>
span { border-color: #FFDB56; }
span { border-color: rgb(255,219,86); }
td.TdClassName
{
border-color: #FFDB56;
}
.TagClassName
{
border-color: #FFDB56;
}
</style>