Shades of Sweet Corn #FDDD6D
Tints of Sweet Corn #FDDD6D
RGB
CMYK
RGB Variations
Color information
#FDDD6D (or 0xFDDD6D) is known color: Sweet Corn. HEX triplet: FD, DD and 6D. RGB value is (253,221,109). Sum of RGB (Red+Green+Blue) = 253+221+109=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD6D is #022292. Grayscale: #DADADA. Windows color (decimal): -139923 or 7200253. OLE color: 7200253.
HSL color Cylindrical-coordinate representation of color #FDDD6D: hue angle of 46.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDDD6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.01 |
| HSL | 46.67º | 0.97% | 0.71% | - |
| HSV(B) | 46.67º | 0.57% | 0.99% | - |
| XYZ | 69.12 | 73.7 | 25.05 | - |
| YUV | 217.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 109 | 0 | 0.13 | 0.57 | 0.01 | 46.67 | 0.97 | 0.71 |
| Hex | FD | DD | 6D | 0 | D | 39 | 1 | 2F | 61 | 47 |
| Octal | 375 | 335 | 155 | 0 | 15 | 71 | 1 | 57 | 141 | 107 |
| Binary | 11111101 | 11011101 | 1101101 | 0 | 1101 | 111001 | 1 | 101111 | 1100001 | 1000111 |
Color Harmonies of #FDDD6D
Complementary color
Monochromatic Colors of #FDDD6D
Black with #FDDD6D
Text Example
Text Example
White with #FDDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD6D; }
p { color: rgb(253,221,109); }
H1.HeaderClassName
{
color: #FDDD6D;
}
.AnyTagClassName
{
color: #FDDD6D;
}
</style>
background-color css
<style>
a { background-color: #FDDD6D; }
a { background-color: rgb(253,221,109); }
div.DivClassName
{
background-color: #FDDD6D;
}
.BgClassName
{
background-color: #FDDD6D;
}
</style>
border-color css
<style>
span { border-color: #FDDD6D; }
span { border-color: rgb(253,221,109); }
td.TdClassName
{
border-color: #FDDD6D;
}
.TagClassName
{
border-color: #FDDD6D;
}
</style>