Html Css Color HEX #FFDC73 Sweet Corn

📋 copy color: '#FFDC73'

red 255 ◦ green 220 ◦ blue 115

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

Shades of Sweet Corn #FFDC73

Tints of Sweet Corn #FFDC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

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

R = 43.22%
G = 37.29%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDC73 (or 0xFFDC73) is known color: Sweet Corn. HEX triplet: FF, DC and 73. RGB value is (255,220,115). Sum of RGB (Red+Green+Blue) = 255+220+115=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC73 is #00238C. Grayscale: #DADADA. Windows color (decimal): -9101 or 7593215. OLE color: 7593215.

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

Color convert

RGB 255 220 115 -
CMYK 0 0.14 0.55 0
HSL 45º 1% 0.73% -
HSV(B) 45º 0.55% 1% -
XYZ 69.93 73.68 26.76 -
YUV 218.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 255 220 115 0 0.14 0.55 0 45 1 0.73
Hex FF DC 73 0 E 37 0 2D 64 49
Octal 377 334 163 0 16 67 0 55 144 111
Binary 11111111 11011100 1110011 0 1110 110111 0 101101 1100100 1001001

Color Harmonies of #FFDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC73

Black with #FFDC73

Text Example


Text Example

White with #FFDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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