Shades of Mustard #FFDC53
Tints of Mustard #FFDC53
RGB
CMYK
RGB Variations
Color information
#FFDC53 (or 0xFFDC53) is known color: Mustard. HEX triplet: FF, DC and 53. RGB value is (255,220,83). Sum of RGB (Red+Green+Blue) = 255+220+83=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC53 is #0023AC. Grayscale: #D7D7D7. Windows color (decimal): -9133 or 5496063. OLE color: 5496063.
HSL color Cylindrical-coordinate representation of color #FFDC53: hue angle of 47.79º 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 #FFDC53 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 83 | - |
| CMYK | 0 | 0.14 | 0.67 | 0 |
| HSL | 47.79º | 1% | 0.66% | - |
| HSV(B) | 47.79º | 0.67% | 1% | - |
| XYZ | 68.39 | 73.07 | 18.68 | - |
| YUV | 214.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 83 | 0 | 0.14 | 0.67 | 0 | 47.79 | 1 | 0.66 |
| Hex | FF | DC | 53 | 0 | E | 43 | 0 | 30 | 64 | 42 |
| Octal | 377 | 334 | 123 | 0 | 16 | 103 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011100 | 1010011 | 0 | 1110 | 1000011 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDC53
Complementary color
Monochromatic Colors of #FFDC53
Black with #FFDC53
Text Example
Text Example
White with #FFDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC53; }
p { color: rgb(255,220,83); }
H1.HeaderClassName
{
color: #FFDC53;
}
.AnyTagClassName
{
color: #FFDC53;
}
</style>
background-color css
<style>
a { background-color: #FFDC53; }
a { background-color: rgb(255,220,83); }
div.DivClassName
{
background-color: #FFDC53;
}
.BgClassName
{
background-color: #FFDC53;
}
</style>
border-color css
<style>
span { border-color: #FFDC53; }
span { border-color: rgb(255,220,83); }
td.TdClassName
{
border-color: #FFDC53;
}
.TagClassName
{
border-color: #FFDC53;
}
</style>