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