Skip to main content Skip to docs navigation

#cd552e hex color | 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

Woow we have a nearby visually matching color name available. It's name is Dizzy Days and its hex is #D14E2F Nearest Color Name

Color Hue/Base color: Orange

Hex #cd552e Color code in RGB color code model is created after adding 80.39% red color, 33.33% green color and 18.04% blue color. Hex #cd552e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 78% yellow and 19.61% black.

Hex #cd552e color code is between #cc4433 web safe hex color code and #dd6622 web safe hex color code. #cc4433 is the nearest web safe color code. You can see here many more shades of #cd552e color code.

RGB Chart

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

Color Table

Hex Color Code cd552e #cd552e
RGB Decimal 205, 85, 46 205, 85, 46
RGB Percent 80%, 33%, 18% rgb(80%, 33%, 18%)
CSS RGBa 205, 85, 46,1 rgba(205,85,46,1)
CMYK Model cmyk(0%,59%,78%,19.61%)
HSL Color Space 15,63% ,49% hsl(15,63% ,49%)
HSV Color Space 15°, 78%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01010101 00101110
Octal 315 125 56
Decimal 205 85 46
Hex cd 55 2e

Different shades of #cd552e color code.

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

Darkest of #cd552e
#502112
Darker of #cd552e
#7a321b
Dark of #cd552e
#a34425
Base of #cd552e
#cd552e
Light of #cd552e
#d97555
Lighter
#e2977f
Lightest
#ecb9a8

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

#cd552e
#2ea6cd

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

Split Complementary

#cd552e
#2ecda5
#2e56cd

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

Analogous Color

#cd2e64
#cd2e49
#cd552e
#cd8a2e
#cdcc2e

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

#cd552e
#552ecd
#2ecd55

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

#cd552e
#2ecd55
#2ea6cd
#cd2ea6

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

#cd552e
#56cd2e
#2ea6cd
#a52ecd

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 #cd552e

#261009
#502112
#7a321b
#a34425
#cd552e
#d97555
#e2977f
#ecb9a8
#f5dbd2

Tints of #cd552e Color

#cd552e
#d26745
#d87a5c
#dd8d73
#e3a08a
#e8b3a2
#eec6b9
#f3d9d0
#f9ece7
#ffffff

Shades of #cd552e color code

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

#cd552e
#b64b28
#9f4223
#88381e
#712f19
#5b2514
#441c0f
#2d120a
#160905
#000000

Tones

#cd552e
#b46247
#9b6f60
#827b79
#7e7e7e

Tones

Similar Color like #cd552e color

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

#ce562f
#cf5730
#d05831
#d15932
#d25a33
#d35b34
#d45c35
#d55d36
#d65e37
#d75f38
#d86039
#d9613a
#da623b
#db633c
#cc542d
#cb532c
#ca522b
#c9512a
#c85029
#c74f28
#c64e27
#c54d26
#c44c25
#c34b24
#c24a23
#c14922
#c04821
#bf4720

Download this Dark Orange

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

#cd552e Color Code Preview on Black Background Color

This is how #cd552e Color will look on black background color. Color contrast ratio is 4.93

#cd552e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd552e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd552e

#cd552e color code is use for CSS Background Color

Background color for the above div is #cd552e

HTML with inline CSS

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

#cd552e color code is use for CSS Border Color

CSS Border color for the above div is #cd552e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd552e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd552e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd552e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd552e

HTML with inline CSS

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

#cd552e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd552e Color code Preview on White Background

This is how #cd552e Color code will look on white background color. Color contrast ratio is 4.26

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

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,85,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,166,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,85,46,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }