Shades of Sweet Corn #FFDC6C
Tints of Sweet Corn #FFDC6C
RGB
CMYK
RGB Variations
Color information
#FFDC6C (or 0xFFDC6C) is known color: Sweet Corn. HEX triplet: FF, DC and 6C. RGB value is (255,220,108). Sum of RGB (Red+Green+Blue) = 255+220+108=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC6C is #002393. Grayscale: #DADADA. Windows color (decimal): -9108 or 7134463. OLE color: 7134463.
HSL color Cylindrical-coordinate representation of color #FFDC6C: hue angle of 45.71º 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 #FFDC6C is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 108 | - |
| CMYK | 0 | 0.14 | 0.58 | 0 |
| HSL | 45.71º | 1% | 0.71% | - |
| HSV(B) | 45.71º | 0.58% | 1% | - |
| XYZ | 69.54 | 73.53 | 24.71 | - |
| YUV | 217.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 108 | 0 | 0.14 | 0.58 | 0 | 45.71 | 1 | 0.71 |
| Hex | FF | DC | 6C | 0 | E | 3A | 0 | 2E | 64 | 47 |
| Octal | 377 | 334 | 154 | 0 | 16 | 72 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011100 | 1101100 | 0 | 1110 | 111010 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDC6C
Complementary color
Monochromatic Colors of #FFDC6C
Black with #FFDC6C
Text Example
Text Example
White with #FFDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC6C; }
p { color: rgb(255,220,108); }
H1.HeaderClassName
{
color: #FFDC6C;
}
.AnyTagClassName
{
color: #FFDC6C;
}
</style>
background-color css
<style>
a { background-color: #FFDC6C; }
a { background-color: rgb(255,220,108); }
div.DivClassName
{
background-color: #FFDC6C;
}
.BgClassName
{
background-color: #FFDC6C;
}
</style>
border-color css
<style>
span { border-color: #FFDC6C; }
span { border-color: rgb(255,220,108); }
td.TdClassName
{
border-color: #FFDC6C;
}
.TagClassName
{
border-color: #FFDC6C;
}
</style>