crispedge.com

Color picker

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

#d7984f hex color - Orange - Warm color - Information

#d7984f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #d7984f Color code in RGB color code model is created after adding 84.31% red color, 59.61% green color and 30.98% blue color. Hex #d7984f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 63% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded7984f#d7984f
RGB Decimal215, 152, 79rgb(215, 152, 79)
RGB Percent84%, 60%, 31%rgb(84%, 60%, 31%)
CSS RGBa215, 152, 79,1rgba(215,152,79,1)
CMYK Modelcmyk(0%,29%,63%,16%)
HSL Color Space32,63% ,58%hsl(32,63% ,58%)
HSV Color Space32°, 63%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101111001100001001111
Octal327230117
Decimal21515279
Hexd7984f

Different shades of #d7984f color code.

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

Light Shade of #d7984f
#e0b079
Dark Shade of #d7984f
#c67f2d
Saturated Shade of #d7984f
#e29944
Desaturated Shade of #d7984f
#cc975a
Grey scale Shade of #d7984f
#939393
Brighten Shade
#f0b168
Most Readable Shade
#000000

Shades of #d7984f color code

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

#d7984f
#bf8746
#a7763d
#8f6534
#77542b
#5f4323
#47321a
#2f2111
#171008
#000000

Similar Color like #d7984f color

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

#d89950
#d99a51
#da9b52
#db9c53
#dc9d54
#dd9e55
#de9f56
#dfa057
#e0a158
#e1a259
#e2a35a
#e3a45b
#e4a55c
#e5a65d
#d6974e
#d5964d
#d4954c
#d3944b
#d2934a
#d19249
#d09148
#cf9047
#ce8f46
#cd8e45
#cc8d44
#cb8c43
#ca8b42
#c98a41

Monochromatic Color with #d7984f

#d7984f
#020201
#2d2011
#573e20
#825c30
#ac7a3f

Tints of #d7984f Color

#d7984f
#dba362
#dfae76
#e4ba89
#e8c59d
#edd1b0
#f1dcc4
#f6e8d7
#faf3eb
#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

#d7984f
#4f8ed7

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

Split Complementary

#d7984f
#4fd2d7
#544fd7

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

Analogous Color

#d7624f
#d77d4f
#d7984f
#d7b34f
#d7ce4f

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

#d7984f
#4fd798
#984fd7

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

#d7984f
#4fd754
#4f8ed7
#d74fd2

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

#d7984f
#4f8ed7
#544fd7
#d2d74f

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

#d7984f Color Code Preview on Black Background Color

This is how #d7984f Color will look on black background color. Color contrast ratio is 8.49

#d7984f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7984f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7984f

#d7984f color code is use for CSS Background Color

Background color for the above div is #d7984f

HTML with inline CSS

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

#d7984f color code is use for CSS Border Color

CSS Border color for the above div is #d7984f

HTML with inline CSS

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

CSS Border Left color for the above div is #d7984f

HTML with inline CSS

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

CSS Border Right color for the above div is #d7984f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d7984f

HTML with inline CSS

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

CSS Border Top color for the above div is #d7984f

HTML with inline CSS

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

#d7984f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d7984f Color code Preview on White Background

This is how #d7984f Color code will look on white background color. Color contrast ratio is 2.47

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

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.