Html Css Color HEX #FFDE71 Sweet Corn

📋 copy color: '#FFDE71'

red 255 ◦ green 222 ◦ blue 113

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

Shades of Sweet Corn #FFDE71

Tints of Sweet Corn #FFDE71

RGB

 RED value IS 255 (100% from 255) = 43.22%

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 113 (44.53% from 255) = 19.15%

R = 43.22%
G = 37.63%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFDE71 (or 0xFFDE71) is known color: Sweet Corn. HEX triplet: FF, DE and 71. RGB value is (255,222,113). Sum of RGB (Red+Green+Blue) = 255+222+113=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE71 is #00218E. Grayscale: #DBDBDB. Windows color (decimal): -8591 or 7462655. OLE color: 7462655.

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

Color convert

RGB 255 222 113 -
CMYK 0 0.13 0.56 0
HSL 46.06º 1% 0.72% -
HSV(B) 46.06º 0.56% 1% -
XYZ 70.34 74.69 26.33 -
YUV 219.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 255 222 113 0 0.13 0.56 0 46.06 1 0.72
Hex FF DE 71 0 D 38 0 2E 64 48
Octal 377 336 161 0 15 70 0 56 144 110
Binary 11111111 11011110 1110001 0 1101 111000 0 101110 1100100 1001000

Color Harmonies of #FFDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE71

Black with #FFDE71

Text Example


Text Example

White with #FFDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE71; }

 p { color: rgb(255,222,113); }

 H1.HeaderClassName
 {
   color: #FFDE71;
 }
 .AnyTagClassName
 {
   color: #FFDE71;
 }
</style>

background-color css

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

 a { background-color: rgb(255,222,113); }

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

border-color css

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

 span { border-color: rgb(255,222,113); }

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