Skip to main content Skip to docs navigation

#CD915C hex color | Napa Sunset | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Orange

Hex #CD915C Color Code is also known as | Napa Sunset color.

Hex #CD915C Color code in RGB color code model is created after adding 80.39% red color, 56.86% green color and 36.08% blue color. Hex #CD915C Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 55% yellow and 19.61% black.

Hex #CD915C color code is between #cc9955 web safe hex color code and #dd8866 web safe hex color code. #cc9955 is the nearest web safe color code. You can see here many more shades of #CD915C color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code CD915C #CD915C
RGB Decimal 205, 145, 92 205, 145, 92
RGB Percent 80%, 57%, 36% rgb(80%, 57%, 36%)
CSS RGBa 205, 145, 92,1 rgba(205,145,92,1)
CMYK Model cmyk(0%,29%,55%,19.61%)
HSL Color Space 28,53% ,58% hsl(28,53% ,58%)
HSV Color Space 28°, 55%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 10010001 01011100
Octal 315 221 134
Decimal 205 145 92
Hex CD 91 5C

Different shades of #CD915C color code.

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

Darkest of #CD915C
#6e4622
Darker of #CD915C
#955e2e
Dark of #CD915C
#bc773a
Base of #CD915C
#cd915c
Light of #CD915C
#d9ab83
Lighter
#e5c6aa
Lightest
#f1e0d1

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

#cd915c
#5c98cd

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

Split Complementary

#CD915C
#5ccdca
#5c60cd

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

Analogous Color

#cd5c69
#cd625c
#cd915c
#cdb75c
#b4cd5c

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

#CD915C
#915ccd
#5ccd91

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

#CD915C
#5ccd91
#5c98cd
#cd5c98

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#CD915C
#60cd5c
#5c98cd
#ca5ccd

Square 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).

Monochromatic Color with #CD915C

#472d16
#6e4622
#955e2e
#bc773a
#cd915c
#d9ab83
#e5c6aa
#f1e0d1
#fdfaf8

Tints of #CD915C Color

#cd915c
#d29d6e
#d8a980
#ddb592
#e3c1a4
#e8ceb6
#eedac8
#f3e6da
#f9f2ec
#ffffff

Shades of #CD915C color code

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

#cd915c
#b68051
#9f7047
#88603d
#715033
#5b4028
#44301e
#2d2014
#16100a
#000000

Tones

#cd915c
#b89271
#a29487
#959595
#959595

Tones

Similar Color like #CD915C color

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

#ce925d
#cf935e
#d0945f
#d19560
#d29661
#d39762
#d49863
#d59964
#d69a65
#d79b66
#d89c67
#d99d68
#da9e69
#db9f6a
#cc905b
#cb8f5a
#ca8e59
#c98d58
#c88c57
#c78b56
#c68a55
#c58954
#c48853
#c38752
#c28651
#c18550
#c0844f
#bf834e

Download this Dark Orange

Hex #CD915C 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.

#CD915C Color Code Preview on Black Background Color

This is how #CD915C Color will look on black background color. Color contrast ratio is 7.80

#CD915C in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CD915C

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CD915C

#CD915C color code is use for CSS Background Color

Background color for the above div is #CD915C

HTML with inline CSS

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

#CD915C color code is use for CSS Border Color

CSS Border color for the above div is #CD915C

HTML with inline CSS

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

CSS Border Left color for the above div is #CD915C

HTML with inline CSS

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

CSS Border Right color for the above div is #CD915C

HTML with inline CSS

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

CSS Border Bottom color for the above div is #CD915C

HTML with inline CSS

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

CSS Border Top color for the above div is #CD915C

HTML with inline CSS

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

#CD915C hex Color code used as CSS color Codes

Example CSS Class for usage

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

#CD915C Color code Preview on White Background

This is how #CD915C Color code will look on white background color. Color contrast ratio is 2.69

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,145,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,152,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,145,92,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }