Shades of Sweet Corn #FDD96D
Tints of Sweet Corn #FDD96D
RGB
CMYK
RGB Variations
Color information
#FDD96D (or 0xFDD96D) is known color: Sweet Corn. HEX triplet: FD, D9 and 6D. RGB value is (253,217,109). Sum of RGB (Red+Green+Blue) = 253+217+109=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD96D is #022692. Grayscale: #D7D7D7. Windows color (decimal): -140947 or 7199229. OLE color: 7199229.
HSL color Cylindrical-coordinate representation of color #FDD96D: hue angle of 45º 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 #FDD96D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 109 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.01 |
| HSL | 45º | 0.97% | 0.71% | - |
| HSV(B) | 45º | 0.57% | 0.99% | - |
| XYZ | 68.08 | 71.61 | 24.7 | - |
| YUV | 215.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 109 | 0 | 0.14 | 0.57 | 0.01 | 45 | 0.97 | 0.71 |
| Hex | FD | D9 | 6D | 0 | E | 39 | 1 | 2D | 61 | 47 |
| Octal | 375 | 331 | 155 | 0 | 16 | 71 | 1 | 55 | 141 | 107 |
| Binary | 11111101 | 11011001 | 1101101 | 0 | 1110 | 111001 | 1 | 101101 | 1100001 | 1000111 |
Color Harmonies of #FDD96D
Complementary color
Monochromatic Colors of #FDD96D
Black with #FDD96D
Text Example
Text Example
White with #FDD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD96D; }
p { color: rgb(253,217,109); }
H1.HeaderClassName
{
color: #FDD96D;
}
.AnyTagClassName
{
color: #FDD96D;
}
</style>
background-color css
<style>
a { background-color: #FDD96D; }
a { background-color: rgb(253,217,109); }
div.DivClassName
{
background-color: #FDD96D;
}
.BgClassName
{
background-color: #FDD96D;
}
</style>
border-color css
<style>
span { border-color: #FDD96D; }
span { border-color: rgb(253,217,109); }
td.TdClassName
{
border-color: #FDD96D;
}
.TagClassName
{
border-color: #FDD96D;
}
</style>