Skip to main content Skip to docs navigation

#de620c hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Apple II Chocolate and its hex is #DA680E Nearest Color Name

Color Hue/Base color: Orange

Hex #de620c Color code in RGB color code model is created after adding 87.06% red color, 38.43% green color and 4.71% blue color. Hex #de620c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 95% yellow and 12.94% black.

Hex #de620c color code is between #dd6611 web safe hex color code and #ee5500 web safe hex color code. #dd6611 is the nearest web safe color code. You can see here many more shades of #de620c color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code de620c #de620c
RGB Decimal 222, 98, 12 222, 98, 12
RGB Percent 87%, 38%, 5% rgb(87%, 38%, 5%)
CSS RGBa 222, 98, 12,1 rgba(222,98,12,1)
CMYK Model cmyk(0%,56%,95%,12.94%)
HSL Color Space 25,90% ,46% hsl(25,90% ,46%)
HSV Color Space 25°, 95%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 01100010 00001100
Octal 336 142 14
Decimal 222 98 12
Hex de 62 0c

Different shades of #de620c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #de620c
#4d2204
Darker of #de620c
#7d3707
Dark of #de620c
#ae4d09
Base of #de620c
#de620c
Light of #de620c
#f37c2a
Lighter
#f69a5a
Lightest
#f9b88a

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#de620c
#0c88de

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#de620c
#0cdecb
#0c1fde

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#de0c31
#de0c0e
#de620c
#dea80c
#bcde0c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#de620c
#620cde
#0cde62

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#de620c
#0cde62
#0c88de
#de0c88

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#de620c
#1fde0c
#0c88de
#cb0cde

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #de620c

#1c0d02
#4d2204
#7d3707
#ae4d09
#de620c
#f37c2a
#f69a5a
#f9b88a
#fbd5bb

Tints of #de620c Color

#de620c
#e17327
#e58442
#e9965d
#eca778
#f0b993
#f4caae
#f7dcc9
#fbede4
#ffffff

Shades of #de620c color code

Generate more color scales with scales (color stack) generator.

#de620c
#c5570a
#ac4c09
#944108
#7b3606
#622b05
#4a2004
#311502
#180a01
#000000

Tones

#de620c
#c76623
#af6a3b
#986f52
#80736a

Tones

Similar Color like #de620c color

Find visually similar hex color codes nearing to #de620c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#df630d
#e0640e
#e1650f
#e26610
#e36711
#e46812
#e56913
#e66a14
#e76b15
#e86c16
#e96d17
#ea6e18
#eb6f19
#ec701a
#dd610b
#dc600a
#db5f09
#da5e08
#d95d07
#d85c06
#d75b05
#d65a04
#d55903
#d45802
#d35701
#d25600
#d15500
#d05400

Download this Dark Orange

Hex #de620c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#de620c Color Code Preview on Black Background Color

This is how #de620c Color will look on black background color. Color contrast ratio is 5.86

#de620c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#de620c">Your Example Paragraph content text in with font color #de620c </p>

Your Example Paragraph content text in with font color #de620c

HTML with inline CSS

<div style="color:#de620c">Your Paragraph text in with font color #de620c </div>

Your Example Paragraph content text in with font color #de620c

#de620c color code is use for CSS Background Color

Background color for the above div is #de620c

HTML with inline CSS

<div style="background-color:#de620c;"></div>

#de620c color code is use for CSS Border Color

CSS Border color for the above div is #de620c

HTML with inline CSS

<div style="border:5px solid #de620c;"></div>

CSS Border Left color for the above div is #de620c

HTML with inline CSS

<div style="border-left:5px solid #de620c;"></div>

CSS Border Right color for the above div is #de620c

HTML with inline CSS

<div style="border-right:5px solid #de620c;"></div>

CSS Border Bottom color for the above div is #de620c

HTML with inline CSS

<div style="border-bottom:5px solid #de620c;"></div>

CSS Border Top color for the above div is #de620c

HTML with inline CSS

<div style="border-top:5px solid #de620c;"></div>

#de620c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#de620c; } .examplecolorclass {color:#de620c; } .examplebordercolor {border:3px solid #de620c; }

#de620c Color code Preview on White Background

This is how #de620c Color code will look on white background color. Color contrast ratio is 3.58

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #de620c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #de620c; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(222,98,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,136,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,98,12,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }