Shades of Sweet Corn #F4DB6D
Tints of Sweet Corn #F4DB6D
RGB
CMYK
RGB Variations
Color information
#F4DB6D (or 0xF4DB6D) is known color: Sweet Corn. HEX triplet: F4, DB and 6D. RGB value is (244,219,109). Sum of RGB (Red+Green+Blue) = 244+219+109=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB6D is #0B2492. Grayscale: #D6D6D6. Windows color (decimal): -730259 or 7199732. OLE color: 7199732.
HSL color Cylindrical-coordinate representation of color #F4DB6D: hue angle of 48.89º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4DB6D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 109 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.04 |
| HSL | 48.89º | 0.86% | 0.69% | - |
| HSV(B) | 48.89º | 0.55% | 0.96% | - |
| XYZ | 65.4 | 71 | 24.73 | - |
| YUV | 213.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 109 | 0 | 0.10 | 0.55 | 0.04 | 48.89 | 0.86 | 0.69 |
| Hex | F4 | DB | 6D | 0 | A | 37 | 4 | 31 | 56 | 45 |
| Octal | 364 | 333 | 155 | 0 | 12 | 67 | 4 | 61 | 126 | 105 |
| Binary | 11110100 | 11011011 | 1101101 | 0 | 1010 | 110111 | 100 | 110001 | 1010110 | 1000101 |
Color Harmonies of #F4DB6D
Complementary color
Monochromatic Colors of #F4DB6D
Black with #F4DB6D
Text Example
Text Example
White with #F4DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB6D; }
p { color: rgb(244,219,109); }
H1.HeaderClassName
{
color: #F4DB6D;
}
.AnyTagClassName
{
color: #F4DB6D;
}
</style>
background-color css
<style>
a { background-color: #F4DB6D; }
a { background-color: rgb(244,219,109); }
div.DivClassName
{
background-color: #F4DB6D;
}
.BgClassName
{
background-color: #F4DB6D;
}
</style>
border-color css
<style>
span { border-color: #F4DB6D; }
span { border-color: rgb(244,219,109); }
td.TdClassName
{
border-color: #F4DB6D;
}
.TagClassName
{
border-color: #F4DB6D;
}
</style>