#FFDC70

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

Shades of Sweet Corn #FFDC70

Tints of Sweet Corn #FFDC70

Color information

#FFDC70 (or 0xFFDC70) is unknown color: approx Sweet Corn. HEX triplet: FF, DC and 70. RGB value is (255,220,112). Sum of RGB (Red+Green+Blue) = 255+220+112=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC70 is #00238F. Grayscale: #DADADA. Windows color (decimal): -9104 or 7396607. OLE color: 7396607.

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

Color convert

RGB255220112-
CMYK00.140.560
HSL45.31º100%71.96%-
HSV(B)45.31º56.08%100%-
XYZ69.7673.6225.86-
YUV218.1568.1154.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 112 (44.14% from 255) = 19.08%
R=43.44%
G=37.48%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522011200.140.56045.3110071.96
HexFFDC700E3802d6448
Octal37733416001670055144110
Binary1111111111011100111000001110111000010110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC70; }

 p { color: rgb(255,220,112); }

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

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

 a { background-color: rgb(255,220,112); }

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

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

 span { border-color: rgb(255,220,112); }

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