Shades of Sweet Corn #FFDD77
Tints of Sweet Corn #FFDD77
RGB
CMYK
RGB Variations
Color information
#FFDD77 (or 0xFFDD77) is known color: Sweet Corn. HEX triplet: FF, DD and 77. RGB value is (255,221,119). Sum of RGB (Red+Green+Blue) = 255+221+119=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD77 is #002288. Grayscale: #DBDBDB. Windows color (decimal): -8841 or 7855615. OLE color: 7855615.
HSL color Cylindrical-coordinate representation of color #FFDD77: hue angle of 45º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFDD77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0 |
| HSL | 45º | 1% | 0.73% | - |
| HSV(B) | 45º | 0.53% | 1% | - |
| XYZ | 70.43 | 74.3 | 28.08 | - |
| YUV | 219.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 119 | 0 | 0.13 | 0.53 | 0 | 45 | 1 | 0.73 |
| Hex | FF | DD | 77 | 0 | D | 35 | 0 | 2D | 64 | 49 |
| Octal | 377 | 335 | 167 | 0 | 15 | 65 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011101 | 1110111 | 0 | 1101 | 110101 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDD77
Complementary color
Monochromatic Colors of #FFDD77
Black with #FFDD77
Text Example
Text Example
White with #FFDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD77; }
p { color: rgb(255,221,119); }
H1.HeaderClassName
{
color: #FFDD77;
}
.AnyTagClassName
{
color: #FFDD77;
}
</style>
background-color css
<style>
a { background-color: #FFDD77; }
a { background-color: rgb(255,221,119); }
div.DivClassName
{
background-color: #FFDD77;
}
.BgClassName
{
background-color: #FFDD77;
}
</style>
border-color css
<style>
span { border-color: #FFDD77; }
span { border-color: rgb(255,221,119); }
td.TdClassName
{
border-color: #FFDD77;
}
.TagClassName
{
border-color: #FFDD77;
}
</style>