Shades of Sweet Corn #FFDD76
Tints of Sweet Corn #FFDD76
RGB
CMYK
RGB Variations
Color information
#FFDD76 (or 0xFFDD76) is known color: Sweet Corn. HEX triplet: FF, DD and 76. RGB value is (255,221,118). Sum of RGB (Red+Green+Blue) = 255+221+118=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD76 is #002289. Grayscale: #DBDBDB. Windows color (decimal): -8842 or 7790079. OLE color: 7790079.
HSL color Cylindrical-coordinate representation of color #FFDD76: hue angle of 45.11º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDD76 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 118 | - |
| CMYK | 0 | 0.13 | 0.54 | 0 |
| HSL | 45.11º | 1% | 0.73% | - |
| HSV(B) | 45.11º | 0.54% | 1% | - |
| XYZ | 70.37 | 74.28 | 27.77 | - |
| YUV | 219.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 118 | 0 | 0.13 | 0.54 | 0 | 45.11 | 1 | 0.73 |
| Hex | FF | DD | 76 | 0 | D | 36 | 0 | 2D | 64 | 49 |
| Octal | 377 | 335 | 166 | 0 | 15 | 66 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011101 | 1110110 | 0 | 1101 | 110110 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDD76
Complementary color
Monochromatic Colors of #FFDD76
Black with #FFDD76
Text Example
Text Example
White with #FFDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD76; }
p { color: rgb(255,221,118); }
H1.HeaderClassName
{
color: #FFDD76;
}
.AnyTagClassName
{
color: #FFDD76;
}
</style>
background-color css
<style>
a { background-color: #FFDD76; }
a { background-color: rgb(255,221,118); }
div.DivClassName
{
background-color: #FFDD76;
}
.BgClassName
{
background-color: #FFDD76;
}
</style>
border-color css
<style>
span { border-color: #FFDD76; }
span { border-color: rgb(255,221,118); }
td.TdClassName
{
border-color: #FFDD76;
}
.TagClassName
{
border-color: #FFDD76;
}
</style>