crispedge.com

Color picker

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

#d97c6c hex color - Red - Warm color - Information

#d97c6c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d97c6c Color code in RGB color code model is created after adding 85.1% red color, 48.63% green color and 42.35% blue color. Hex #d97c6c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 50% yellow and 15% black.

Hex #d97c6c color code is between #dd7766 web safe hex color code and #cc8877 web safe hex color code. #dd7766 is the nearest web safe color code. You can see here many more shades of #d97c6c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded97c6c#d97c6c
RGB Decimal217, 124, 108rgb(217, 124, 108)
RGB Percent85%, 49%, 42%rgb(85%, 49%, 42%)
CSS RGBa217, 124, 108,1rgba(217,124,108,1)
CMYK Modelcmyk(0%,43%,50%,15%)
HSL Color Space9,59% ,64%hsl(9,59% ,64%)
HSV Color Space9°, 50%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010111110001101100
Octal331174154
Decimal217124108
Hexd97c6c

Different shades of #d97c6c color code.

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

Light Shade of #d97c6c
#e3a095
Dark Shade of #d97c6c
#cf5843
Saturated Shade of #d97c6c
#e27563
Desaturated Shade of #d97c6c
#d08375
Grey scale Shade of #d97c6c
#a2a2a2
Brighten Shade
#f29585
Most Readable Shade
#000000

Shades of #d97c6c color code

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

#d97c6c
#c06e60
#a86054
#905248
#78443c
#603730
#482924
#301b18
#180d0c
#000000

Similar Color like #d97c6c color

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

#da7d6d
#db7e6e
#dc7f6f
#dd8070
#de8171
#df8272
#e08373
#e18474
#e28575
#e38676
#e48777
#e58878
#e68979
#e78a7a
#d87b6b
#d77a6a
#d67969
#d57868
#d47767
#d37666
#d27565
#d17464
#d07363
#cf7262
#ce7161
#cd7060
#cc6f5f
#cb6e5e

Monochromatic Color with #d97c6c

#d97c6c
#040302
#2f1b17
#59332d
#844b42
#ae6457

Tints of #d97c6c Color

#d97c6c
#dd8a7c
#e1998c
#e5a79d
#e9b6ad
#eec4bd
#f2d3ce
#f6e1de
#faf0ee
#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

#d97c6c
#6cc9d9

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

Split Complementary

#d97c6c
#6cd9b2
#6c93d9

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

Analogous Color

#d96c88
#d96c72
#d97c6c
#d9926c
#d9a86c

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

#d97c6c
#6cd97c
#7c6cd9

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

#d97c6c
#92d96c
#6cc9d9
#b26cd9

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

#d97c6c
#6cc9d9
#6c93d9
#d9b26c

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

#d97c6c Color Code Preview on Black Background Color

This is how #d97c6c Color will look on black background color. Color contrast ratio is 7.05

#d97c6c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d97c6c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d97c6c

#d97c6c color code is use for CSS Background Color

Background color for the above div is #d97c6c

HTML with inline CSS

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

#d97c6c color code is use for CSS Border Color

CSS Border color for the above div is #d97c6c

HTML with inline CSS

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

CSS Border Left color for the above div is #d97c6c

HTML with inline CSS

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

CSS Border Right color for the above div is #d97c6c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d97c6c

HTML with inline CSS

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

CSS Border Top color for the above div is #d97c6c

HTML with inline CSS

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

#d97c6c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d97c6c Color code Preview on White Background

This is how #d97c6c Color code will look on white background color. Color contrast ratio is 2.98

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

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.