Shades of Mustard #FFDD5A
Tints of Mustard #FFDD5A
RGB
CMYK
RGB Variations
Color information
#FFDD5A (or 0xFFDD5A) is known color: Mustard. HEX triplet: FF, DD and 5A. RGB value is (255,221,90). Sum of RGB (Red+Green+Blue) = 255+221+90=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 90 (35.55% from 255 or 15.90% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD5A is #0022A5. Grayscale: #D8D8D8. Windows color (decimal): -8870 or 5955071. OLE color: 5955071.
HSL color Cylindrical-coordinate representation of color #FFDD5A: hue angle of 47.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFDD5A is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 90 | - |
| CMYK | 0 | 0.13 | 0.65 | 0 |
| HSL | 47.64º | 1% | 0.68% | - |
| HSV(B) | 47.64º | 0.65% | 1% | - |
| XYZ | 68.94 | 73.71 | 20.27 | - |
| YUV | 216.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 90 | 0 | 0.13 | 0.65 | 0 | 47.64 | 1 | 0.68 |
| Hex | FF | DD | 5A | 0 | D | 41 | 0 | 30 | 64 | 44 |
| Octal | 377 | 335 | 132 | 0 | 15 | 101 | 0 | 60 | 144 | 104 |
| Binary | 11111111 | 11011101 | 1011010 | 0 | 1101 | 1000001 | 0 | 110000 | 1100100 | 1000100 |
Color Harmonies of #FFDD5A
Complementary color
Monochromatic Colors of #FFDD5A
Black with #FFDD5A
Text Example
Text Example
White with #FFDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD5A; }
p { color: rgb(255,221,90); }
H1.HeaderClassName
{
color: #FFDD5A;
}
.AnyTagClassName
{
color: #FFDD5A;
}
</style>
background-color css
<style>
a { background-color: #FFDD5A; }
a { background-color: rgb(255,221,90); }
div.DivClassName
{
background-color: #FFDD5A;
}
.BgClassName
{
background-color: #FFDD5A;
}
</style>
border-color css
<style>
span { border-color: #FFDD5A; }
span { border-color: rgb(255,221,90); }
td.TdClassName
{
border-color: #FFDD5A;
}
.TagClassName
{
border-color: #FFDD5A;
}
</style>