Shades of Sweet Corn #FDDC6D
Tints of Sweet Corn #FDDC6D
RGB
CMYK
RGB Variations
Color information
#FDDC6D (or 0xFDDC6D) is known color: Sweet Corn. HEX triplet: FD, DC and 6D. RGB value is (253,220,109). Sum of RGB (Red+Green+Blue) = 253+220+109=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6D is #022392. Grayscale: #D9D9D9. Windows color (decimal): -140179 or 7199997. OLE color: 7199997.
HSL color Cylindrical-coordinate representation of color #FDDC6D: hue angle of 46.25º 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 #FDDC6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.01 |
| HSL | 46.25º | 0.97% | 0.71% | - |
| HSV(B) | 46.25º | 0.57% | 0.99% | - |
| XYZ | 68.86 | 73.17 | 24.96 | - |
| YUV | 217.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 109 | 0 | 0.13 | 0.57 | 0.01 | 46.25 | 0.97 | 0.71 |
| Hex | FD | DC | 6D | 0 | D | 39 | 1 | 2E | 61 | 47 |
| Octal | 375 | 334 | 155 | 0 | 15 | 71 | 1 | 56 | 141 | 107 |
| Binary | 11111101 | 11011100 | 1101101 | 0 | 1101 | 111001 | 1 | 101110 | 1100001 | 1000111 |
Color Harmonies of #FDDC6D
Complementary color
Monochromatic Colors of #FDDC6D
Black with #FDDC6D
Text Example
Text Example
White with #FDDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC6D; }
p { color: rgb(253,220,109); }
H1.HeaderClassName
{
color: #FDDC6D;
}
.AnyTagClassName
{
color: #FDDC6D;
}
</style>
background-color css
<style>
a { background-color: #FDDC6D; }
a { background-color: rgb(253,220,109); }
div.DivClassName
{
background-color: #FDDC6D;
}
.BgClassName
{
background-color: #FDDC6D;
}
</style>
border-color css
<style>
span { border-color: #FDDC6D; }
span { border-color: rgb(253,220,109); }
td.TdClassName
{
border-color: #FDDC6D;
}
.TagClassName
{
border-color: #FDDC6D;
}
</style>