#FDDD79

Color #FDDD79 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FDDD79

Tints of Sweet Corn #FDDD79

Color information

#FDDD79 (or 0xFDDD79) is unknown color: approx Sweet Corn. HEX triplet: FD, DD and 79. RGB value is (253,221,121). Sum of RGB (Red+Green+Blue) = 253+221+121=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD79 is #022286. Grayscale: #DBDBDB. Windows color (decimal): -139911 or 7986685. OLE color: 7986685.

HSL color Cylindrical-coordinate representation of color #FDDD79: hue angle of 45.45º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDDD79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB253221121-
CMYK00.130.520.01
HSL45.45º97.06%73.33%-
HSV(B)45.45º52.17%99.22%-
XYZ69.8273.9828.69-
YUV219.1772.6152.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 121 (47.66% from 255) = 20.34%
R=42.52%
G=37.14%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322112100.130.520.0145.4597.0673.33
HexFDDD790D3412d6149
Octal37533517101564155141111
Binary1111110111011101111100101101110100110110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD79; }

 p { color: rgb(253,221,121); }

 H1.HeaderClassName
 {
   color: #FDDD79;
 }
 .AnyTagClassName
 {
   color: #FDDD79;
 }
</style>
background-color css

<style>
 a { background-color: #FDDD79; }

 a { background-color: rgb(253,221,121); }

 div.DivClassName
 {
   background-color: #FDDD79;
 }
 .BgClassName
 {
   background-color: #FDDD79;
 }
</style>
border-color css

<style>
 span { border-color: #FDDD79; }

 span { border-color: rgb(253,221,121); }

 td.TdClassName
 {
   border-color: #FDDD79;
 }
 .TagClassName
 {
   border-color: #FDDD79;
 }
</style>