Shades of Mustard #FFD554
Tints of Mustard #FFD554
RGB
CMYK
RGB Variations
Color information
#FFD554 (or 0xFFD554) is known color: Mustard. HEX triplet: FF, D5 and 54. RGB value is (255,213,84). Sum of RGB (Red+Green+Blue) = 255+213+84=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD554 is #002AAB. Grayscale: #D3D3D3. Windows color (decimal): -10924 or 5559807. OLE color: 5559807.
HSL color Cylindrical-coordinate representation of color #FFD554: hue angle of 45.26º 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 #FFD554 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.26º | 1% | 0.66% | - |
| HSV(B) | 45.26º | 0.67% | 1% | - |
| XYZ | 66.63 | 69.49 | 18.29 | - |
| YUV | 210.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 84 | 0 | 0.16 | 0.67 | 0 | 45.26 | 1 | 0.66 |
| Hex | FF | D5 | 54 | 0 | 10 | 43 | 0 | 2D | 64 | 42 |
| Octal | 377 | 325 | 124 | 0 | 20 | 103 | 0 | 55 | 144 | 102 |
| Binary | 11111111 | 11010101 | 1010100 | 0 | 10000 | 1000011 | 0 | 101101 | 1100100 | 1000010 |
Color Harmonies of #FFD554
Complementary color
Monochromatic Colors of #FFD554
Black with #FFD554
Text Example
Text Example
White with #FFD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD554; }
p { color: rgb(255,213,84); }
H1.HeaderClassName
{
color: #FFD554;
}
.AnyTagClassName
{
color: #FFD554;
}
</style>
background-color css
<style>
a { background-color: #FFD554; }
a { background-color: rgb(255,213,84); }
div.DivClassName
{
background-color: #FFD554;
}
.BgClassName
{
background-color: #FFD554;
}
</style>
border-color css
<style>
span { border-color: #FFD554; }
span { border-color: rgb(255,213,84); }
td.TdClassName
{
border-color: #FFD554;
}
.TagClassName
{
border-color: #FFD554;
}
</style>