crispedge.com

Color picker

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

#d8ad6c hex color - Yellow - Warm color - Information

#d8ad6c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #d8ad6c Color code in RGB color code model is created after adding 84.71% red color, 67.84% green color and 42.35% blue color. Hex #d8ad6c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 50% yellow and 15% black.

Hex #d8ad6c color code is between #ddaa66 web safe hex color code and #ccbb77 web safe hex color code. #ddaa66 is the nearest web safe color code. You can see here many more shades of #d8ad6c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded8ad6c#d8ad6c
RGB Decimal216, 173, 108rgb(216, 173, 108)
RGB Percent85%, 68%, 42%rgb(85%, 68%, 42%)
CSS RGBa216, 173, 108,1rgba(216,173,108,1)
CMYK Modelcmyk(0%,20%,50%,15%)
HSL Color Space36,58% ,64%hsl(36,58% ,64%)
HSV Color Space36°, 50%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110001010110101101100
Octal330255154
Decimal216173108
Hexd8ad6c

Different shades of #d8ad6c color code.

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

Light Shade of #d8ad6c
#e3c394
Dark Shade of #d8ad6c
#cd9644
Saturated Shade of #d8ad6c
#e1af63
Desaturated Shade of #d8ad6c
#cfab75
Grey scale Shade of #d8ad6c
#a2a2a2
Brighten Shade
#f1c685
Most Readable Shade
#000000

Shades of #d8ad6c color code

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

#d8ad6c
#c09960
#a88654
#907348
#78603c
#604c30
#483924
#302618
#18130c
#000000

Similar Color like #d8ad6c color

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

#d9ae6d
#daaf6e
#dbb06f
#dcb170
#ddb271
#deb372
#dfb473
#e0b574
#e1b675
#e2b776
#e3b877
#e4b978
#e5ba79
#e6bb7a
#d7ac6b
#d6ab6a
#d5aa69
#d4a968
#d3a867
#d2a766
#d1a665
#d0a564
#cfa463
#cea362
#cda261
#cca160
#cba05f
#ca9f5e

Monochromatic Color with #d8ad6c

#d8ad6c
#030302
#2e2517
#58472c
#836941
#ad8b57

Tints of #d8ad6c Color

#d8ad6c
#dcb67c
#e0bf8c
#e5c89d
#e9d1ad
#eddabd
#f2e3ce
#f6ecde
#faf5ee
#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

#d8ad6c
#6c97d8

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

Split Complementary

#d8ad6c
#6ccdd8
#776cd8

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

Analogous Color

#d8826c
#d8976c
#d8ad6c
#d8c36c
#d8d86c

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

#d8ad6c
#6cd8ad
#ad6cd8

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

#d8ad6c
#6cd877
#6c97d8
#d86ccd

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

#d8ad6c
#6c97d8
#776cd8
#cdd86c

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

#d8ad6c Color Code Preview on Black Background Color

This is how #d8ad6c Color will look on black background color. Color contrast ratio is 10.11

#d8ad6c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d8ad6c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d8ad6c

#d8ad6c color code is use for CSS Background Color

Background color for the above div is #d8ad6c

HTML with inline CSS

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

#d8ad6c color code is use for CSS Border Color

CSS Border color for the above div is #d8ad6c

HTML with inline CSS

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

CSS Border Left color for the above div is #d8ad6c

HTML with inline CSS

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

CSS Border Right color for the above div is #d8ad6c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d8ad6c

HTML with inline CSS

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

CSS Border Top color for the above div is #d8ad6c

HTML with inline CSS

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

#d8ad6c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d8ad6c Color code Preview on White Background

This is how #d8ad6c Color code will look on white background color. Color contrast ratio is 2.08

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

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.