Html Css Color HEX #FDDD77 Sweet Corn

📋 copy color: '#FDDD77'

red 253 ◦ green 221 ◦ blue 119

#FDDD77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #FDDD77

Tints of Sweet Corn #FDDD77

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 value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDDD77 (or 0xFDDD77) is known color: 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

RGB 253 221 119 -
CMYK 0 0.13 0.53 0.01
HSL 45.67º 0.97% 0.73% -
HSV(B) 45.67º 0.53% 0.99% -
XYZ 69.69 73.93 28.05 -
YUV 218.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 253 221 119 0 0.13 0.53 0.01 45.67 0.97 0.73
Hex FD DD 77 0 D 35 1 2E 61 49
Octal 375 335 167 0 15 65 1 56 141 111
Binary 11111101 11011101 1110111 0 1101 110101 1 101110 1100001 1001001

Color Harmonies of #FDDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD77

Black with #FDDD77

Text Example


Text Example

White with #FDDD77

Text Example


Text Example

HTML Codes & Css Web 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>