Shades of Sweet Corn #FFDE77
Tints of Sweet Corn #FFDE77
RGB
CMYK
RGB Variations
Color information
#FFDE77 (or 0xFFDE77) is known color: Sweet Corn. HEX triplet: FF, DE and 77. RGB value is (255,222,119). Sum of RGB (Red+Green+Blue) = 255+222+119=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE77 is #002188. Grayscale: #DCDCDC. Windows color (decimal): -8585 or 7855871. OLE color: 7855871.
HSL color Cylindrical-coordinate representation of color #FFDE77: hue angle of 45.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFDE77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0 |
| HSL | 45.44º | 1% | 0.73% | - |
| HSV(B) | 45.44º | 0.53% | 1% | - |
| XYZ | 70.69 | 74.83 | 28.17 | - |
| YUV | 220.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 119 | 0 | 0.13 | 0.53 | 0 | 45.44 | 1 | 0.73 |
| Hex | FF | DE | 77 | 0 | D | 35 | 0 | 2D | 64 | 49 |
| Octal | 377 | 336 | 167 | 0 | 15 | 65 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011110 | 1110111 | 0 | 1101 | 110101 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDE77
Complementary color
Monochromatic Colors of #FFDE77
Black with #FFDE77
Text Example
Text Example
White with #FFDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE77; }
p { color: rgb(255,222,119); }
H1.HeaderClassName
{
color: #FFDE77;
}
.AnyTagClassName
{
color: #FFDE77;
}
</style>
background-color css
<style>
a { background-color: #FFDE77; }
a { background-color: rgb(255,222,119); }
div.DivClassName
{
background-color: #FFDE77;
}
.BgClassName
{
background-color: #FFDE77;
}
</style>
border-color css
<style>
span { border-color: #FFDE77; }
span { border-color: rgb(255,222,119); }
td.TdClassName
{
border-color: #FFDE77;
}
.TagClassName
{
border-color: #FFDE77;
}
</style>