Shades of Sweet Corn #FFDD6C
Tints of Sweet Corn #FFDD6C
RGB
CMYK
RGB Variations
Color information
#FFDD6C (or 0xFFDD6C) is known color: Sweet Corn. HEX triplet: FF, DD and 6C. RGB value is (255,221,108). Sum of RGB (Red+Green+Blue) = 255+221+108=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD6C is #002293. Grayscale: #DADADA. Windows color (decimal): -8852 or 7134719. OLE color: 7134719.
HSL color Cylindrical-coordinate representation of color #FFDD6C: hue angle of 46.12º 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 #FFDD6C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 108 | - |
| CMYK | 0 | 0.13 | 0.58 | 0 |
| HSL | 46.12º | 1% | 0.71% | - |
| HSV(B) | 46.12º | 0.58% | 1% | - |
| XYZ | 69.8 | 74.06 | 24.8 | - |
| YUV | 218.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 108 | 0 | 0.13 | 0.58 | 0 | 46.12 | 1 | 0.71 |
| Hex | FF | DD | 6C | 0 | D | 3A | 0 | 2E | 64 | 47 |
| Octal | 377 | 335 | 154 | 0 | 15 | 72 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011101 | 1101100 | 0 | 1101 | 111010 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDD6C
Complementary color
Monochromatic Colors of #FFDD6C
Black with #FFDD6C
Text Example
Text Example
White with #FFDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD6C; }
p { color: rgb(255,221,108); }
H1.HeaderClassName
{
color: #FFDD6C;
}
.AnyTagClassName
{
color: #FFDD6C;
}
</style>
background-color css
<style>
a { background-color: #FFDD6C; }
a { background-color: rgb(255,221,108); }
div.DivClassName
{
background-color: #FFDD6C;
}
.BgClassName
{
background-color: #FFDD6C;
}
</style>
border-color css
<style>
span { border-color: #FFDD6C; }
span { border-color: rgb(255,221,108); }
td.TdClassName
{
border-color: #FFDD6C;
}
.TagClassName
{
border-color: #FFDD6C;
}
</style>