Html Css Color HEX #FFDD73 Sweet Corn

📋 copy color: '#FFDD73'

red 255 ◦ green 221 ◦ blue 115

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

Shades of Sweet Corn #FFDD73

Tints of Sweet Corn #FFDD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.46%

R = 43.15%
G = 37.39%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDD73 (or 0xFFDD73) is known color: Sweet Corn. HEX triplet: FF, DD and 73. RGB value is (255,221,115). Sum of RGB (Red+Green+Blue) = 255+221+115=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD73 is #00228C. Grayscale: #DBDBDB. Windows color (decimal): -8845 or 7593471. OLE color: 7593471.

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

Color convert

RGB 255 221 115 -
CMYK 0 0.13 0.55 0
HSL 45.43º 1% 0.73% -
HSV(B) 45.43º 0.55% 1% -
XYZ 70.19 74.21 26.84 -
YUV 219.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 255 221 115 0 0.13 0.55 0 45.43 1 0.73
Hex FF DD 73 0 D 37 0 2D 64 49
Octal 377 335 163 0 15 67 0 55 144 111
Binary 11111111 11011101 1110011 0 1101 110111 0 101101 1100100 1001001

Color Harmonies of #FFDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD73

Black with #FFDD73

Text Example


Text Example

White with #FFDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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