Html Css Color HEX #FFDC70 Sweet Corn

📋 copy color: '#FFDC70'

red 255 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #FFDC70

Tints of Sweet Corn #FFDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.08%

R = 43.44%
G = 37.48%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFDC70 (or 0xFFDC70) is known color: Sweet Corn. HEX triplet: FF, DC and 70. RGB value is (255,220,112). Sum of RGB (Red+Green+Blue) = 255+220+112=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC70 is #00238F. Grayscale: #DADADA. Windows color (decimal): -9104 or 7396607. OLE color: 7396607.

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

Color convert

RGB 255 220 112 -
CMYK 0 0.14 0.56 0
HSL 45.31º 1% 0.72% -
HSV(B) 45.31º 0.56% 1% -
XYZ 69.76 73.62 25.86 -
YUV 218.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 255 220 112 0 0.14 0.56 0 45.31 1 0.72
Hex FF DC 70 0 E 38 0 2D 64 48
Octal 377 334 160 0 16 70 0 55 144 110
Binary 11111111 11011100 1110000 0 1110 111000 0 101101 1100100 1001000

Color Harmonies of #FFDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC70

Black with #FFDC70

Text Example


Text Example

White with #FFDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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