Shades of Sweet Corn #FFDC6E
Tints of Sweet Corn #FFDC6E
RGB
CMYK
RGB Variations
Color information
#FFDC6E (or 0xFFDC6E) is known color: Sweet Corn. HEX triplet: FF, DC and 6E. RGB value is (255,220,110). Sum of RGB (Red+Green+Blue) = 255+220+110=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC6E is #002391. Grayscale: #DADADA. Windows color (decimal): -9106 or 7265535. OLE color: 7265535.
HSL color Cylindrical-coordinate representation of color #FFDC6E: hue angle of 45.52º 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 #FFDC6E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 110 | - |
| CMYK | 0 | 0.14 | 0.57 | 0 |
| HSL | 45.52º | 1% | 0.72% | - |
| HSV(B) | 45.52º | 0.57% | 1% | - |
| XYZ | 69.65 | 73.57 | 25.28 | - |
| YUV | 217.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 110 | 0 | 0.14 | 0.57 | 0 | 45.52 | 1 | 0.72 |
| Hex | FF | DC | 6E | 0 | E | 39 | 0 | 2E | 64 | 48 |
| Octal | 377 | 334 | 156 | 0 | 16 | 71 | 0 | 56 | 144 | 110 |
| Binary | 11111111 | 11011100 | 1101110 | 0 | 1110 | 111001 | 0 | 101110 | 1100100 | 1001000 |
Color Harmonies of #FFDC6E
Complementary color
Monochromatic Colors of #FFDC6E
Black with #FFDC6E
Text Example
Text Example
White with #FFDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC6E; }
p { color: rgb(255,220,110); }
H1.HeaderClassName
{
color: #FFDC6E;
}
.AnyTagClassName
{
color: #FFDC6E;
}
</style>
background-color css
<style>
a { background-color: #FFDC6E; }
a { background-color: rgb(255,220,110); }
div.DivClassName
{
background-color: #FFDC6E;
}
.BgClassName
{
background-color: #FFDC6E;
}
</style>
border-color css
<style>
span { border-color: #FFDC6E; }
span { border-color: rgb(255,220,110); }
td.TdClassName
{
border-color: #FFDC6E;
}
.TagClassName
{
border-color: #FFDC6E;
}
</style>