crispedge.com

Color picker

Loading...

#cc670e hex color - Yellow - Warm color - Information

#cc670e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #cc670e Color code in RGB color code model is created after adding 80% red color, 40.39% green color and 5.49% blue color. Hex #cc670e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 93% yellow and 20% black.

Hex #cc670e color code is between #bb6611 web safe hex color code and #dd7700 web safe hex color code. #bb6611 is the nearest web safe color code. You can see here many more shades of #cc670e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc670e#cc670e
RGB Decimal204, 103, 14rgb(204, 103, 14)
RGB Percent80%, 40%, 5%rgb(80%, 40%, 5%)
CSS RGBa204, 103, 14,1rgba(204,103,14,1)
CMYK Modelcmyk(0%,50%,93%,20%)
HSL Color Space28,87% ,43%hsl(28,87% ,43%)
HSV Color Space28°, 93%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110011100001110
Octal31414716
Decimal20410314
Hexcc670e

Different shades of #cc670e color code.

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

Light Shade of #cc670e
#f0801d
Dark Shade of #cc670e
#9c4f0b
Saturated Shade of #cc670e
#d76603
Desaturated Shade of #cc670e
#c16819
Grey scale Shade of #cc670e
#6d6d6d
Brighten Shade
#e58027
Most Readable Shade
#FFFFFF

Shades of #cc670e color code

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

#cc670e
#b55b0c
#9e500a
#884409
#713907
#5a2d06
#442204
#2d1603
#160b01
#000000

Similar Color like #cc670e color

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

#cd680f
#ce6910
#cf6a11
#d06b12
#d16c13
#d26d14
#d36e15
#d46f16
#d57017
#d67118
#d77219
#d8731a
#d9741b
#da751c
#cb660d
#ca650c
#c9640b
#c8630a
#c76209
#c66108
#c56007
#c45f06
#c35e05
#c25d04
#c15c03
#c05b02
#bf5a01
#be5900

Monochromatic Color with #cc670e

#cc670e
#f67c11
#221102
#4c2705
#773c08
#a1520b

Tints of #cc670e Color

#cc670e
#d17728
#d78843
#dd995e
#e2aa79
#e8bb93
#eeccae
#f3ddc9
#f9eee4
#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

#cc670e
#0e73cc

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

Split Complementary

#cc670e
#0eccc6
#0e14cc

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

Analogous Color

#cc1b0e
#cc410e
#cc670e
#cc8d0e
#ccb30e

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

#cc670e
#0ecc67
#670ecc

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

#cc670e
#14cc0e
#0e73cc
#c60ecc

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

#cc670e
#0e73cc
#0e14cc
#ccc60e

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

#cc670e Color Code Preview on Black Background Color

This is how #cc670e Color will look on black background color. Color contrast ratio is 5.51

#cc670e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc670e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc670e

#cc670e color code is use for CSS Background Color

Background color for the above div is #cc670e

HTML with inline CSS

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

#cc670e color code is use for CSS Border Color

CSS Border color for the above div is #cc670e

HTML with inline CSS

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

CSS Border Left color for the above div is #cc670e

HTML with inline CSS

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

CSS Border Right color for the above div is #cc670e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc670e

HTML with inline CSS

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

CSS Border Top color for the above div is #cc670e

HTML with inline CSS

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

#cc670e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc670e Color code Preview on White Background

This is how #cc670e Color code will look on white background color. Color contrast ratio is 3.81

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

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(204,103,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,115,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,103,14,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.