Shades of Mustard #FFDD5C
Tints of Mustard #FFDD5C
RGB
CMYK
RGB Variations
Color information
#FFDD5C (or 0xFFDD5C) is known color: Mustard. HEX triplet: FF, DD and 5C. RGB value is (255,221,92). Sum of RGB (Red+Green+Blue) = 255+221+92=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD5C is #0022A3. Grayscale: #D9D9D9. Windows color (decimal): -8868 or 6086143. OLE color: 6086143.
HSL color Cylindrical-coordinate representation of color #FFDD5C: hue angle of 47.48º 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 #FFDD5C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 92 | - |
| CMYK | 0 | 0.13 | 0.64 | 0 |
| HSL | 47.48º | 1% | 0.68% | - |
| HSV(B) | 47.48º | 0.64% | 1% | - |
| XYZ | 69.03 | 73.75 | 20.72 | - |
| YUV | 216.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 92 | 0 | 0.13 | 0.64 | 0 | 47.48 | 1 | 0.68 |
| Hex | FF | DD | 5C | 0 | D | 40 | 0 | 2F | 64 | 44 |
| Octal | 377 | 335 | 134 | 0 | 15 | 100 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011101 | 1011100 | 0 | 1101 | 1000000 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDD5C
Complementary color
Monochromatic Colors of #FFDD5C
Black with #FFDD5C
Text Example
Text Example
White with #FFDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD5C; }
p { color: rgb(255,221,92); }
H1.HeaderClassName
{
color: #FFDD5C;
}
.AnyTagClassName
{
color: #FFDD5C;
}
</style>
background-color css
<style>
a { background-color: #FFDD5C; }
a { background-color: rgb(255,221,92); }
div.DivClassName
{
background-color: #FFDD5C;
}
.BgClassName
{
background-color: #FFDD5C;
}
</style>
border-color css
<style>
span { border-color: #FFDD5C; }
span { border-color: rgb(255,221,92); }
td.TdClassName
{
border-color: #FFDD5C;
}
.TagClassName
{
border-color: #FFDD5C;
}
</style>