crispedge.com

Color picker

Loading...

#de811d hex color - Orange - Warm color - Information

#de811d hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #de811d Color code in RGB color code model is created after adding 87.06% red color, 50.59% green color and 11.37% blue color. Hex #de811d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 87% yellow and 13% black.

Hex #de811d color code is between #dd8822 web safe hex color code and #ee7711 web safe hex color code. #dd8822 is the nearest web safe color code. You can see here many more shades of #de811d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codede811d#de811d
RGB Decimal222, 129, 29rgb(222, 129, 29)
RGB Percent87%, 51%, 11%rgb(87%, 51%, 11%)
CSS RGBa222, 129, 29,1rgba(222,129,29,1)
CMYK Modelcmyk(0%,42%,87%,13%)
HSL Color Space31,77% ,49%hsl(31,77% ,49%)
HSV Color Space31°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101000000100011101
Octal33620135
Decimal22212929
Hexde811d

Different shades of #de811d color code.

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

Light Shade of #de811d
#e79a47
Dark Shade of #de811d
#b16717
Saturated Shade of #de811d
#eb8110
Desaturated Shade of #de811d
#d1812a
Grey scale Shade of #de811d
#7d7d7d
Brighten Shade
#f79a36
Most Readable Shade
#000000

Shades of #de811d color code

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

#de811d
#c57219
#ac6416
#945613
#7b4710
#62390c
#4a2b09
#311c06
#180e03
#000000

Similar Color like #de811d color

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

#df821e
#e0831f
#e18420
#e28521
#e38622
#e48723
#e58824
#e68925
#e78a26
#e88b27
#e98c28
#ea8d29
#eb8e2a
#ec8f2b
#dd801c
#dc7f1b
#db7e1a
#da7d19
#d97c18
#d87b17
#d77a16
#d67915
#d57814
#d47713
#d37612
#d27511
#d17410
#d0730f

Monochromatic Color with #de811d

#de811d
#090601
#341e07
#5e370c
#895012
#b36817

Tints of #de811d Color

#de811d
#e18f36
#e59d4f
#e9ab68
#ecb981
#f0c79a
#f4d5b3
#f7e3cc
#fbf1e5
#ffffff

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

#de811d
#1d7ade

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

Split Complementary

#de811d
#1ddbde
#211dde

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

Analogous Color

#de341d
#de5a1d
#de811d
#dea81d
#dece1d

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

#de811d
#1dde81
#811dde

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

#de811d
#1dde20
#1d7ade
#de1dda

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

Double Complementary Color

#de811d
#1d7ade
#211dde
#dbde1d

Double Complementary 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).

Hex #de811d 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.

#de811d Color Code Preview on Black Background Color

This is how #de811d Color will look on black background color. Color contrast ratio is 7.26

#de811d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de811d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de811d

#de811d color code is use for CSS Background Color

Background color for the above div is #de811d

HTML with inline CSS

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

#de811d color code is use for CSS Border Color

CSS Border color for the above div is #de811d

HTML with inline CSS

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

CSS Border Left color for the above div is #de811d

HTML with inline CSS

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

CSS Border Right color for the above div is #de811d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de811d

HTML with inline CSS

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

CSS Border Top color for the above div is #de811d

HTML with inline CSS

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

#de811d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de811d Color code Preview on White Background

This is how #de811d Color code will look on white background color. Color contrast ratio is 2.89

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 #de811d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #de811d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.