Shades of Mustard #FFD755
Tints of Mustard #FFD755
RGB
CMYK
RGB Variations
Color information
#FFD755 (or 0xFFD755) is known color: Mustard. HEX triplet: FF, D7 and 55. RGB value is (255,215,85). Sum of RGB (Red+Green+Blue) = 255+215+85=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD755 is #0028AA. Grayscale: #D4D4D4. Windows color (decimal): -10411 or 5625855. OLE color: 5625855.
HSL color Cylindrical-coordinate representation of color #FFD755: hue angle of 45.88º 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 #FFD755 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 85 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.88º | 1% | 0.67% | - |
| HSV(B) | 45.88º | 0.67% | 1% | - |
| XYZ | 67.18 | 70.52 | 18.66 | - |
| YUV | 212.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 85 | 0 | 0.16 | 0.67 | 0 | 45.88 | 1 | 0.67 |
| Hex | FF | D7 | 55 | 0 | 10 | 43 | 0 | 2E | 64 | 43 |
| Octal | 377 | 327 | 125 | 0 | 20 | 103 | 0 | 56 | 144 | 103 |
| Binary | 11111111 | 11010111 | 1010101 | 0 | 10000 | 1000011 | 0 | 101110 | 1100100 | 1000011 |
Color Harmonies of #FFD755
Complementary color
Monochromatic Colors of #FFD755
Black with #FFD755
Text Example
Text Example
White with #FFD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD755; }
p { color: rgb(255,215,85); }
H1.HeaderClassName
{
color: #FFD755;
}
.AnyTagClassName
{
color: #FFD755;
}
</style>
background-color css
<style>
a { background-color: #FFD755; }
a { background-color: rgb(255,215,85); }
div.DivClassName
{
background-color: #FFD755;
}
.BgClassName
{
background-color: #FFD755;
}
</style>
border-color css
<style>
span { border-color: #FFD755; }
span { border-color: rgb(255,215,85); }
td.TdClassName
{
border-color: #FFD755;
}
.TagClassName
{
border-color: #FFD755;
}
</style>