crispedge.com

Color picker

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

#df7b1f hex color - Orange - Warm color - Information

#df7b1f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #df7b1f Color code in RGB color code model is created after adding 87.45% red color, 48.24% green color and 12.16% blue color. Hex #df7b1f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 86% yellow and 13% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedf7b1f#df7b1f
RGB Decimal223, 123, 31rgb(223, 123, 31)
RGB Percent87%, 48%, 12%rgb(87%, 48%, 12%)
CSS RGBa223, 123, 31,1rgba(223,123,31,1)
CMYK Modelcmyk(0%,45%,86%,13%)
HSL Color Space29,76% ,50%hsl(29,76% ,50%)
HSV Color Space29°, 86%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110111101100011111
Octal33717337
Decimal22312331
Hexdf7b1f

Different shades of #df7b1f color code.

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

Light Shade of #df7b1f
#e6954b
Dark Shade of #df7b1f
#b26219
Saturated Shade of #df7b1f
#ec7a12
Desaturated Shade of #df7b1f
#d27c2c
Grey scale Shade of #df7b1f
#7f7f7f
Brighten Shade
#f89438
Most Readable Shade
#000000

Shades of #df7b1f color code

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

#df7b1f
#c66d1b
#ad5f18
#945214
#7b4411
#63360d
#4a290a
#311b06
#180d03
#000000

Similar Color like #df7b1f color

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

#e07c20
#e17d21
#e27e22
#e37f23
#e48024
#e58125
#e68226
#e78327
#e88428
#e98529
#ea862a
#eb872b
#ec882c
#ed892d
#de7a1e
#dd791d
#dc781c
#db771b
#da761a
#d97519
#d87418
#d77317
#d67216
#d57115
#d47014
#d36f13
#d26e12
#d16d11

Monochromatic Color with #df7b1f

#df7b1f
#0a0601
#351d07
#5f350d
#8a4c13
#b46419

Tints of #df7b1f Color

#df7b1f
#e28937
#e69850
#e9a769
#edb582
#f0c49b
#f4d3b4
#f7e1cd
#fbf0e6
#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

#df7b1f
#1f83df

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

Split Complementary

#df7b1f
#1fdfdb
#1f23df

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

Analogous Color

#df2e1f
#df551f
#df7b1f
#dfa11f
#dfc81f

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

#df7b1f
#1fdf7b
#7b1fdf

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

#df7b1f
#23df1f
#1f83df
#db1fdf

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

#df7b1f
#1f83df
#1f23df
#dfdb1f

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

#df7b1f Color Code Preview on Black Background Color

This is how #df7b1f Color will look on black background color. Color contrast ratio is 6.99

#df7b1f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df7b1f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df7b1f

#df7b1f color code is use for CSS Background Color

Background color for the above div is #df7b1f

HTML with inline CSS

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

#df7b1f color code is use for CSS Border Color

CSS Border color for the above div is #df7b1f

HTML with inline CSS

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

CSS Border Left color for the above div is #df7b1f

HTML with inline CSS

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

CSS Border Right color for the above div is #df7b1f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df7b1f

HTML with inline CSS

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

CSS Border Top color for the above div is #df7b1f

HTML with inline CSS

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

#df7b1f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df7b1f Color code Preview on White Background

This is how #df7b1f Color code will look on white background color. Color contrast ratio is 3.00

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.