Shades of Sweet Corn #F4DB76
Tints of Sweet Corn #F4DB76
RGB
CMYK
RGB Variations
Color information
#F4DB76 (or 0xF4DB76) is known color: Sweet Corn. HEX triplet: F4, DB and 76. RGB value is (244,219,118). Sum of RGB (Red+Green+Blue) = 244+219+118=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB76 is #0B2489. Grayscale: #D7D7D7. Windows color (decimal): -730250 or 7789556. OLE color: 7789556.
HSL color Cylindrical-coordinate representation of color #F4DB76: hue angle of 48.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4DB76 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 118 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.04 |
| HSL | 48.1º | 0.85% | 0.71% | - |
| HSV(B) | 48.1º | 0.52% | 0.96% | - |
| XYZ | 65.91 | 71.2 | 27.41 | - |
| YUV | 214.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 118 | 0 | 0.10 | 0.52 | 0.04 | 48.1 | 0.85 | 0.71 |
| Hex | F4 | DB | 76 | 0 | A | 34 | 4 | 30 | 55 | 47 |
| Octal | 364 | 333 | 166 | 0 | 12 | 64 | 4 | 60 | 125 | 107 |
| Binary | 11110100 | 11011011 | 1110110 | 0 | 1010 | 110100 | 100 | 110000 | 1010101 | 1000111 |
Color Harmonies of #F4DB76
Complementary color
Monochromatic Colors of #F4DB76
Black with #F4DB76
Text Example
Text Example
White with #F4DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB76; }
p { color: rgb(244,219,118); }
H1.HeaderClassName
{
color: #F4DB76;
}
.AnyTagClassName
{
color: #F4DB76;
}
</style>
background-color css
<style>
a { background-color: #F4DB76; }
a { background-color: rgb(244,219,118); }
div.DivClassName
{
background-color: #F4DB76;
}
.BgClassName
{
background-color: #F4DB76;
}
</style>
border-color css
<style>
span { border-color: #F4DB76; }
span { border-color: rgb(244,219,118); }
td.TdClassName
{
border-color: #F4DB76;
}
.TagClassName
{
border-color: #F4DB76;
}
</style>