Shades of Sweet Corn #FFDD6D
Tints of Sweet Corn #FFDD6D
RGB
CMYK
RGB Variations
Color information
#FFDD6D (or 0xFFDD6D) is known color: Sweet Corn. HEX triplet: FF, DD and 6D. RGB value is (255,221,109). Sum of RGB (Red+Green+Blue) = 255+221+109=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD6D is #002292. Grayscale: #DADADA. Windows color (decimal): -8851 or 7200255. OLE color: 7200255.
HSL color Cylindrical-coordinate representation of color #FFDD6D: hue angle of 46.03º 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 #FFDD6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0 |
| HSL | 46.03º | 1% | 0.71% | - |
| HSV(B) | 46.03º | 0.57% | 1% | - |
| XYZ | 69.86 | 74.08 | 25.08 | - |
| YUV | 218.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 109 | 0 | 0.13 | 0.57 | 0 | 46.03 | 1 | 0.71 |
| Hex | FF | DD | 6D | 0 | D | 39 | 0 | 2E | 64 | 47 |
| Octal | 377 | 335 | 155 | 0 | 15 | 71 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011101 | 1101101 | 0 | 1101 | 111001 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDD6D
Complementary color
Monochromatic Colors of #FFDD6D
Black with #FFDD6D
Text Example
Text Example
White with #FFDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD6D; }
p { color: rgb(255,221,109); }
H1.HeaderClassName
{
color: #FFDD6D;
}
.AnyTagClassName
{
color: #FFDD6D;
}
</style>
background-color css
<style>
a { background-color: #FFDD6D; }
a { background-color: rgb(255,221,109); }
div.DivClassName
{
background-color: #FFDD6D;
}
.BgClassName
{
background-color: #FFDD6D;
}
</style>
border-color css
<style>
span { border-color: #FFDD6D; }
span { border-color: rgb(255,221,109); }
td.TdClassName
{
border-color: #FFDD6D;
}
.TagClassName
{
border-color: #FFDD6D;
}
</style>