Shades of Sweet Corn #FFDF6D
Tints of Sweet Corn #FFDF6D
RGB
CMYK
RGB Variations
Color information
#FFDF6D (or 0xFFDF6D) is known color: Sweet Corn. HEX triplet: FF, DF and 6D. RGB value is (255,223,109). Sum of RGB (Red+Green+Blue) = 255+223+109=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6D is #002092. Grayscale: #DCDCDC. Windows color (decimal): -8339 or 7200767. OLE color: 7200767.
HSL color Cylindrical-coordinate representation of color #FFDF6D: hue angle of 46.85º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFDF6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0 |
| HSL | 46.85º | 1% | 0.71% | - |
| HSV(B) | 46.85º | 0.57% | 1% | - |
| XYZ | 70.39 | 75.14 | 25.26 | - |
| YUV | 219.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 109 | 0 | 0.13 | 0.57 | 0 | 46.85 | 1 | 0.71 |
| Hex | FF | DF | 6D | 0 | D | 39 | 0 | 2F | 64 | 47 |
| Octal | 377 | 337 | 155 | 0 | 15 | 71 | 0 | 57 | 144 | 107 |
| Binary | 11111111 | 11011111 | 1101101 | 0 | 1101 | 111001 | 0 | 101111 | 1100100 | 1000111 |
Color Harmonies of #FFDF6D
Complementary color
Monochromatic Colors of #FFDF6D
Black with #FFDF6D
Text Example
Text Example
White with #FFDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF6D; }
p { color: rgb(255,223,109); }
H1.HeaderClassName
{
color: #FFDF6D;
}
.AnyTagClassName
{
color: #FFDF6D;
}
</style>
background-color css
<style>
a { background-color: #FFDF6D; }
a { background-color: rgb(255,223,109); }
div.DivClassName
{
background-color: #FFDF6D;
}
.BgClassName
{
background-color: #FFDF6D;
}
</style>
border-color css
<style>
span { border-color: #FFDF6D; }
span { border-color: rgb(255,223,109); }
td.TdClassName
{
border-color: #FFDF6D;
}
.TagClassName
{
border-color: #FFDF6D;
}
</style>