crispedge.com

Color picker

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

#dcc28e hex color - Orange - Warm color - Information

#dcc28e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dcc28e Color code in RGB color code model is created after adding 86.27% red color, 76.08% green color and 55.69% blue color. Hex #dcc28e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 35% yellow and 14% black.

Hex #dcc28e color code is between #ddbb88 web safe hex color code and #cccc99 web safe hex color code. #ddbb88 is the nearest web safe color code. You can see here many more shades of #dcc28e color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codedcc28e#dcc28e
RGB Decimal220, 194, 142rgb(220, 194, 142)
RGB Percent86%, 76%, 56%rgb(86%, 76%, 56%)
CSS RGBa220, 194, 142,1rgba(220,194,142,1)
CMYK Modelcmyk(0%,12%,35%,14%)
HSL Color Space40,53% ,71%hsl(40,53% ,71%)
HSV Color Space40°, 35%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100001010001110
Octal334302216
Decimal220194142
Hexdcc28e

Different shades of #dcc28e color code.

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

Light Shade of #dcc28e
#e8d7b5
Dark Shade of #dcc28e
#d0ad67
Saturated Shade of #dcc28e
#e3c487
Desaturated Shade of #dcc28e
#d5c095
Grey scale Shade of #dcc28e
#b5b5b5
Brighten Shade
#f5dba7
Most Readable Shade
#000000

Shades of #dcc28e color code

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

#dcc28e
#c3ac7e
#ab966e
#92815e
#7a6b4e
#61563f
#49402f
#302b1f
#18150f
#000000

Similar Color like #dcc28e color

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

#ddc38f
#dec490
#dfc591
#e0c692
#e1c793
#e2c894
#e3c995
#e4ca96
#e5cb97
#e6cc98
#e7cd99
#e8ce9a
#e9cf9b
#ead09c
#dbc18d
#dac08c
#d9bf8b
#d8be8a
#d7bd89
#d6bc88
#d5bb87
#d4ba86
#d3b985
#d2b884
#d1b783
#d0b682
#cfb581
#ceb480

Monochromatic Color with #dcc28e

#dcc28e
#070705
#322c20
#5c523c
#877757
#b19d73

Tints of #dcc28e Color

#dcc28e
#dfc89a
#e3cfa7
#e7d6b3
#ebddc0
#efe3cc
#f3ead9
#f7f1e5
#fbf8f2
#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

#dcc28e
#8ea8dc

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

Split Complementary

#dcc28e
#8ecfdc
#9b8edc

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

Analogous Color

#dca38e
#dcb28e
#dcc28e
#dcd28e
#d7dc8e

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

#dcc28e
#8edcc2
#c28edc

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

#dcc28e
#8edc9b
#8ea8dc
#dc8ecf

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

#dcc28e
#8ea8dc
#9b8edc
#cfdc8e

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

#dcc28e Color Code Preview on Black Background Color

This is how #dcc28e Color will look on black background color. Color contrast ratio is 12.15

#dcc28e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc28e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc28e

#dcc28e color code is use for CSS Background Color

Background color for the above div is #dcc28e

HTML with inline CSS

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

#dcc28e color code is use for CSS Border Color

CSS Border color for the above div is #dcc28e

HTML with inline CSS

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

CSS Border Left color for the above div is #dcc28e

HTML with inline CSS

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

CSS Border Right color for the above div is #dcc28e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcc28e

HTML with inline CSS

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

CSS Border Top color for the above div is #dcc28e

HTML with inline CSS

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

#dcc28e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcc28e Color code Preview on White Background

This is how #dcc28e Color code will look on white background color. Color contrast ratio is 1.73

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.