Shades of Mustard #FFD555
Tints of Mustard #FFD555
RGB
CMYK
RGB Variations
Color information
#FFD555 (or 0xFFD555) is known color: Mustard. HEX triplet: FF, D5 and 55. RGB value is (255,213,85). Sum of RGB (Red+Green+Blue) = 255+213+85=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD555 is #002AAA. Grayscale: #D3D3D3. Windows color (decimal): -10923 or 5625343. OLE color: 5625343.
HSL color Cylindrical-coordinate representation of color #FFD555: hue angle of 45.18º 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 #FFD555 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 85 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.18º | 1% | 0.67% | - |
| HSV(B) | 45.18º | 0.67% | 1% | - |
| XYZ | 66.67 | 69.5 | 18.5 | - |
| YUV | 210.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 85 | 0 | 0.16 | 0.67 | 0 | 45.18 | 1 | 0.67 |
| Hex | FF | D5 | 55 | 0 | 10 | 43 | 0 | 2D | 64 | 43 |
| Octal | 377 | 325 | 125 | 0 | 20 | 103 | 0 | 55 | 144 | 103 |
| Binary | 11111111 | 11010101 | 1010101 | 0 | 10000 | 1000011 | 0 | 101101 | 1100100 | 1000011 |
Color Harmonies of #FFD555
Complementary color
Monochromatic Colors of #FFD555
Black with #FFD555
Text Example
Text Example
White with #FFD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD555; }
p { color: rgb(255,213,85); }
H1.HeaderClassName
{
color: #FFD555;
}
.AnyTagClassName
{
color: #FFD555;
}
</style>
background-color css
<style>
a { background-color: #FFD555; }
a { background-color: rgb(255,213,85); }
div.DivClassName
{
background-color: #FFD555;
}
.BgClassName
{
background-color: #FFD555;
}
</style>
border-color css
<style>
span { border-color: #FFD555; }
span { border-color: rgb(255,213,85); }
td.TdClassName
{
border-color: #FFD555;
}
.TagClassName
{
border-color: #FFD555;
}
</style>