Shades of Sweet Corn #FDDC77
Tints of Sweet Corn #FDDC77
RGB
CMYK
RGB Variations
Color information
#FDDC77 (or 0xFDDC77) is known color: Sweet Corn. HEX triplet: FD, DC and 77. RGB value is (253,220,119). Sum of RGB (Red+Green+Blue) = 253+220+119=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC77 is #022388. Grayscale: #DADADA. Windows color (decimal): -140169 or 7855357. OLE color: 7855357.
HSL color Cylindrical-coordinate representation of color #FDDC77: hue angle of 45.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDDC77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 45.22º | 0.97% | 0.73% | - |
| HSV(B) | 45.22º | 0.53% | 0.99% | - |
| XYZ | 69.43 | 73.4 | 27.96 | - |
| YUV | 218.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 119 | 0 | 0.13 | 0.53 | 0.01 | 45.22 | 0.97 | 0.73 |
| Hex | FD | DC | 77 | 0 | D | 35 | 1 | 2D | 61 | 49 |
| Octal | 375 | 334 | 167 | 0 | 15 | 65 | 1 | 55 | 141 | 111 |
| Binary | 11111101 | 11011100 | 1110111 | 0 | 1101 | 110101 | 1 | 101101 | 1100001 | 1001001 |
Color Harmonies of #FDDC77
Complementary color
Monochromatic Colors of #FDDC77
Black with #FDDC77
Text Example
Text Example
White with #FDDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC77; }
p { color: rgb(253,220,119); }
H1.HeaderClassName
{
color: #FDDC77;
}
.AnyTagClassName
{
color: #FDDC77;
}
</style>
background-color css
<style>
a { background-color: #FDDC77; }
a { background-color: rgb(253,220,119); }
div.DivClassName
{
background-color: #FDDC77;
}
.BgClassName
{
background-color: #FDDC77;
}
</style>
border-color css
<style>
span { border-color: #FDDC77; }
span { border-color: rgb(253,220,119); }
td.TdClassName
{
border-color: #FDDC77;
}
.TagClassName
{
border-color: #FDDC77;
}
</style>