Shades of Sweet Corn #FFDF6E
Tints of Sweet Corn #FFDF6E
RGB
CMYK
RGB Variations
Color information
#FFDF6E (or 0xFFDF6E) is known color: Sweet Corn. HEX triplet: FF, DF and 6E. RGB value is (255,223,110). Sum of RGB (Red+Green+Blue) = 255+223+110=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6E is #002091. Grayscale: #DCDCDC. Windows color (decimal): -8338 or 7266303. OLE color: 7266303.
HSL color Cylindrical-coordinate representation of color #FFDF6E: hue angle of 46.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFDF6E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 110 | - |
| CMYK | 0 | 0.13 | 0.57 | 0 |
| HSL | 46.76º | 1% | 0.72% | - |
| HSV(B) | 46.76º | 0.57% | 1% | - |
| XYZ | 70.44 | 75.16 | 25.55 | - |
| YUV | 219.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 110 | 0 | 0.13 | 0.57 | 0 | 46.76 | 1 | 0.72 |
| Hex | FF | DF | 6E | 0 | D | 39 | 0 | 2F | 64 | 48 |
| Octal | 377 | 337 | 156 | 0 | 15 | 71 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11011111 | 1101110 | 0 | 1101 | 111001 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFDF6E
Complementary color
Monochromatic Colors of #FFDF6E
Black with #FFDF6E
Text Example
Text Example
White with #FFDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF6E; }
p { color: rgb(255,223,110); }
H1.HeaderClassName
{
color: #FFDF6E;
}
.AnyTagClassName
{
color: #FFDF6E;
}
</style>
background-color css
<style>
a { background-color: #FFDF6E; }
a { background-color: rgb(255,223,110); }
div.DivClassName
{
background-color: #FFDF6E;
}
.BgClassName
{
background-color: #FFDF6E;
}
</style>
border-color css
<style>
span { border-color: #FFDF6E; }
span { border-color: rgb(255,223,110); }
td.TdClassName
{
border-color: #FFDF6E;
}
.TagClassName
{
border-color: #FFDF6E;
}
</style>