Shades of Mustard #FFDB58
Tints of Mustard #FFDB58
RGB
CMYK
RGB Variations
Color information
#FFDB58 (or 0xFFDB58) is known color: Mustard. HEX triplet: FF, DB and 58. RGB value is (255,219,88). Sum of RGB (Red+Green+Blue) = 255+219+88=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB58 is #0024A7. Grayscale: #D7D7D7. Windows color (decimal): -9384 or 5823487. OLE color: 5823487.
HSL color Cylindrical-coordinate representation of color #FFDB58: hue angle of 47.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDB58 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 88 | - |
CMYK | 0 | 0.14 | 0.65 | 0 |
HSL | 47.07º | 1% | 0.67% | - |
HSV(B) | 47.07º | 0.65% | 1% | - |
XYZ | 68.33 | 72.63 | 19.65 | - |
YUV | 214.83 | 56.43 | 156.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 88 | 0 | 0.14 | 0.65 | 0 | 47.07 | 1 | 0.67 |
Hex | FF | DB | 58 | 0 | E | 41 | 0 | 2F | 64 | 43 |
Octal | 377 | 333 | 130 | 0 | 16 | 101 | 0 | 57 | 144 | 103 |
Binary | 11111111 | 11011011 | 1011000 | 0 | 1110 | 1000001 | 0 | 101111 | 1100100 | 1000011 |
Color Harmonies of #FFDB58
Complementary color
Monochromatic Colors of #FFDB58
Black with #FFDB58
Text Example
Text Example
White with #FFDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB58; }
p { color: rgb(255,219,88); }
H1.HeaderClassName
{
color: #FFDB58;
}
.AnyTagClassName
{
color: #FFDB58;
}
</style>
background-color css
<style>
a { background-color: #FFDB58; }
a { background-color: rgb(255,219,88); }
div.DivClassName
{
background-color: #FFDB58;
}
.BgClassName
{
background-color: #FFDB58;
}
</style>
border-color css
<style>
span { border-color: #FFDB58; }
span { border-color: rgb(255,219,88); }
td.TdClassName
{
border-color: #FFDB58;
}
.TagClassName
{
border-color: #FFDB58;
}
</style>