Shades of Mustard #FFDC52
Tints of Mustard #FFDC52
RGB
CMYK
RGB Variations
Color information
#FFDC52 (or 0xFFDC52) is known color: Mustard. HEX triplet: FF, DC and 52. RGB value is (255,220,82). Sum of RGB (Red+Green+Blue) = 255+220+82=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC52 is #0023AD. Grayscale: #D7D7D7. Windows color (decimal): -9134 or 5430527. OLE color: 5430527.
HSL color Cylindrical-coordinate representation of color #FFDC52: hue angle of 47.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFDC52 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 82 | - |
| CMYK | 0 | 0.14 | 0.68 | 0 |
| HSL | 47.86º | 1% | 0.66% | - |
| HSV(B) | 47.86º | 0.68% | 1% | - |
| XYZ | 68.36 | 73.06 | 18.48 | - |
| YUV | 214.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 82 | 0 | 0.14 | 0.68 | 0 | 47.86 | 1 | 0.66 |
| Hex | FF | DC | 52 | 0 | E | 44 | 0 | 30 | 64 | 42 |
| Octal | 377 | 334 | 122 | 0 | 16 | 104 | 0 | 60 | 144 | 102 |
| Binary | 11111111 | 11011100 | 1010010 | 0 | 1110 | 1000100 | 0 | 110000 | 1100100 | 1000010 |
Color Harmonies of #FFDC52
Complementary color
Monochromatic Colors of #FFDC52
Black with #FFDC52
Text Example
Text Example
White with #FFDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC52; }
p { color: rgb(255,220,82); }
H1.HeaderClassName
{
color: #FFDC52;
}
.AnyTagClassName
{
color: #FFDC52;
}
</style>
background-color css
<style>
a { background-color: #FFDC52; }
a { background-color: rgb(255,220,82); }
div.DivClassName
{
background-color: #FFDC52;
}
.BgClassName
{
background-color: #FFDC52;
}
</style>
border-color css
<style>
span { border-color: #FFDC52; }
span { border-color: rgb(255,220,82); }
td.TdClassName
{
border-color: #FFDC52;
}
.TagClassName
{
border-color: #FFDC52;
}
</style>