Skip to main content Skip to docs navigation

#db490c 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 Tail Lights and its hex is #DD4411 Nearest Color Name

Color Hue/Base color: Orange

Hex #db490c Color code in RGB color code model is created after adding 85.88% red color, 28.63% green color and 4.71% blue color. Hex #db490c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 95% yellow and 14.12% black.

Hex #db490c color code is between #dd4411 web safe hex color code and #cc5500 web safe hex color code. #dd4411 is the nearest web safe color code. You can see here many more shades of #db490c color code.

RGB Chart

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

Color Table

Hex Color Code db490c #db490c
RGB Decimal 219, 73, 12 219, 73, 12
RGB Percent 86%, 29%, 5% rgb(86%, 29%, 5%)
CSS RGBa 219, 73, 12,1 rgba(219,73,12,1)
CMYK Model cmyk(0%,67%,95%,14.12%)
HSL Color Space 18,90% ,45% hsl(18,90% ,45%)
HSV Color Space 18°, 95%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01001001 00001100
Octal 333 111 14
Decimal 219 73 12
Hex db 49 0c

Different shades of #db490c color code.

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

Darkest of #db490c
#4a1904
Darker of #db490c
#7a2907
Dark of #db490c
#ab3909
Base of #db490c
#db490c
Light of #db490c
#f36327
Lighter
#f68657
Lightest
#f8a988

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

#db490c
#0c9edb

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

Split Complementary

#db490c
#0cdbb0
#0c36db

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

Analogous Color

#db0c48
#db0c25
#db490c
#db8e0c
#d2db0c

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

#db490c
#490cdb
#0cdb49

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

#db490c
#0cdb49
#0c9edb
#db0c9e

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

#db490c
#36db0c
#0c9edb
#b00cdb

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

#1a0901
#4a1904
#7a2907
#ab3909
#db490c
#f36327
#f68657
#f8a988
#fbccb8

Tints of #db490c Color

#db490c
#df5d27
#e37142
#e7855d
#eb9978
#efae93
#f3c2ae
#f7d6c9
#fbeae4
#ffffff

Shades of #db490c color code

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

#db490c
#c2400a
#aa3809
#923008
#792806
#612005
#491804
#301002
#180801
#000000

Tones

#db490c
#c45223
#ad5c3a
#966551
#7f6f68

Tones

Similar Color like #db490c color

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

#dc4a0d
#dd4b0e
#de4c0f
#df4d10
#e04e11
#e14f12
#e25013
#e35114
#e45215
#e55316
#e65417
#e75518
#e85619
#e9571a
#da480b
#d9470a
#d84609
#d74508
#d64407
#d54306
#d44205
#d34104
#d24003
#d13f02
#d03e01
#cf3d00
#ce3c00
#cd3b00

Download this Dark Orange

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

#db490c Color Code Preview on Black Background Color

This is how #db490c Color will look on black background color. Color contrast ratio is 4.97

#db490c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db490c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db490c

#db490c color code is use for CSS Background Color

Background color for the above div is #db490c

HTML with inline CSS

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

#db490c color code is use for CSS Border Color

CSS Border color for the above div is #db490c

HTML with inline CSS

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

CSS Border Left color for the above div is #db490c

HTML with inline CSS

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

CSS Border Right color for the above div is #db490c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db490c

HTML with inline CSS

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

CSS Border Top color for the above div is #db490c

HTML with inline CSS

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

#db490c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db490c Color code Preview on White Background

This is how #db490c Color code will look on white background color. Color contrast ratio is 4.23

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

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