#FFDF70

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

Shades of Sweet Corn #FFDF70

Tints of Sweet Corn #FFDF70

Color information

#FFDF70 (or 0xFFDF70) is unknown color: approx Sweet Corn. HEX triplet: FF, DF and 70. RGB value is (255,223,112). Sum of RGB (Red+Green+Blue) = 255+223+112=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF70 is #00208F. Grayscale: #DCDCDC. Windows color (decimal): -8336 or 7397375. OLE color: 7397375.

HSL color Cylindrical-coordinate representation of color #FFDF70: hue angle of 46.57º 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 #FFDF70 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255223112-
CMYK00.130.560
HSL46.57º100%71.96%-
HSV(B)46.57º56.08%100%-
XYZ70.5575.2126.13-
YUV219.9167.1153.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 112 (44.14% from 255) = 18.98%
R=43.22%
G=37.80%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522311200.130.56046.5710071.96
HexFFDF700D3802f6448
Octal37733716001570057144110
Binary1111111111011111111000001101111000010111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDF70; }

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

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

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

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

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

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

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

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