Shades of Sweet Corn #FFDE7A
Tints of Sweet Corn #FFDE7A
RGB
CMYK
RGB Variations
Color information
#FFDE7A (or 0xFFDE7A) is known color: Sweet Corn. HEX triplet: FF, DE and 7A. RGB value is (255,222,122). Sum of RGB (Red+Green+Blue) = 255+222+122=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE7A is #002185. Grayscale: #DCDCDC. Windows color (decimal): -8582 or 8052479. OLE color: 8052479.
HSL color Cylindrical-coordinate representation of color #FFDE7A: hue angle of 45.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFDE7A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 122 | - |
| CMYK | 0 | 0.13 | 0.52 | 0 |
| HSL | 45.11º | 1% | 0.74% | - |
| HSV(B) | 45.11º | 0.52% | 1% | - |
| XYZ | 70.87 | 74.91 | 29.14 | - |
| YUV | 220.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 122 | 0 | 0.13 | 0.52 | 0 | 45.11 | 1 | 0.74 |
| Hex | FF | DE | 7A | 0 | D | 34 | 0 | 2D | 64 | 4A |
| Octal | 377 | 336 | 172 | 0 | 15 | 64 | 0 | 55 | 144 | 112 |
| Binary | 11111111 | 11011110 | 1111010 | 0 | 1101 | 110100 | 0 | 101101 | 1100100 | 1001010 |
Color Harmonies of #FFDE7A
Complementary color
Monochromatic Colors of #FFDE7A
Black with #FFDE7A
Text Example
Text Example
White with #FFDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE7A; }
p { color: rgb(255,222,122); }
H1.HeaderClassName
{
color: #FFDE7A;
}
.AnyTagClassName
{
color: #FFDE7A;
}
</style>
background-color css
<style>
a { background-color: #FFDE7A; }
a { background-color: rgb(255,222,122); }
div.DivClassName
{
background-color: #FFDE7A;
}
.BgClassName
{
background-color: #FFDE7A;
}
</style>
border-color css
<style>
span { border-color: #FFDE7A; }
span { border-color: rgb(255,222,122); }
td.TdClassName
{
border-color: #FFDE7A;
}
.TagClassName
{
border-color: #FFDE7A;
}
</style>