Shades of Sweet Corn #FDDD72
Tints of Sweet Corn #FDDD72
RGB
CMYK
RGB Variations
Color information
#FDDD72 (or 0xFDDD72) is known color: Sweet Corn. HEX triplet: FD, DD and 72. RGB value is (253,221,114). Sum of RGB (Red+Green+Blue) = 253+221+114=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD72 is #02228D. Grayscale: #DADADA. Windows color (decimal): -139918 or 7527933. OLE color: 7527933.
HSL color Cylindrical-coordinate representation of color #FDDD72: hue angle of 46.19º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDDD72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 114 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.01 |
| HSL | 46.19º | 0.97% | 0.72% | - |
| HSV(B) | 46.19º | 0.55% | 0.99% | - |
| XYZ | 69.4 | 73.81 | 26.51 | - |
| YUV | 218.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 114 | 0 | 0.13 | 0.55 | 0.01 | 46.19 | 0.97 | 0.72 |
| Hex | FD | DD | 72 | 0 | D | 37 | 1 | 2E | 61 | 48 |
| Octal | 375 | 335 | 162 | 0 | 15 | 67 | 1 | 56 | 141 | 110 |
| Binary | 11111101 | 11011101 | 1110010 | 0 | 1101 | 110111 | 1 | 101110 | 1100001 | 1001000 |
Color Harmonies of #FDDD72
Complementary color
Monochromatic Colors of #FDDD72
Black with #FDDD72
Text Example
Text Example
White with #FDDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD72; }
p { color: rgb(253,221,114); }
H1.HeaderClassName
{
color: #FDDD72;
}
.AnyTagClassName
{
color: #FDDD72;
}
</style>
background-color css
<style>
a { background-color: #FDDD72; }
a { background-color: rgb(253,221,114); }
div.DivClassName
{
background-color: #FDDD72;
}
.BgClassName
{
background-color: #FDDD72;
}
</style>
border-color css
<style>
span { border-color: #FDDD72; }
span { border-color: rgb(253,221,114); }
td.TdClassName
{
border-color: #FDDD72;
}
.TagClassName
{
border-color: #FDDD72;
}
</style>