Shades of Sweet Corn #FFDE72
Tints of Sweet Corn #FFDE72
RGB
CMYK
RGB Variations
Color information
#FFDE72 (or 0xFFDE72) is known color: Sweet Corn. HEX triplet: FF, DE and 72. RGB value is (255,222,114). Sum of RGB (Red+Green+Blue) = 255+222+114=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE72 is #00218D. Grayscale: #DCDCDC. Windows color (decimal): -8590 or 7528191. OLE color: 7528191.
HSL color Cylindrical-coordinate representation of color #FFDE72: hue angle of 45.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDE72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 114 | - |
| CMYK | 0 | 0.13 | 0.55 | 0 |
| HSL | 45.96º | 1% | 0.72% | - |
| HSV(B) | 45.96º | 0.55% | 1% | - |
| XYZ | 70.4 | 74.72 | 26.63 | - |
| YUV | 219.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 114 | 0 | 0.13 | 0.55 | 0 | 45.96 | 1 | 0.72 |
| Hex | FF | DE | 72 | 0 | D | 37 | 0 | 2E | 64 | 48 |
| Octal | 377 | 336 | 162 | 0 | 15 | 67 | 0 | 56 | 144 | 110 |
| Binary | 11111111 | 11011110 | 1110010 | 0 | 1101 | 110111 | 0 | 101110 | 1100100 | 1001000 |
Color Harmonies of #FFDE72
Complementary color
Monochromatic Colors of #FFDE72
Black with #FFDE72
Text Example
Text Example
White with #FFDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE72; }
p { color: rgb(255,222,114); }
H1.HeaderClassName
{
color: #FFDE72;
}
.AnyTagClassName
{
color: #FFDE72;
}
</style>
background-color css
<style>
a { background-color: #FFDE72; }
a { background-color: rgb(255,222,114); }
div.DivClassName
{
background-color: #FFDE72;
}
.BgClassName
{
background-color: #FFDE72;
}
</style>
border-color css
<style>
span { border-color: #FFDE72; }
span { border-color: rgb(255,222,114); }
td.TdClassName
{
border-color: #FFDE72;
}
.TagClassName
{
border-color: #FFDE72;
}
</style>