@
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.

#cda586 hex color - Brown - Warm color - Information

#cda586 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cda586 Color code in RGB color code model is created after adding 80.39% red color, 64.71% green color and 52.55% blue color. Hex #cda586 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 35% yellow and 19.61% black.

Hex #cda586 color code is between #ccaa88 web safe hex color code and #dd9977 web safe hex color code. #ccaa88 is the nearest web safe color code. You can see here many more shades of #cda586 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Code cda586 #cda586
RGB Decimal 205, 165, 134 rgb(205, 165, 134)
RGB Percent 80%, 65%, 53% rgb(80%, 65%, 53%)
CSS RGBa 205, 165, 134,1 rgba(205,165,134,1)
CMYK Model cmyk(0%,20%,35%,19.61%)
HSL Color Space 26,42% ,66% hsl(26,42% ,66%)
HSV Color Space 26°, 35%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 10100101 10000110
Octal 315 245 206
Decimal 205 165 134
Hex cd a5 86

Different shades of #cda586 color code.

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

Light Shade of #cda586
#dcc0aa
Dark Shade of #cda586
#be8a62
Saturated Shade of #cda586
#d6a47d
Desaturated Shade of #cda586
#c4a68f
Grey scale Shade of #cda586
#a9a9a9
Brighten Shade
#e6be9f
Most Readable Shade
#000000

Shades of #cda586 color code

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

#cda586
#b69277
#9f8068
#886e59
#715b4a
#5b493b
#44372c
#2d241d
#16120e
#000000

Similar Color like #cda586 color

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

#cea687
#cfa788
#d0a889
#d1a98a
#d2aa8b
#d3ab8c
#d4ac8d
#d5ad8e
#d6ae8f
#d7af90
#d8b091
#d9b192
#dab293
#dbb394
#cca485
#cba384
#caa283
#c9a182
#c8a081
#c79f80
#c69e7f
#c59d7e
#c49c7d
#c39b7c
#c29a7b
#c1997a
#c09879
#bf9778

Monochromatic Color with #cda586

#cda586
#f7c7a2
#231c17
#4d3e33
#78614e
#a2836a

Tints of #cda586 Color

#cda586
#d2af93
#d8b9a0
#ddc3ae
#e3cdbb
#e8d7c9
#eee1d6
#f3ebe4
#f9f5f1
#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

#cda586
#86aecd

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

Split Complementary

#cda586
#86cdc9
#868bcd

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

Analogous Color

#cd8986
#cd9786
#cda586
#cdb386
#cdc186

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

#cda586
#86cda5
#a586cd

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

#cda586
#8acd86
#86aecd
#c886cd

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

#cda586
#86aecd
#868bcd
#cdc986

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

#cda586 Color Code Preview on Black Background Color

This is how #cda586 Color will look on black background color. Color contrast ratio is 9.32

#cda586 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cda586

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cda586

#cda586 color code is use for CSS Background Color

Background color for the above div is #cda586

HTML with inline CSS

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

#cda586 color code is use for CSS Border Color

CSS Border color for the above div is #cda586

HTML with inline CSS

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

CSS Border Left color for the above div is #cda586

HTML with inline CSS

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

CSS Border Right color for the above div is #cda586

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cda586

HTML with inline CSS

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

CSS Border Top color for the above div is #cda586

HTML with inline CSS

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

#cda586 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cda586 Color code Preview on White Background

This is how #cda586 Color code will look on white background color. Color contrast ratio is 2.25

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.