Html Css Color HEX #FFDD71 Sweet Corn

📋 copy color: '#FFDD71'

red 255 ◦ green 221 ◦ blue 113

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

Shades of Sweet Corn #FFDD71

Tints of Sweet Corn #FFDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

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

R = 43.29%
G = 37.52%
B = 19.19%

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

#FFDD71 (or 0xFFDD71) is known color: Sweet Corn. HEX triplet: FF, DD and 71. RGB value is (255,221,113). Sum of RGB (Red+Green+Blue) = 255+221+113=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD71 is #00228E. Grayscale: #DBDBDB. Windows color (decimal): -8847 or 7462399. OLE color: 7462399.

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

Color convert

RGB 255 221 113 -
CMYK 0 0.13 0.56 0
HSL 45.63º 1% 0.72% -
HSV(B) 45.63º 0.56% 1% -
XYZ 70.08 74.17 26.24 -
YUV 218.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 255 221 113 0 0.13 0.56 0 45.63 1 0.72
Hex FF DD 71 0 D 38 0 2E 64 48
Octal 377 335 161 0 15 70 0 56 144 110
Binary 11111111 11011101 1110001 0 1101 111000 0 101110 1100100 1001000

Color Harmonies of #FFDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD71

Black with #FFDD71

Text Example


Text Example

White with #FFDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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