#FFDD76

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

Shades of Sweet Corn #FFDD76

Tints of Sweet Corn #FFDD76

Color information

#FFDD76 (or 0xFFDD76) is unknown color: approx Sweet Corn. HEX triplet: FF, DD and 76. RGB value is (255,221,118). Sum of RGB (Red+Green+Blue) = 255+221+118=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD76 is #002289. Grayscale: #DBDBDB. Windows color (decimal): -8842 or 7790079. OLE color: 7790079.

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

Color convert

RGB255221118-
CMYK00.130.540
HSL45.11º100%73.14%-
HSV(B)45.11º53.73%100%-
XYZ70.3774.2827.77-
YUV219.4270.76153.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 118 (46.48% from 255) = 19.87%
R=42.93%
G=37.21%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522111800.130.54045.1110073.14
HexFFDD760D3602d6449
Octal37733516601566055144111
Binary1111111111011101111011001101110110010110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD76; }

 p { color: rgb(255,221,118); }

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

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

 a { background-color: rgb(255,221,118); }

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

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

 span { border-color: rgb(255,221,118); }

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