Shades of Sweet Corn #FDDD70
Tints of Sweet Corn #FDDD70
RGB
CMYK
RGB Variations
Color information
#FDDD70 (or 0xFDDD70) is known color: Sweet Corn. HEX triplet: FD, DD and 70. RGB value is (253,221,112). Sum of RGB (Red+Green+Blue) = 253+221+112=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD70 is #02228F. Grayscale: #DADADA. Windows color (decimal): -139920 or 7396861. OLE color: 7396861.
HSL color Cylindrical-coordinate representation of color #FDDD70: hue angle of 46.38º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDDD70 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 112 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.01 |
| HSL | 46.38º | 0.97% | 0.72% | - |
| HSV(B) | 46.38º | 0.56% | 0.99% | - |
| XYZ | 69.29 | 73.77 | 25.92 | - |
| YUV | 218.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 112 | 0 | 0.13 | 0.56 | 0.01 | 46.38 | 0.97 | 0.72 |
| Hex | FD | DD | 70 | 0 | D | 38 | 1 | 2E | 61 | 48 |
| Octal | 375 | 335 | 160 | 0 | 15 | 70 | 1 | 56 | 141 | 110 |
| Binary | 11111101 | 11011101 | 1110000 | 0 | 1101 | 111000 | 1 | 101110 | 1100001 | 1001000 |
Color Harmonies of #FDDD70
Complementary color
Monochromatic Colors of #FDDD70
Black with #FDDD70
Text Example
Text Example
White with #FDDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD70; }
p { color: rgb(253,221,112); }
H1.HeaderClassName
{
color: #FDDD70;
}
.AnyTagClassName
{
color: #FDDD70;
}
</style>
background-color css
<style>
a { background-color: #FDDD70; }
a { background-color: rgb(253,221,112); }
div.DivClassName
{
background-color: #FDDD70;
}
.BgClassName
{
background-color: #FDDD70;
}
</style>
border-color css
<style>
span { border-color: #FDDD70; }
span { border-color: rgb(253,221,112); }
td.TdClassName
{
border-color: #FDDD70;
}
.TagClassName
{
border-color: #FDDD70;
}
</style>