crispedge.com

Color picker

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

#df965c hex color - Orange - Warm color - Information

#df965c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #df965c Color code in RGB color code model is created after adding 87.45% red color, 58.82% green color and 36.08% blue color. Hex #df965c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 59% yellow and 13% black.

Hex #df965c color code is between #dd9955 web safe hex color code and #ee8866 web safe hex color code. #dd9955 is the nearest web safe color code. You can see here many more shades of #df965c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedf965c#df965c
RGB Decimal223, 150, 92rgb(223, 150, 92)
RGB Percent87%, 59%, 36%rgb(87%, 59%, 36%)
CSS RGBa223, 150, 92,1rgba(223,150,92,1)
CMYK Modelcmyk(0%,33%,59%,13%)
HSL Color Space27,67% ,62%hsl(27,67% ,62%)
HSV Color Space27°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111001011001011100
Octal337226134
Decimal22315092
Hexdf965c

Different shades of #df965c color code.

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

Light Shade of #df965c
#e7b187
Dark Shade of #df965c
#d77b31
Saturated Shade of #df965c
#e99552
Desaturated Shade of #df965c
#d59766
Grey scale Shade of #df965c
#9d9d9d
Brighten Shade
#f8af75
Most Readable Shade
#000000

Shades of #df965c color code

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

#df965c
#c68551
#ad7447
#94643d
#7b5333
#634228
#4a321e
#312114
#18100a
#000000

Similar Color like #df965c color

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

#e0975d
#e1985e
#e2995f
#e39a60
#e49b61
#e59c62
#e69d63
#e79e64
#e89f65
#e9a066
#eaa167
#eba268
#eca369
#eda46a
#de955b
#dd945a
#dc9359
#db9258
#da9157
#d99056
#d88f55
#d78e54
#d68d53
#d58c52
#d48b51
#d38a50
#d2894f
#d1884e

Monochromatic Color with #df965c

#df965c
#0a0704
#352416
#5f4027
#8a5d39
#b4794a

Tints of #df965c Color

#df965c
#e2a16e
#e6ad80
#e9b992
#edc4a4
#f0d0b6
#f4dcc8
#f7e7da
#fbf3ec
#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

#df965c
#5ca5df

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

Split Complementary

#df965c
#5cdfd7
#5c64df

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

Analogous Color

#df625c
#df7c5c
#df965c
#dfb05c
#dfca5c

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

#df965c
#5cdf96
#965cdf

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

#df965c
#63df5c
#5ca5df
#d75cdf

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

#df965c
#5ca5df
#5c64df
#dfd75c

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

#df965c Color Code Preview on Black Background Color

This is how #df965c Color will look on black background color. Color contrast ratio is 8.65

#df965c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df965c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df965c

#df965c color code is use for CSS Background Color

Background color for the above div is #df965c

HTML with inline CSS

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

#df965c color code is use for CSS Border Color

CSS Border color for the above div is #df965c

HTML with inline CSS

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

CSS Border Left color for the above div is #df965c

HTML with inline CSS

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

CSS Border Right color for the above div is #df965c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df965c

HTML with inline CSS

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

CSS Border Top color for the above div is #df965c

HTML with inline CSS

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

#df965c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df965c Color code Preview on White Background

This is how #df965c Color code will look on white background color. Color contrast ratio is 2.43

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

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.