crispedge.com

Color picker

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

#d07e6e hex color - Orange - Warm color - Information

#d07e6e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #d07e6e Color code in RGB color code model is created after adding 81.57% red color, 49.41% green color and 43.14% blue color. Hex #d07e6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 47% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded07e6e#d07e6e
RGB Decimal208, 126, 110rgb(208, 126, 110)
RGB Percent82%, 49%, 43%rgb(82%, 49%, 43%)
CSS RGBa208, 126, 110,1rgba(208,126,110,1)
CMYK Modelcmyk(0%,39%,47%,18%)
HSL Color Space10,51% ,62%hsl(10,51% ,62%)
HSV Color Space10°, 47%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000111111001101110
Octal320176156
Decimal208126110
Hexd07e6e

Different shades of #d07e6e color code.

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

Light Shade of #d07e6e
#dca095
Dark Shade of #d07e6e
#c45c47
Saturated Shade of #d07e6e
#da7864
Desaturated Shade of #d07e6e
#c68478
Grey scale Shade of #d07e6e
#9f9f9f
Brighten Shade
#e99787
Most Readable Shade
#000000

Shades of #d07e6e color code

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

#d07e6e
#b87061
#a16255
#8a5449
#73463d
#5c3830
#452a24
#2e1c18
#170e0c
#000000

Similar Color like #d07e6e color

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

#d17f6f
#d28070
#d38171
#d48272
#d58373
#d68474
#d78575
#d88676
#d98777
#da8878
#db8979
#dc8a7a
#dd8b7b
#de8c7c
#cf7d6d
#ce7c6c
#cd7b6b
#cc7a6a
#cb7969
#ca7868
#c97767
#c87666
#c77565
#c67464
#c57363
#c47262
#c37161
#c27060

Monochromatic Color with #d07e6e

#d07e6e
#fa9884
#261714
#50312b
#7b4b41
#a56458

Tints of #d07e6e Color

#d07e6e
#d58c7e
#da9a8e
#dfa99e
#e4b7ae
#eac5be
#efd4ce
#f4e2de
#f9f0ee
#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

#d07e6e
#6ec0d0

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

Split Complementary

#d07e6e
#6ed0af
#6e8fd0

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

Analogous Color

#d06e85
#d06e72
#d07e6e
#d0926e
#d0a56e

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

#d07e6e
#6ed07e
#7e6ed0

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

#d07e6e
#8fd06e
#6ec0d0
#af6ed0

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

#d07e6e
#6ec0d0
#6e8fd0
#d0af6e

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

#d07e6e Color Code Preview on Black Background Color

This is how #d07e6e Color will look on black background color. Color contrast ratio is 6.89

#d07e6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d07e6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d07e6e

#d07e6e color code is use for CSS Background Color

Background color for the above div is #d07e6e

HTML with inline CSS

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

#d07e6e color code is use for CSS Border Color

CSS Border color for the above div is #d07e6e

HTML with inline CSS

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

CSS Border Left color for the above div is #d07e6e

HTML with inline CSS

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

CSS Border Right color for the above div is #d07e6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d07e6e

HTML with inline CSS

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

CSS Border Top color for the above div is #d07e6e

HTML with inline CSS

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

#d07e6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d07e6e Color code Preview on White Background

This is how #d07e6e Color code will look on white background color. Color contrast ratio is 3.05

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

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.