Shades of Sweet Corn #FFDF73
Tints of Sweet Corn #FFDF73
RGB
CMYK
RGB Variations
Color information
#FFDF73 (or 0xFFDF73) is known color: Sweet Corn. HEX triplet: FF, DF and 73. RGB value is (255,223,115). Sum of RGB (Red+Green+Blue) = 255+223+115=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF73 is #00208C. Grayscale: #DCDCDC. Windows color (decimal): -8333 or 7593983. OLE color: 7593983.
HSL color Cylindrical-coordinate representation of color #FFDF73: hue angle of 46.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDF73 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 115 | - |
| CMYK | 0 | 0.13 | 0.55 | 0 |
| HSL | 46.29º | 1% | 0.73% | - |
| HSV(B) | 46.29º | 0.55% | 1% | - |
| XYZ | 70.72 | 75.27 | 27.02 | - |
| YUV | 220.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 115 | 0 | 0.13 | 0.55 | 0 | 46.29 | 1 | 0.73 |
| Hex | FF | DF | 73 | 0 | D | 37 | 0 | 2E | 64 | 49 |
| Octal | 377 | 337 | 163 | 0 | 15 | 67 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11011111 | 1110011 | 0 | 1101 | 110111 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFDF73
Complementary color
Monochromatic Colors of #FFDF73
Black with #FFDF73
Text Example
Text Example
White with #FFDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF73; }
p { color: rgb(255,223,115); }
H1.HeaderClassName
{
color: #FFDF73;
}
.AnyTagClassName
{
color: #FFDF73;
}
</style>
background-color css
<style>
a { background-color: #FFDF73; }
a { background-color: rgb(255,223,115); }
div.DivClassName
{
background-color: #FFDF73;
}
.BgClassName
{
background-color: #FFDF73;
}
</style>
border-color css
<style>
span { border-color: #FFDF73; }
span { border-color: rgb(255,223,115); }
td.TdClassName
{
border-color: #FFDF73;
}
.TagClassName
{
border-color: #FFDF73;
}
</style>