Shades of Sweet Corn #FFDF79
Tints of Sweet Corn #FFDF79
RGB
CMYK
RGB Variations
Color information
#FFDF79 (or 0xFFDF79) is known color: Sweet Corn. HEX triplet: FF, DF and 79. RGB value is (255,223,121). Sum of RGB (Red+Green+Blue) = 255+223+121=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 121 (47.66% from 255 or 20.20% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF79 is #002086. Grayscale: #DDDDDD. Windows color (decimal): -8327 or 7987199. OLE color: 7987199.
HSL color Cylindrical-coordinate representation of color #FFDF79: hue angle of 45.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFDF79 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 121 | - |
| CMYK | 0 | 0.13 | 0.53 | 0 |
| HSL | 45.67º | 1% | 0.74% | - |
| HSV(B) | 45.67º | 0.53% | 1% | - |
| XYZ | 71.08 | 75.42 | 28.9 | - |
| YUV | 220.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 121 | 0 | 0.13 | 0.53 | 0 | 45.67 | 1 | 0.74 |
| Hex | FF | DF | 79 | 0 | D | 35 | 0 | 2E | 64 | 4A |
| Octal | 377 | 337 | 171 | 0 | 15 | 65 | 0 | 56 | 144 | 112 |
| Binary | 11111111 | 11011111 | 1111001 | 0 | 1101 | 110101 | 0 | 101110 | 1100100 | 1001010 |
Color Harmonies of #FFDF79
Complementary color
Monochromatic Colors of #FFDF79
Black with #FFDF79
Text Example
Text Example
White with #FFDF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF79; }
p { color: rgb(255,223,121); }
H1.HeaderClassName
{
color: #FFDF79;
}
.AnyTagClassName
{
color: #FFDF79;
}
</style>
background-color css
<style>
a { background-color: #FFDF79; }
a { background-color: rgb(255,223,121); }
div.DivClassName
{
background-color: #FFDF79;
}
.BgClassName
{
background-color: #FFDF79;
}
</style>
border-color css
<style>
span { border-color: #FFDF79; }
span { border-color: rgb(255,223,121); }
td.TdClassName
{
border-color: #FFDF79;
}
.TagClassName
{
border-color: #FFDF79;
}
</style>