#ffdf78

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

Shades of Sweet Corn #FFDF78

Tints of Sweet Corn #FFDF78

Color information

#FFDF78 (or 0xFFDF78) is unknown color: approx Sweet Corn. HEX triplet: FF, DF and 78. RGB value is (255,223,120). Sum of RGB (Red+Green+Blue) = 255+223+120=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF78 is #002087. Grayscale: #DDDDDD. Windows color (decimal): -8328 or 7921663. OLE color: 7921663.

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

Color convert

RGB255223120-
CMYK00.130.530
HSL45.78º100%73.53%-
HSV(B)45.78º52.94%100%-
XYZ71.0275.3928.58-
YUV220.8371.1152.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 120 (47.27% from 255) = 20.07%
R=42.64%
G=37.29%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522312000.130.53045.7810073.53
HexFFDF780D3502e644a
Octal37733717001565056144112
Binary1111111111011111111100001101110101010111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffdf78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffdf78; }

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

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

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

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

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

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

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

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