Shades of Sweet Corn #FDDD7A
Tints of Sweet Corn #FDDD7A
RGB
CMYK
RGB Variations
Color information
#FDDD7A (or 0xFDDD7A) is known color: Sweet Corn. HEX triplet: FD, DD and 7A. RGB value is (253,221,122). Sum of RGB (Red+Green+Blue) = 253+221+122=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD7A is #022285. Grayscale: #DBDBDB. Windows color (decimal): -139910 or 8052221. OLE color: 8052221.
HSL color Cylindrical-coordinate representation of color #FDDD7A: hue angle of 45.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDDD7A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 122 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.01 |
| HSL | 45.34º | 0.97% | 0.74% | - |
| HSV(B) | 45.34º | 0.52% | 0.99% | - |
| XYZ | 69.88 | 74 | 29.01 | - |
| YUV | 219.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 122 | 0 | 0.13 | 0.52 | 0.01 | 45.34 | 0.97 | 0.74 |
| Hex | FD | DD | 7A | 0 | D | 34 | 1 | 2D | 61 | 4A |
| Octal | 375 | 335 | 172 | 0 | 15 | 64 | 1 | 55 | 141 | 112 |
| Binary | 11111101 | 11011101 | 1111010 | 0 | 1101 | 110100 | 1 | 101101 | 1100001 | 1001010 |
Color Harmonies of #FDDD7A
Complementary color
Monochromatic Colors of #FDDD7A
Black with #FDDD7A
Text Example
Text Example
White with #FDDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD7A; }
p { color: rgb(253,221,122); }
H1.HeaderClassName
{
color: #FDDD7A;
}
.AnyTagClassName
{
color: #FDDD7A;
}
</style>
background-color css
<style>
a { background-color: #FDDD7A; }
a { background-color: rgb(253,221,122); }
div.DivClassName
{
background-color: #FDDD7A;
}
.BgClassName
{
background-color: #FDDD7A;
}
</style>
border-color css
<style>
span { border-color: #FDDD7A; }
span { border-color: rgb(253,221,122); }
td.TdClassName
{
border-color: #FDDD7A;
}
.TagClassName
{
border-color: #FDDD7A;
}
</style>