crispedge.com

Color picker

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

#df985f hex color - Orange - Warm color - Information

#df985f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #df985f Color code in RGB color code model is created after adding 87.45% red color, 59.61% green color and 37.25% blue color. Hex #df985f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 57% yellow and 13% black.

Hex #df985f color code is between #dd9966 web safe hex color code and #ee8855 web safe hex color code. #dd9966 is the nearest web safe color code. You can see here many more shades of #df985f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedf985f#df985f
RGB Decimal223, 152, 95rgb(223, 152, 95)
RGB Percent87%, 60%, 37%rgb(87%, 60%, 37%)
CSS RGBa223, 152, 95,1rgba(223,152,95,1)
CMYK Modelcmyk(0%,32%,57%,13%)
HSL Color Space27,67% ,62%hsl(27,67% ,62%)
HSV Color Space27°, 57%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111001100001011111
Octal337230137
Decimal22315295
Hexdf985f

Different shades of #df985f color code.

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

Light Shade of #df985f
#e7b389
Dark Shade of #df985f
#d67d34
Saturated Shade of #df985f
#e99755
Desaturated Shade of #df985f
#d59969
Grey scale Shade of #df985f
#9f9f9f
Brighten Shade
#f8b178
Most Readable Shade
#000000

Shades of #df985f color code

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

#df985f
#c68754
#ad7649
#94653f
#7b5434
#63432a
#4a321f
#312115
#18100a
#000000

Similar Color like #df985f color

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

#e09960
#e19a61
#e29b62
#e39c63
#e49d64
#e59e65
#e69f66
#e7a067
#e8a168
#e9a269
#eaa36a
#eba46b
#eca56c
#eda66d
#de975e
#dd965d
#dc955c
#db945b
#da935a
#d99259
#d89158
#d79057
#d68f56
#d58e55
#d48d54
#d38c53
#d28b52
#d18a51

Monochromatic Color with #df985f

#df985f
#0a0704
#352417
#5f4129
#8a5e3b
#b47b4d

Tints of #df985f Color

#df985f
#e2a370
#e6ae82
#e9ba94
#edc5a6
#f0d1b7
#f4dcc9
#f7e8db
#fbf3ed
#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

#df985f
#5fa6df

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

Split Complementary

#df985f
#5fdfd8
#5f66df

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

Analogous Color

#df655f
#df7e5f
#df985f
#dfb25f
#dfcb5f

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

#df985f
#5fdf98
#985fdf

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

#df985f
#66df5f
#5fa6df
#d85fdf

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

#df985f
#5fa6df
#5f66df
#dfd85f

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

#df985f Color Code Preview on Black Background Color

This is how #df985f Color will look on black background color. Color contrast ratio is 8.79

#df985f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df985f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df985f

#df985f color code is use for CSS Background Color

Background color for the above div is #df985f

HTML with inline CSS

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

#df985f color code is use for CSS Border Color

CSS Border color for the above div is #df985f

HTML with inline CSS

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

CSS Border Left color for the above div is #df985f

HTML with inline CSS

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

CSS Border Right color for the above div is #df985f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df985f

HTML with inline CSS

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

CSS Border Top color for the above div is #df985f

HTML with inline CSS

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

#df985f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df985f Color code Preview on White Background

This is how #df985f Color code will look on white background color. Color contrast ratio is 2.39

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

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.