crispedge.com

Color picker

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

#dcb09c hex color - Yellow - Warm color - Information

#dcb09c hex color - Yellow - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Yellow

Hex #dcb09c Color code in RGB color code model is created after adding 86.27% red color, 69.02% green color and 61.18% blue color. Hex #dcb09c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 29% yellow and 14% black.

Hex #dcb09c color code is between #ddaa99 web safe hex color code and #ccbbaa web safe hex color code. #ddaa99 is the nearest web safe color code. You can see here many more shades of #dcb09c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedcb09c#dcb09c
RGB Decimal220, 176, 156rgb(220, 176, 156)
RGB Percent86%, 69%, 61%rgb(86%, 69%, 61%)
CSS RGBa220, 176, 156,1rgba(220,176,156,1)
CMYK Modelcmyk(0%,20%,29%,14%)
HSL Color Space19,48% ,74%hsl(19,48% ,74%)
HSV Color Space19°, 29%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011000010011100
Octal334260234
Decimal220176156
Hexdcb09c

Different shades of #dcb09c color code.

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

Light Shade of #dcb09c
#e9cec2
Dark Shade of #dcb09c
#cf9276
Saturated Shade of #dcb09c
#e3ad95
Desaturated Shade of #dcb09c
#d5b2a3
Grey scale Shade of #dcb09c
#bcbcbc
Brighten Shade
#f5c9b5
Most Readable Shade
#000000

Shades of #dcb09c color code

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

#dcb09c
#c39c8a
#ab8879
#927568
#7a6156
#614e45
#493a34
#302722
#181311
#000000

Similar Color like #dcb09c color

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

#ddb19d
#deb29e
#dfb39f
#e0b4a0
#e1b5a1
#e2b6a2
#e3b7a3
#e4b8a4
#e5b9a5
#e6baa6
#e7bba7
#e8bca8
#e9bda9
#eabeaa
#dbaf9b
#daae9a
#d9ad99
#d8ac98
#d7ab97
#d6aa96
#d5a995
#d4a894
#d3a793
#d2a692
#d1a591
#d0a490
#cfa38f
#cea28e

Monochromatic Color with #dcb09c

#dcb09c
#070605
#322823
#5c4a42
#876c60
#b18e7e

Tints of #dcb09c Color

#dcb09c
#dfb8a7
#e3c1b2
#e7cabd
#ebd3c8
#efdbd3
#f3e4de
#f7ede9
#fbf6f4
#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

#dcb09c
#9cc8dc

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

Split Complementary

#dcb09c
#9cdcd0
#9ca8dc

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

Analogous Color

#dc9ca2
#dca39c
#dcb09c
#dcbd9c
#dcca9c

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

#dcb09c
#9cdcb0
#b09cdc

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

#dcb09c
#a8dc9c
#9cc8dc
#d09cdc

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

#dcb09c
#9cc8dc
#9ca8dc
#dcd09c

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

#dcb09c Color Code Preview on Black Background Color

This is how #dcb09c Color will look on black background color. Color contrast ratio is 10.73

#dcb09c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcb09c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcb09c

#dcb09c color code is use for CSS Background Color

Background color for the above div is #dcb09c

HTML with inline CSS

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

#dcb09c color code is use for CSS Border Color

CSS Border color for the above div is #dcb09c

HTML with inline CSS

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

CSS Border Left color for the above div is #dcb09c

HTML with inline CSS

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

CSS Border Right color for the above div is #dcb09c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcb09c

HTML with inline CSS

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

CSS Border Top color for the above div is #dcb09c

HTML with inline CSS

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

#dcb09c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcb09c Color code Preview on White Background

This is how #dcb09c Color code will look on white background color. Color contrast ratio is 1.96

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

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.