crispedge.com

Color picker

Loading...

#dc6506 hex color - Orange - Warm color - Information

#dc6506 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dc6506 Color code in RGB color code model is created after adding 86.27% red color, 39.61% green color and 2.35% blue color. Hex #dc6506 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 97% yellow and 14% black.

Hex #dc6506 color code is between #dd6600 web safe hex color code and #cc5500 web safe hex color code. #dd6600 is the nearest web safe color code. You can see here many more shades of #dc6506 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedc6506#dc6506
RGB Decimal220, 101, 6rgb(220, 101, 6)
RGB Percent86%, 40%, 2%rgb(86%, 40%, 2%)
CSS RGBa220, 101, 6,1rgba(220,101,6,1)
CMYK Modelcmyk(0%,54%,97%,14%)
HSL Color Space27,95% ,44%hsl(27,95% ,44%)
HSV Color Space27°, 97%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111000110010100000110
Octal3341456
Decimal2201016
Hexdc6506

Different shades of #dc6506 color code.

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

Light Shade of #dc6506
#f97e1c
Dark Shade of #dc6506
#aa4e05
Saturated Shade of #dc6506
#e26400
Desaturated Shade of #dc6506
#d16611
Grey scale Shade of #dc6506
#717171
Brighten Shade
#f57e1f
Most Readable Shade
#FFFFFF

Shades of #dc6506 color code

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

#dc6506
#c35905
#ab4e04
#924304
#7a3803
#612c02
#492102
#301601
#180b00
#000000

Similar Color like #dc6506 color

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

#dd6607
#de6708
#df6809
#e0690a
#e16a0b
#e26b0c
#e36c0d
#e46d0e
#e56e0f
#e66f10
#e77011
#e87112
#e97213
#ea7314
#db6405
#da6304
#d96203
#d86102
#d76001
#d65f00
#d55e00
#d45d00
#d35c00
#d25b00
#d15a00
#d05900
#cf5800
#ce5700

Monochromatic Color with #dc6506

#dc6506
#070300
#321701
#5c2a03
#873e04
#b15105

Tints of #dc6506 Color

#dc6506
#df7621
#e3873d
#e79859
#eba974
#efba90
#f3cbac
#f7dcc7
#fbede3
#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

#dc6506
#067ddc

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

Split Complementary

#dc6506
#06dcd0
#0612dc

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

Analogous Color

#dc0f06
#dc3a06
#dc6506
#dc9006
#dcbb06

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

#dc6506
#06dc65
#6506dc

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

#dc6506
#12dc06
#067ddc
#d006dc

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

#dc6506
#067ddc
#0612dc
#dcd006

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

#dc6506 Color Code Preview on Black Background Color

This is how #dc6506 Color will look on black background color. Color contrast ratio is 5.91

#dc6506 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc6506

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc6506

#dc6506 color code is use for CSS Background Color

Background color for the above div is #dc6506

HTML with inline CSS

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

#dc6506 color code is use for CSS Border Color

CSS Border color for the above div is #dc6506

HTML with inline CSS

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

CSS Border Left color for the above div is #dc6506

HTML with inline CSS

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

CSS Border Right color for the above div is #dc6506

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc6506

HTML with inline CSS

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

CSS Border Top color for the above div is #dc6506

HTML with inline CSS

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

#dc6506 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc6506 Color code Preview on White Background

This is how #dc6506 Color code will look on white background color. Color contrast ratio is 3.55

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(220,101,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(6,125,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,101,6,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.