Shades of Sweet Corn #FFDF74
Tints of Sweet Corn #FFDF74
RGB
CMYK
RGB Variations
Color information
#FFDF74 (or 0xFFDF74) is known color: Sweet Corn. HEX triplet: FF, DF and 74. RGB value is (255,223,116). Sum of RGB (Red+Green+Blue) = 255+223+116=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF74 is #00208B. Grayscale: #DCDCDC. Windows color (decimal): -8332 or 7659519. OLE color: 7659519.
HSL color Cylindrical-coordinate representation of color #FFDF74: hue angle of 46.19º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDF74 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 116 | - |
| CMYK | 0 | 0.13 | 0.55 | 0 |
| HSL | 46.19º | 1% | 0.73% | - |
| HSV(B) | 46.19º | 0.55% | 1% | - |
| XYZ | 70.78 | 75.3 | 27.33 | - |
| YUV | 220.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 116 | 0 | 0.13 | 0.55 | 0 | 46.19 | 1 | 0.73 |
| Hex | FF | DF | 74 | 0 | D | 37 | 0 | 2E | 64 | 49 |
| Octal | 377 | 337 | 164 | 0 | 15 | 67 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11011111 | 1110100 | 0 | 1101 | 110111 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFDF74
Complementary color
Monochromatic Colors of #FFDF74
Black with #FFDF74
Text Example
Text Example
White with #FFDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF74; }
p { color: rgb(255,223,116); }
H1.HeaderClassName
{
color: #FFDF74;
}
.AnyTagClassName
{
color: #FFDF74;
}
</style>
background-color css
<style>
a { background-color: #FFDF74; }
a { background-color: rgb(255,223,116); }
div.DivClassName
{
background-color: #FFDF74;
}
.BgClassName
{
background-color: #FFDF74;
}
</style>
border-color css
<style>
span { border-color: #FFDF74; }
span { border-color: rgb(255,223,116); }
td.TdClassName
{
border-color: #FFDF74;
}
.TagClassName
{
border-color: #FFDF74;
}
</style>