Shades of Sweet Corn #F7DB76
Tints of Sweet Corn #F7DB76
RGB
CMYK
RGB Variations
Color information
#F7DB76 (or 0xF7DB76) is known color: Sweet Corn. HEX triplet: F7, DB and 76. RGB value is (247,219,118). Sum of RGB (Red+Green+Blue) = 247+219+118=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DB76 is #082489. Grayscale: #D8D8D8. Windows color (decimal): -533642 or 7789559. OLE color: 7789559.
HSL color Cylindrical-coordinate representation of color #F7DB76: hue angle of 46.98º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7DB76 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 118 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.03 |
| HSL | 46.98º | 0.89% | 0.72% | - |
| HSV(B) | 46.98º | 0.52% | 0.97% | - |
| XYZ | 66.96 | 71.75 | 27.46 | - |
| YUV | 215.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 118 | 0 | 0.11 | 0.52 | 0.03 | 46.98 | 0.89 | 0.72 |
| Hex | F7 | DB | 76 | 0 | B | 34 | 3 | 2F | 59 | 48 |
| Octal | 367 | 333 | 166 | 0 | 13 | 64 | 3 | 57 | 131 | 110 |
| Binary | 11110111 | 11011011 | 1110110 | 0 | 1011 | 110100 | 11 | 101111 | 1011001 | 1001000 |
Color Harmonies of #F7DB76
Complementary color
Monochromatic Colors of #F7DB76
Black with #F7DB76
Text Example
Text Example
White with #F7DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB76; }
p { color: rgb(247,219,118); }
H1.HeaderClassName
{
color: #F7DB76;
}
.AnyTagClassName
{
color: #F7DB76;
}
</style>
background-color css
<style>
a { background-color: #F7DB76; }
a { background-color: rgb(247,219,118); }
div.DivClassName
{
background-color: #F7DB76;
}
.BgClassName
{
background-color: #F7DB76;
}
</style>
border-color css
<style>
span { border-color: #F7DB76; }
span { border-color: rgb(247,219,118); }
td.TdClassName
{
border-color: #F7DB76;
}
.TagClassName
{
border-color: #F7DB76;
}
</style>