#FFDD77

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

Shades of Sweet Corn #FFDD77

Tints of Sweet Corn #FFDD77

Color information

#FFDD77 (or 0xFFDD77) is unknown color: approx Sweet Corn. HEX triplet: FF, DD and 77. RGB value is (255,221,119). Sum of RGB (Red+Green+Blue) = 255+221+119=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD77 is #002288. Grayscale: #DBDBDB. Windows color (decimal): -8841 or 7855615. OLE color: 7855615.

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

Color convert

RGB255221119-
CMYK00.130.530
HSL45º100%73.33%-
HSV(B)45º53.33%100%-
XYZ70.4374.328.08-
YUV219.5471.26153.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 119 (46.88% from 255) = 20%
R=42.86%
G=37.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522111900.130.5304510073.33
HexFFDD770D3502d6449
Octal37733516701565055144111
Binary1111111111011101111011101101110101010110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD77; }

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

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

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

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

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

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

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

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