Skip to main content Skip to docs navigation

#dd640f hex color | Download Dark Brown 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 Tiger Moth Orange and its hex is #DD6611 Nearest Color Name

Color Hue/Base color: Brown

Hex #dd640f Color code in RGB color code model is created after adding 86.67% red color, 39.22% green color and 5.88% blue color. Hex #dd640f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 93% yellow and 13.33% black.

Hex #dd640f color code is between #cc6611 web safe hex color code and #ee5500 web safe hex color code. #cc6611 is the nearest web safe color code. You can see here many more shades of #dd640f color code.

RGB Chart

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

Color Table

Hex Color Code dd640f #dd640f
RGB Decimal 221, 100, 15 221, 100, 15
RGB Percent 87%, 39%, 6% rgb(87%, 39%, 6%)
CSS RGBa 221, 100, 15,1 rgba(221,100,15,1)
CMYK Model cmyk(0%,55%,93%,13.33%)
HSL Color Space 25,87% ,46% hsl(25,87% ,46%)
HSV Color Space 25°, 93%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01100100 00001111
Octal 335 144 17
Decimal 221 100 15
Hex dd 64 0f

Different shades of #dd640f color code.

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

Darkest of #dd640f
#4e2305
Darker of #dd640f
#7d3909
Dark of #dd640f
#ad4e0c
Base of #dd640f
#dd640f
Light of #dd640f
#f17e2e
Lighter
#f49c5e
Lightest
#f7b98e

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

#dd640f
#0f88dd

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

Split Complementary

#dd640f
#0fddcb
#0f21dd

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

Analogous Color

#dd0f32
#dd0f10
#dd640f
#dda90f
#bbdd0f

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

#dd640f
#640fdd
#0fdd64

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

#dd640f
#0fdd64
#0f88dd
#dd0f88

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

#dd640f
#21dd0f
#0f88dd
#cb0fdd

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

#1e0e02
#4e2305
#7d3909
#ad4e0c
#dd640f
#f17e2e
#f49c5e
#f7b98e
#fbd7bd

Tints of #dd640f Color

#dd640f
#e07529
#e48644
#e8975f
#eca879
#efba94
#f3cbaf
#f7dcc9
#fbede4
#ffffff

Shades of #dd640f color code

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

#dd640f
#c4580d
#ab4d0b
#93420a
#7a3708
#622c06
#492105
#311603
#180b01
#000000

Tones

#dd640f
#c56827
#ae6c3e
#967056
#7f746d

Tones

Similar Color like #dd640f color

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

#de6510
#df6611
#e06712
#e16813
#e26914
#e36a15
#e46b16
#e56c17
#e66d18
#e76e19
#e86f1a
#e9701b
#ea711c
#eb721d
#dc630e
#db620d
#da610c
#d9600b
#d85f0a
#d75e09
#d65d08
#d55c07
#d45b06
#d35a05
#d25904
#d15803
#d05702
#cf5601

Download this Dark Brown

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

#dd640f Color Code Preview on Black Background Color

This is how #dd640f Color will look on black background color. Color contrast ratio is 5.90

#dd640f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd640f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd640f

#dd640f color code is use for CSS Background Color

Background color for the above div is #dd640f

HTML with inline CSS

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

#dd640f color code is use for CSS Border Color

CSS Border color for the above div is #dd640f

HTML with inline CSS

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

CSS Border Left color for the above div is #dd640f

HTML with inline CSS

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

CSS Border Right color for the above div is #dd640f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd640f

HTML with inline CSS

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

CSS Border Top color for the above div is #dd640f

HTML with inline CSS

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

#dd640f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd640f Color code Preview on White Background

This is how #dd640f Color code will look on white background color. Color contrast ratio is 3.56

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

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(221,100,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,136,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,100,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }