crispedge.com

Color picker

Loading...

#dcc86a hex color - Yellow - Warm color - Information

#dcc86a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dcc86a Color code in RGB color code model is created after adding 86.27% red color, 78.43% green color and 41.57% blue color. Hex #dcc86a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 52% yellow and 14% black.

Hex #dcc86a color code is between #ddcc66 web safe hex color code and #ccbb77 web safe hex color code. #ddcc66 is the nearest web safe color code. You can see here many more shades of #dcc86a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedcc86a#dcc86a
RGB Decimal220, 200, 106rgb(220, 200, 106)
RGB Percent86%, 78%, 42%rgb(86%, 78%, 42%)
CSS RGBa220, 200, 106,1rgba(220,200,106,1)
CMYK Modelcmyk(0%,9%,52%,14%)
HSL Color Space49,62% ,64%hsl(49,62% ,64%)
HSV Color Space49°, 52%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100100001101010
Octal334310152
Decimal220200106
Hexdcc86a

Different shades of #dcc86a color code.

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

Light Shade of #dcc86a
#e6d793
Dark Shade of #dcc86a
#d2b941
Saturated Shade of #dcc86a
#e5ce61
Desaturated Shade of #dcc86a
#d3c273
Grey scale Shade of #dcc86a
#a3a3a3
Brighten Shade
#f5e183
Most Readable Shade
#000000

Shades of #dcc86a color code

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

#dcc86a
#c3b15e
#ab9b52
#928546
#7a6f3a
#61582f
#494223
#302c17
#18160b
#000000

Similar Color like #dcc86a color

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

#ddc96b
#deca6c
#dfcb6d
#e0cc6e
#e1cd6f
#e2ce70
#e3cf71
#e4d072
#e5d173
#e6d274
#e7d375
#e8d476
#e9d577
#ead678
#dbc769
#dac668
#d9c567
#d8c466
#d7c365
#d6c264
#d5c163
#d4c062
#d3bf61
#d2be60
#d1bd5f
#d0bc5e
#cfbb5d
#ceba5c

Monochromatic Color with #dcc86a

#dcc86a
#070704
#322d18
#5c542d
#877b41
#b1a156

Tints of #dcc86a Color

#dcc86a
#dfce7a
#e3d48b
#e7da9b
#ebe0ac
#efe6bc
#f3eccd
#f7f2dd
#fbf8ee
#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

#dcc86a
#6a7edc

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

Split Complementary

#dcc86a
#6ab7dc
#8f6adc

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

Analogous Color

#dc9a6a
#dcb16a
#dcc86a
#d9dc6a
#c2dc6a

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

#dcc86a
#6adcc8
#c86adc

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

#dcc86a
#6adc8f
#6a7edc
#dc6ab7

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

#dcc86a
#6a7edc
#8f6adc
#b7dc6a

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

#dcc86a Color Code Preview on Black Background Color

This is how #dcc86a Color will look on black background color. Color contrast ratio is 12.51

#dcc86a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc86a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc86a

#dcc86a color code is use for CSS Background Color

Background color for the above div is #dcc86a

HTML with inline CSS

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

#dcc86a color code is use for CSS Border Color

CSS Border color for the above div is #dcc86a

HTML with inline CSS

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

CSS Border Left color for the above div is #dcc86a

HTML with inline CSS

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

CSS Border Right color for the above div is #dcc86a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcc86a

HTML with inline CSS

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

CSS Border Top color for the above div is #dcc86a

HTML with inline CSS

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

#dcc86a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcc86a Color code Preview on White Background

This is how #dcc86a Color code will look on white background color. Color contrast ratio is 1.68

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

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,200,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,126,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,200,106,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.