Shades of Sweet Corn #FDDD76
Tints of Sweet Corn #FDDD76
RGB
CMYK
RGB Variations
Color information
#FDDD76 (or 0xFDDD76) is known color: Sweet Corn. HEX triplet: FD, DD and 76. RGB value is (253,221,118). Sum of RGB (Red+Green+Blue) = 253+221+118=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD76 is #022289. Grayscale: #DBDBDB. Windows color (decimal): -139914 or 7790077. OLE color: 7790077.
HSL color Cylindrical-coordinate representation of color #FDDD76: hue angle of 45.78º 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 #FDDD76 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 118 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 45.78º | 0.97% | 0.73% | - |
| HSV(B) | 45.78º | 0.53% | 0.99% | - |
| XYZ | 69.63 | 73.9 | 27.73 | - |
| YUV | 218.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 118 | 0 | 0.13 | 0.53 | 0.01 | 45.78 | 0.97 | 0.73 |
| Hex | FD | DD | 76 | 0 | D | 35 | 1 | 2E | 61 | 49 |
| Octal | 375 | 335 | 166 | 0 | 15 | 65 | 1 | 56 | 141 | 111 |
| Binary | 11111101 | 11011101 | 1110110 | 0 | 1101 | 110101 | 1 | 101110 | 1100001 | 1001001 |
Color Harmonies of #FDDD76
Complementary color
Monochromatic Colors of #FDDD76
Black with #FDDD76
Text Example
Text Example
White with #FDDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD76; }
p { color: rgb(253,221,118); }
H1.HeaderClassName
{
color: #FDDD76;
}
.AnyTagClassName
{
color: #FDDD76;
}
</style>
background-color css
<style>
a { background-color: #FDDD76; }
a { background-color: rgb(253,221,118); }
div.DivClassName
{
background-color: #FDDD76;
}
.BgClassName
{
background-color: #FDDD76;
}
</style>
border-color css
<style>
span { border-color: #FDDD76; }
span { border-color: rgb(253,221,118); }
td.TdClassName
{
border-color: #FDDD76;
}
.TagClassName
{
border-color: #FDDD76;
}
</style>