Shades of Mustard #FFDD5D
Tints of Mustard #FFDD5D
RGB
CMYK
RGB Variations
Color information
#FFDD5D (or 0xFFDD5D) is known color: Mustard. HEX triplet: FF, DD and 5D. RGB value is (255,221,93). Sum of RGB (Red+Green+Blue) = 255+221+93=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD5D is #0022A2. Grayscale: #D9D9D9. Windows color (decimal): -8867 or 6151679. OLE color: 6151679.
HSL color Cylindrical-coordinate representation of color #FFDD5D: hue angle of 47.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFDD5D is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 93 | - |
| CMYK | 0 | 0.13 | 0.64 | 0 |
| HSL | 47.41º | 1% | 0.68% | - |
| HSV(B) | 47.41º | 0.64% | 1% | - |
| XYZ | 69.07 | 73.76 | 20.95 | - |
| YUV | 216.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 93 | 0 | 0.13 | 0.64 | 0 | 47.41 | 1 | 0.68 |
| Hex | FF | DD | 5D | 0 | D | 40 | 0 | 2F | 64 | 44 |
| Octal | 377 | 335 | 135 | 0 | 15 | 100 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011101 | 1011101 | 0 | 1101 | 1000000 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDD5D
Complementary color
Monochromatic Colors of #FFDD5D
Black with #FFDD5D
Text Example
Text Example
White with #FFDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD5D; }
p { color: rgb(255,221,93); }
H1.HeaderClassName
{
color: #FFDD5D;
}
.AnyTagClassName
{
color: #FFDD5D;
}
</style>
background-color css
<style>
a { background-color: #FFDD5D; }
a { background-color: rgb(255,221,93); }
div.DivClassName
{
background-color: #FFDD5D;
}
.BgClassName
{
background-color: #FFDD5D;
}
</style>
border-color css
<style>
span { border-color: #FFDD5D; }
span { border-color: rgb(255,221,93); }
td.TdClassName
{
border-color: #FFDD5D;
}
.TagClassName
{
border-color: #FFDD5D;
}
</style>