crispedge.com

Color picker

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

#ffdca1 hex color - Yellow - Warm color - Information

#ffdca1 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #ffdca1 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 #ffdca1 color code.

0 Likes 0 Comments | 1 Views

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary111111111101110010100001
Octal377334241
Decimal255220161
Hexffdca1

Different shades of #ffdca1 color code.

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

Light Shade of #ffdca1
#ffefd4
Dark Shade of #ffdca1
#ffc96e
Saturated Shade of #ffdca1
#ffdca1
Desaturated Shade of #ffdca1
#fadba6
Grey scale Shade of #ffdca1
#d0d0d0
Brighten Shade
#fff5ba
Most Readable Shade
#000000

Shades of #ffdca1 color code

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

#ffdca1
#e2c38f
#c6ab7d
#aa926b
#8d7a59
#716147
#554935
#383023
#1c1811
#000000

Similar Color like #ffdca1 color

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

#ffdda2
#ffdea3
#ffdfa4
#ffe0a5
#ffe1a6
#ffe2a7
#ffe3a8
#ffe4a9
#ffe5aa
#ffe6ab
#ffe7ac
#ffe8ad
#ffe9ae
#ffeaaf
#fedba0
#fdda9f
#fcd99e
#fbd89d
#fad79c
#f9d69b
#f8d59a
#f7d499
#f6d398
#f5d297
#f4d196
#f3d095
#f2cf94
#f1ce93

Monochromatic Color with #ffdca1

#ffdca1
#2a251b
#554936
#806e51
#aa936b
#d4b786

Tints of #ffdca1 Color

#ffdca1
#ffdfab
#ffe3b5
#ffe7c0
#ffebca
#ffefd5
#fff3df
#fff7ea
#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

#ffdca1
#a1c4ff

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

Split Complementary

#ffdca1
#a1f3ff
#ada1ff

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

Analogous Color

#ffb6a1
#ffc9a1
#ffdca1
#ffefa1
#fcffa1

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

#ffdca1
#a1ffdc
#dca1ff

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

#ffdca1
#a1ffad
#a1c4ff
#ffa1f3

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

#ffdca1
#a1c4ff
#ada1ff
#f3ffa1

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

#ffdca1 Color Code Preview on Black Background Color

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

#ffdca1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffdca1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffdca1

#ffdca1 color code is use for CSS Background Color

Background color for the above div is #ffdca1

HTML with inline CSS

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

#ffdca1 color code is use for CSS Border Color

CSS Border color for the above div is #ffdca1

HTML with inline CSS

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

CSS Border Left color for the above div is #ffdca1

HTML with inline CSS

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

CSS Border Right color for the above div is #ffdca1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffdca1

HTML with inline CSS

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

CSS Border Top color for the above div is #ffdca1

HTML with inline CSS

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

#ffdca1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffdca1 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.