crispedge.com

Color picker

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

#ffdca0 hex color - Yellow - Warm color - Information

#ffdca0 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ffdca0 Color code in RGB color code model is created after adding 100% red color, 86.27% green color and 62.75% blue color. Hex #ffdca0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 37% yellow and 0% black.

Hex #ffdca0 color code is between #eedd99 web safe hex color code and #ddccaa web safe hex color code. #eedd99 is the nearest web safe color code. You can see here many more shades of #ffdca0 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeffdca0#ffdca0
RGB Decimal255, 220, 160rgb(255, 220, 160)
RGB Percent100%, 86%, 63%rgb(100%, 86%, 63%)
CSS RGBa255, 220, 160,1rgba(255,220,160,1)
CMYK Modelcmyk(0%,14%,37%,0%)
HSL Color Space38,100% ,81%hsl(38,100% ,81%)
HSV Color Space38°, 37%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111101110010100000
Octal377334240
Decimal255220160
Hexffdca0

Different shades of #ffdca0 color code.

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

Light Shade of #ffdca0
#ffefd3
Dark Shade of #ffdca0
#ffc96d
Saturated Shade of #ffdca0
#ffdca0
Desaturated Shade of #ffdca0
#fadba5
Grey scale Shade of #ffdca0
#cfcfcf
Brighten Shade
#fff5b9
Most Readable Shade
#000000

Shades of #ffdca0 color code

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

#ffdca0
#e2c38e
#c6ab7c
#aa926a
#8d7a58
#716147
#554935
#383023
#1c1811
#000000

Similar Color like #ffdca0 color

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

#ffdda1
#ffdea2
#ffdfa3
#ffe0a4
#ffe1a5
#ffe2a6
#ffe3a7
#ffe4a8
#ffe5a9
#ffe6aa
#ffe7ab
#ffe8ac
#ffe9ad
#ffeaae
#fedb9f
#fdda9e
#fcd99d
#fbd89c
#fad79b
#f9d69a
#f8d599
#f7d498
#f6d397
#f5d296
#f4d195
#f3d094
#f2cf93
#f1ce92

Monochromatic Color with #ffdca0

#ffdca0
#2a251b
#554935
#806e50
#aa936b
#d4b785

Tints of #ffdca0 Color

#ffdca0
#ffdfaa
#ffe3b5
#ffe7bf
#ffebca
#ffefd4
#fff3df
#fff7e9
#fffbf4
#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

#ffdca0
#a0c3ff

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

Split Complementary

#ffdca0
#a0f3ff
#ada0ff

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

Analogous Color

#ffb6a0
#ffc9a0
#ffdca0
#ffefa0
#fcffa0

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

#ffdca0
#a0ffdc
#dca0ff

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

#ffdca0
#a0ffac
#a0c3ff
#ffa0f2

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

#ffdca0
#a0c3ff
#ada0ff
#f3ffa0

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

#ffdca0 Color Code Preview on Black Background Color

This is how #ffdca0 Color will look on black background color. Color contrast ratio is 16.00

#ffdca0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffdca0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffdca0

#ffdca0 color code is use for CSS Background Color

Background color for the above div is #ffdca0

HTML with inline CSS

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

#ffdca0 color code is use for CSS Border Color

CSS Border color for the above div is #ffdca0

HTML with inline CSS

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

CSS Border Left color for the above div is #ffdca0

HTML with inline CSS

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

CSS Border Right color for the above div is #ffdca0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffdca0

HTML with inline CSS

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

CSS Border Top color for the above div is #ffdca0

HTML with inline CSS

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

#ffdca0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffdca0 Color code Preview on White Background

This is how #ffdca0 Color code will look on white background color. Color contrast ratio is 1.31

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.