Skip to main content Skip to docs navigation

#db855a hex color | Download Dark Red 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 Show Business and its hex is #DD835B Nearest Color Name

Color Hue/Base color: Red

Hex #db855a Color code in RGB color code model is created after adding 85.88% red color, 52.16% green color and 35.29% blue color. Hex #db855a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 59% yellow and 14.12% black.

Hex #db855a color code is between #dd8855 web safe hex color code and #cc7766 web safe hex color code. #dd8855 is the nearest web safe color code. You can see here many more shades of #db855a color code.

RGB Chart

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

Color Table

Hex Color Code db855a #db855a
RGB Decimal 219, 133, 90 219, 133, 90
RGB Percent 86%, 52%, 35% rgb(86%, 52%, 35%)
CSS RGBa 219, 133, 90,1 rgba(219,133,90,1)
CMYK Model cmyk(0%,39%,59%,14.12%)
HSL Color Space 20,64% ,61% hsl(20,64% ,61%)
HSV Color Space 20°, 59%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10000101 01011010
Octal 333 205 132
Decimal 219 133 90
Hex db 85 5a

Different shades of #db855a color code.

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

Darkest of #db855a
#803d1c
Darker of #db855a
#aa5125
Dark of #db855a
#d26630
Base of #db855a
#db855a
Light of #db855a
#e4a484
Lighter
#edc3ae
Lightest
#f6e2d8

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

#db855a
#5ab0db

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

Split Complementary

#db855a
#5adbc6
#5a70db

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

Analogous Color

#db5a7a
#db5a65
#db855a
#dbb05a
#d0db5a

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

#db855a
#855adb
#5adb85

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

#db855a
#5adb85
#5ab0db
#db5ab0

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

#db855a
#70db5a
#5ab0db
#c65adb

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

#562913
#803d1c
#aa5125
#d26630
#db855a
#e4a484
#edc3ae
#f6e2d8
#ffffff

Tints of #db855a Color

#db855a
#df926c
#e3a07e
#e7ad91
#ebbba3
#efc8b5
#f3d6c8
#f7e3da
#fbf1ec
#ffffff

Shades of #db855a color code

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

#db855a
#c27650
#aa6746
#92583c
#794932
#613b28
#492c1e
#301d14
#180e0a
#000000

Tones

#db855a
#c78c6e
#b39282
#9f9996
#9b9b9b

Tones

Similar Color like #db855a color

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

#dc865b
#dd875c
#de885d
#df895e
#e08a5f
#e18b60
#e28c61
#e38d62
#e48e63
#e58f64
#e69065
#e79166
#e89267
#e99368
#da8459
#d98358
#d88257
#d78156
#d68055
#d57f54
#d47e53
#d37d52
#d27c51
#d17b50
#d07a4f
#cf794e
#ce784d
#cd774c

Download this Dark Red

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

#db855a Color Code Preview on Black Background Color

This is how #db855a Color will look on black background color. Color contrast ratio is 7.51

#db855a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db855a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db855a

#db855a color code is use for CSS Background Color

Background color for the above div is #db855a

HTML with inline CSS

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

#db855a color code is use for CSS Border Color

CSS Border color for the above div is #db855a

HTML with inline CSS

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

CSS Border Left color for the above div is #db855a

HTML with inline CSS

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

CSS Border Right color for the above div is #db855a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db855a

HTML with inline CSS

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

CSS Border Top color for the above div is #db855a

HTML with inline CSS

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

#db855a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db855a Color code Preview on White Background

This is how #db855a Color code will look on white background color. Color contrast ratio is 2.79

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

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