Shades of Sweet Corn #FFDF6F
Tints of Sweet Corn #FFDF6F
RGB
CMYK
RGB Variations
Color information
#FFDF6F (or 0xFFDF6F) is known color: Sweet Corn. HEX triplet: FF, DF and 6F. RGB value is (255,223,111). Sum of RGB (Red+Green+Blue) = 255+223+111=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6F is #002090. Grayscale: #DCDCDC. Windows color (decimal): -8337 or 7331839. OLE color: 7331839.
HSL color Cylindrical-coordinate representation of color #FFDF6F: hue angle of 46.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFDF6F is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 111 | - |
| CMYK | 0 | 0.13 | 0.56 | 0 |
| HSL | 46.67º | 1% | 0.72% | - |
| HSV(B) | 46.67º | 0.56% | 1% | - |
| XYZ | 70.5 | 75.18 | 25.84 | - |
| YUV | 219.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 111 | 0 | 0.13 | 0.56 | 0 | 46.67 | 1 | 0.72 |
| Hex | FF | DF | 6F | 0 | D | 38 | 0 | 2F | 64 | 48 |
| Octal | 377 | 337 | 157 | 0 | 15 | 70 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11011111 | 1101111 | 0 | 1101 | 111000 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFDF6F
Complementary color
Monochromatic Colors of #FFDF6F
Black with #FFDF6F
Text Example
Text Example
White with #FFDF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF6F; }
p { color: rgb(255,223,111); }
H1.HeaderClassName
{
color: #FFDF6F;
}
.AnyTagClassName
{
color: #FFDF6F;
}
</style>
background-color css
<style>
a { background-color: #FFDF6F; }
a { background-color: rgb(255,223,111); }
div.DivClassName
{
background-color: #FFDF6F;
}
.BgClassName
{
background-color: #FFDF6F;
}
</style>
border-color css
<style>
span { border-color: #FFDF6F; }
span { border-color: rgb(255,223,111); }
td.TdClassName
{
border-color: #FFDF6F;
}
.TagClassName
{
border-color: #FFDF6F;
}
</style>