crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cda59d hex color - Red - Warm color - Information

#cda59d hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #cda59d color code is between #ccaa99 web safe hex color code and #dd99aa web safe hex color code. #ccaa99 is the nearest web safe color code. You can see here many more shades of #cda59d color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codecda59d#cda59d
RGB Decimal205, 165, 157rgb(205, 165, 157)
RGB Percent80%, 65%, 62%rgb(80%, 65%, 62%)
CSS RGBa205, 165, 157,1rgba(205,165,157,1)
CMYK Modelcmyk(0%,20%,23%,20%)
HSL Color Space10,32% ,71%hsl(10,32% ,71%)
HSV Color Space10°, 23%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011010010110011101
Octal315245235
Decimal205165157
Hexcda59d

Different shades of #cda59d color code.

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

Light Shade of #cda59d
#dec4bf
Dark Shade of #cda59d
#bc867b
Saturated Shade of #cda59d
#d4a096
Desaturated Shade of #cda59d
#c6aaa4
Grey scale Shade of #cda59d
#b5b5b5
Brighten Shade
#e6beb6
Most Readable Shade
#000000

Shades of #cda59d color code

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

#cda59d
#b6928b
#9f807a
#886e68
#715b57
#5b4945
#443734
#2d2422
#161211
#000000

Similar Color like #cda59d color

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

#cea69e
#cfa79f
#d0a8a0
#d1a9a1
#d2aaa2
#d3aba3
#d4aca4
#d5ada5
#d6aea6
#d7afa7
#d8b0a8
#d9b1a9
#dab2aa
#dbb3ab
#cca49c
#cba39b
#caa29a
#c9a199
#c8a098
#c79f97
#c69e96
#c59d95
#c49c94
#c39b93
#c29a92
#c19991
#c09890
#bf978f

Monochromatic Color with #cda59d

#cda59d
#f7c7be
#231c1b
#4d3e3b
#78615c
#a2837c

Tints of #cda59d Color

#cda59d
#d2afa7
#d8b9b2
#ddc3bd
#e3cdc8
#e8d7d3
#eee1de
#f3ebe9
#f9f5f4
#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

#cda59d
#9dc5cd

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

Split Complementary

#cda59d
#9dcdbd
#9dadcd

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

Analogous Color

#cd9da8
#cd9d9f
#cda59d
#cdaf9d
#cdb89d

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

#cda59d
#9dcda5
#a59dcd

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

#cda59d
#adcd9d
#9dc5cd
#bd9dcd

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

#cda59d
#9dc5cd
#9dadcd
#cdbd9d

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

#cda59d Color Code Preview on Black Background Color

This is how #cda59d Color will look on black background color. Color contrast ratio is 9.46

#cda59d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cda59d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cda59d

#cda59d color code is use for CSS Background Color

Background color for the above div is #cda59d

HTML with inline CSS

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

#cda59d color code is use for CSS Border Color

CSS Border color for the above div is #cda59d

HTML with inline CSS

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

CSS Border Left color for the above div is #cda59d

HTML with inline CSS

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

CSS Border Right color for the above div is #cda59d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cda59d

HTML with inline CSS

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

CSS Border Top color for the above div is #cda59d

HTML with inline CSS

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

#cda59d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cda59d Color code Preview on White Background

This is how #cda59d Color code will look on white background color. Color contrast ratio is 2.22

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.