#FFDE6C

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

Shades of Sweet Corn #FFDE6C

Tints of Sweet Corn #FFDE6C

Color information

#FFDE6C (or 0xFFDE6C) is unknown color: approx Sweet Corn. HEX triplet: FF, DE and 6C. RGB value is (255,222,108). Sum of RGB (Red+Green+Blue) = 255+222+108=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE6C is #002193. Grayscale: #DBDBDB. Windows color (decimal): -8596 or 7134975. OLE color: 7134975.

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

Color convert

RGB255222108-
CMYK00.130.580
HSL46.53º100%71.18%-
HSV(B)46.53º57.65%100%-
XYZ70.0774.5924.89-
YUV218.8765.43153.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 108 (42.58% from 255) = 18.46%
R=43.59%
G=37.95%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522210800.130.58046.5310071.18
HexFFDE6C0D3A02f6447
Octal37733615401572057144107
Binary1111111111011110110110001101111010010111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE6C; }

 p { color: rgb(255,222,108); }

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

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

 a { background-color: rgb(255,222,108); }

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

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

 span { border-color: rgb(255,222,108); }

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