Shades of Sweet Corn #FFDE6C
Tints of Sweet Corn #FFDE6C
RGB
CMYK
RGB Variations
Color information
#FFDE6C (or 0xFFDE6C) is known color: Sweet Corn. HEX triplet: FF, DE and 6C. RGB value is (255,222,108). Sum of RGB (Red+Green+Blue) = 255+222+108=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE6C is #002193. Grayscale: #DBDBDB. Windows color (decimal): -8596 or 7134975. OLE color: 7134975.
HSL color Cylindrical-coordinate representation of color #FFDE6C: hue angle of 46.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFDE6C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 108 | - |
| CMYK | 0 | 0.13 | 0.58 | 0 |
| HSL | 46.53º | 1% | 0.71% | - |
| HSV(B) | 46.53º | 0.58% | 1% | - |
| XYZ | 70.07 | 74.59 | 24.89 | - |
| YUV | 218.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 108 | 0 | 0.13 | 0.58 | 0 | 46.53 | 1 | 0.71 |
| Hex | FF | DE | 6C | 0 | D | 3A | 0 | 2F | 64 | 47 |
| Octal | 377 | 336 | 154 | 0 | 15 | 72 | 0 | 57 | 144 | 107 |
| Binary | 11111111 | 11011110 | 1101100 | 0 | 1101 | 111010 | 0 | 101111 | 1100100 | 1000111 |
Color Harmonies of #FFDE6C
Complementary color
Monochromatic Colors of #FFDE6C
Black with #FFDE6C
Text Example
Text Example
White with #FFDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE6C; }
p { color: rgb(255,222,108); }
H1.HeaderClassName
{
color: #FFDE6C;
}
.AnyTagClassName
{
color: #FFDE6C;
}
</style>
background-color css
<style>
a { background-color: #FFDE6C; }
a { background-color: rgb(255,222,108); }
div.DivClassName
{
background-color: #FFDE6C;
}
.BgClassName
{
background-color: #FFDE6C;
}
</style>
border-color css
<style>
span { border-color: #FFDE6C; }
span { border-color: rgb(255,222,108); }
td.TdClassName
{
border-color: #FFDE6C;
}
.TagClassName
{
border-color: #FFDE6C;
}
</style>