#FDDD77

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

Shades of Sweet Corn #FDDD77

Tints of Sweet Corn #FDDD77

Color information

#FDDD77 (or 0xFDDD77) is unknown color: approx Sweet Corn. HEX triplet: FD, DD and 77. RGB value is (253,221,119). Sum of RGB (Red+Green+Blue) = 253+221+119=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD77 is #022288. Grayscale: #DBDBDB. Windows color (decimal): -139913 or 7855613. OLE color: 7855613.

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

Color convert

RGB253221119-
CMYK00.130.530.01
HSL45.67º97.1%72.94%-
HSV(B)45.67º52.96%99.22%-
XYZ69.6973.9328.05-
YUV218.9471.6152.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 119 (46.88% from 255) = 20.07%
R=42.66%
G=37.27%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25322111900.130.530.0145.6797.172.94
HexFDDD770D3512e6149
Octal37533516701565156141111
Binary1111110111011101111011101101110101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD77; }

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

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

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

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

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

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

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

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