crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#db7a2a hex color - Orange - Warm color - Information

#db7a2a hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #db7a2a Color code in RGB color code model is created after adding 85.88% red color, 47.84% green color and 16.47% blue color. Hex #db7a2a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 81% yellow and 14% black.

Hex #db7a2a color code is between #dd7722 web safe hex color code and #cc8833 web safe hex color code. #dd7722 is the nearest web safe color code. You can see here many more shades of #db7a2a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedb7a2a#db7a2a
RGB Decimal219, 122, 42rgb(219, 122, 42)
RGB Percent86%, 48%, 16%rgb(86%, 48%, 16%)
CSS RGBa219, 122, 42,1rgba(219,122,42,1)
CMYK Modelcmyk(0%,44%,81%,14%)
HSL Color Space27,71% ,51%hsl(27,71% ,51%)
HSV Color Space27°, 81%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110111101000101010
Octal33317252
Decimal21912242
Hexdb7a2a

Different shades of #db7a2a color code.

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

Light Shade of #db7a2a
#e29556
Dark Shade of #db7a2a
#b4621e
Saturated Shade of #db7a2a
#e7791e
Desaturated Shade of #db7a2a
#cf7b36
Grey scale Shade of #db7a2a
#828282
Brighten Shade
#f49343
Most Readable Shade
#000000

Shades of #db7a2a color code

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

#db7a2a
#c26c25
#aa5e20
#92511c
#794317
#613612
#49280e
#301b09
#180d04
#000000

Similar Color like #db7a2a color

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

#dc7b2b
#dd7c2c
#de7d2d
#df7e2e
#e07f2f
#e18030
#e28131
#e38232
#e48333
#e58434
#e68535
#e78636
#e88737
#e98838
#da7929
#d97828
#d87727
#d77626
#d67525
#d57424
#d47323
#d37222
#d27121
#d17020
#d06f1f
#cf6e1e
#ce6d1d
#cd6c1c

Monochromatic Color with #db7a2a

#db7a2a
#060401
#311b09
#5b3312
#864b1a
#b06222

Tints of #db7a2a Color

#db7a2a
#df8841
#e39759
#e7a671
#ebb588
#efc3a0
#f3d2b8
#f7e1cf
#fbf0e7
#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

#db7a2a
#2a8bdb

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

Split Complementary

#db7a2a
#2adbd2
#2a33db

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

Analogous Color

#db332a
#db572a
#db7a2a
#db9d2a
#dbc12a

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

#db7a2a
#2adb7a
#7a2adb

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

#db7a2a
#32db2a
#2a8bdb
#d22adb

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

#db7a2a
#2a8bdb
#2a33db
#dbd22a

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 #db7a2a 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.

#db7a2a Color Code Preview on Black Background Color

This is how #db7a2a Color will look on black background color. Color contrast ratio is 6.83

#db7a2a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db7a2a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db7a2a

#db7a2a color code is use for CSS Background Color

Background color for the above div is #db7a2a

HTML with inline CSS

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

#db7a2a color code is use for CSS Border Color

CSS Border color for the above div is #db7a2a

HTML with inline CSS

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

CSS Border Left color for the above div is #db7a2a

HTML with inline CSS

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

CSS Border Right color for the above div is #db7a2a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db7a2a

HTML with inline CSS

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

CSS Border Top color for the above div is #db7a2a

HTML with inline CSS

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

#db7a2a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db7a2a Color code Preview on White Background

This is how #db7a2a Color code will look on white background color. Color contrast ratio is 3.08

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.