crispedge.com

Color picker

Loading...

#d0886a hex color - Orange - Warm color - Information

#d0886a hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #d0886a Color code in RGB color code model is created after adding 81.57% red color, 53.33% green color and 41.57% blue color. Hex #d0886a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 49% yellow and 18% black.

Hex #d0886a color code is between #cc7766 web safe hex color code and #dd9977 web safe hex color code. #cc7766 is the nearest web safe color code. You can see here many more shades of #d0886a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Coded0886a#d0886a
RGB Decimal208, 136, 106rgb(208, 136, 106)
RGB Percent82%, 53%, 42%rgb(82%, 53%, 42%)
CSS RGBa208, 136, 106,1rgba(208,136,106,1)
CMYK Modelcmyk(0%,35%,49%,18%)
HSL Color Space18,52% ,62%hsl(18,52% ,62%)
HSV Color Space18°, 49%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100001000100001101010
Octal320210152
Decimal208136106
Hexd0886a

Different shades of #d0886a color code.

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

Light Shade of #d0886a
#dca791
Dark Shade of #d0886a
#c46943
Saturated Shade of #d0886a
#da8460
Desaturated Shade of #d0886a
#c68c74
Grey scale Shade of #d0886a
#9d9d9d
Brighten Shade
#e9a183
Most Readable Shade
#000000

Shades of #d0886a color code

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

#d0886a
#b8785e
#a16952
#8a5a46
#734b3a
#5c3c2f
#452d23
#2e1e17
#170f0b
#000000

Similar Color like #d0886a color

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

#d1896b
#d28a6c
#d38b6d
#d48c6e
#d58d6f
#d68e70
#d78f71
#d89072
#d99173
#da9274
#db9375
#dc9476
#dd9577
#de9678
#cf8769
#ce8668
#cd8567
#cc8466
#cb8365
#ca8264
#c98163
#c88062
#c77f61
#c67e60
#c57d5f
#c47c5e
#c37b5d
#c27a5c

Monochromatic Color with #d0886a

#d0886a
#faa480
#261913
#503529
#7b503f
#a56c54

Tints of #d0886a Color

#d0886a
#d5957a
#daa28b
#dfaf9b
#e4bcac
#eacabc
#efd7cd
#f4e4dd
#f9f1ee
#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

#d0886a
#6ab2d0

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

Split Complementary

#d0886a
#6ad0bb
#6a7fd0

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

Analogous Color

#d06a75
#d0746a
#d0886a
#d09c6a
#d0b16a

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

#d0886a
#6ad088
#886ad0

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

#d0886a
#7fd06a
#6ab2d0
#bb6ad0

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

#d0886a
#6ab2d0
#6a7fd0
#d0bb6a

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

#d0886a Color Code Preview on Black Background Color

This is how #d0886a Color will look on black background color. Color contrast ratio is 7.41

#d0886a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0886a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0886a

#d0886a color code is use for CSS Background Color

Background color for the above div is #d0886a

HTML with inline CSS

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

#d0886a color code is use for CSS Border Color

CSS Border color for the above div is #d0886a

HTML with inline CSS

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

CSS Border Left color for the above div is #d0886a

HTML with inline CSS

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

CSS Border Right color for the above div is #d0886a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d0886a

HTML with inline CSS

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

CSS Border Top color for the above div is #d0886a

HTML with inline CSS

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

#d0886a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d0886a Color code Preview on White Background

This is how #d0886a Color code will look on white background color. Color contrast ratio is 2.83

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(208,136,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,178,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,136,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.