Skip to main content Skip to docs navigation

#db503a 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 Fire Island and its hex is #D95137 Nearest Color Name

Color Hue/Base color: Orange

Hex #db503a Color code in RGB color code model is created after adding 85.88% red color, 31.37% green color and 22.75% blue color. Hex #db503a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 74% yellow and 14.12% black.

Hex #db503a color code is between #dd5533 web safe hex color code and #cc4444 web safe hex color code. #dd5533 is the nearest web safe color code. You can see here many more shades of #db503a color code.

RGB Chart

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

Color Table

Hex Color Code db503a #db503a
RGB Decimal 219, 80, 58 219, 80, 58
RGB Percent 86%, 31%, 23% rgb(86%, 31%, 23%)
CSS RGBa 219, 80, 58,1 rgba(219,80,58,1)
CMYK Model cmyk(0%,63%,74%,14.12%)
HSL Color Space 8,69% ,54% hsl(8,69% ,54%)
HSV Color Space 8°, 74%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01010000 00111010
Octal 333 120 72
Decimal 219 80 58
Hex db 50 3a

Different shades of #db503a color code.

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

Darkest of #db503a
#691f13
Darker of #db503a
#942c1b
Dark of #db503a
#bf3823
Base of #db503a
#db503a
Light of #db503a
#e37665
Lighter
#eb9d90
Lightest
#f3c3bb

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

#db503a
#3ac5db

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

Split Complementary

#db503a
#3adba0
#3a74db

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

Analogous Color

#db3a82
#db3a67
#db503a
#db863a
#dbc93a

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

#db503a
#503adb
#3adb50

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

#db503a
#3adb50
#3ac5db
#db3ac5

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

#db503a
#74db3a
#3ac5db
#a03adb

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 #db503a

#3e120b
#691f13
#942c1b
#bf3823
#db503a
#e37665
#eb9d90
#f3c3bb
#fbe9e6

Tints of #db503a Color

#db503a
#df634f
#e37665
#e78a7b
#eb9d91
#efb1a7
#f3c4bd
#f7d8d3
#fbebe9
#ffffff

Shades of #db503a color code

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

#db503a
#c24733
#aa3e2d
#923526
#792c20
#612319
#491a13
#30110c
#180806
#000000

Tones

#db503a
#c46151
#ac7269
#958380
#8a8a8a

Tones

Similar Color like #db503a color

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

#dc513b
#dd523c
#de533d
#df543e
#e0553f
#e15640
#e25741
#e35842
#e45943
#e55a44
#e65b45
#e75c46
#e85d47
#e95e48
#da4f39
#d94e38
#d84d37
#d74c36
#d64b35
#d54a34
#d44933
#d34832
#d24731
#d14630
#d0452f
#cf442e
#ce432d
#cd422c

Download this Dark Orange

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

#db503a Color Code Preview on Black Background Color

This is how #db503a Color will look on black background color. Color contrast ratio is 5.22

#db503a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db503a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db503a

#db503a color code is use for CSS Background Color

Background color for the above div is #db503a

HTML with inline CSS

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

#db503a color code is use for CSS Border Color

CSS Border color for the above div is #db503a

HTML with inline CSS

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

CSS Border Left color for the above div is #db503a

HTML with inline CSS

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

CSS Border Right color for the above div is #db503a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db503a

HTML with inline CSS

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

CSS Border Top color for the above div is #db503a

HTML with inline CSS

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

#db503a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db503a Color code Preview on White Background

This is how #db503a Color code will look on white background color. Color contrast ratio is 4.02

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

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(219,80,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,197,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,80,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }