crispedge.com

Color picker

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

#d5c999 hex color - Yellow - Warm color - Information

#d5c999 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #d5c999 Color code in RGB color code model is created after adding 83.53% red color, 78.82% green color and 60% blue color. Hex #d5c999 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 28% yellow and 16% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Coded5c999#d5c999
RGB Decimal213, 201, 153rgb(213, 201, 153)
RGB Percent84%, 79%, 60%rgb(84%, 79%, 60%)
CSS RGBa213, 201, 153,1rgba(213,201,153,1)
CMYK Modelcmyk(0%,6%,28%,16%)
HSL Color Space48,42% ,72%hsl(48,42% ,72%)
HSV Color Space48°, 28%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101011100100110011001
Octal325311231
Decimal213201153
Hexd5c999

Different shades of #d5c999 color code.

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

Light Shade of #d5c999
#e4dcbd
Dark Shade of #d5c999
#c6b675
Saturated Shade of #d5c999
#dccd92
Desaturated Shade of #d5c999
#cec5a0
Grey scale Shade of #d5c999
#b7b7b7
Brighten Shade
#eee2b2
Most Readable Shade
#000000

Shades of #d5c999 color code

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

#d5c999
#bdb288
#a59c77
#8e8666
#766f55
#5e5944
#474333
#2f2c22
#171611
#000000

Similar Color like #d5c999 color

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

#d6ca9a
#d7cb9b
#d8cc9c
#d9cd9d
#dace9e
#dbcf9f
#dcd0a0
#ddd1a1
#ded2a2
#dfd3a3
#e0d4a4
#e1d5a5
#e2d6a6
#e3d7a7
#d4c898
#d3c797
#d2c696
#d1c595
#d0c494
#cfc393
#cec292
#cdc191
#ccc090
#cbbf8f
#cabe8e
#c9bd8d
#c8bc8c
#c7bb8b

Monochromatic Color with #d5c999

#d5c999
#000000
#2b291f
#55513d
#80795c
#aaa17a

Tints of #d5c999 Color

#d5c999
#d9cfa4
#ded5af
#e3dbbb
#e7e1c6
#ece7d1
#f1eddd
#f5f3e8
#faf9f3
#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

#d5c999
#99a5d5

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

Split Complementary

#d5c999
#99c3d5
#ab99d5

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

Analogous Color

#d5b199
#d5bd99
#d5c999
#d5d599
#c9d599

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

#d5c999
#99d5c9
#c999d5

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

#d5c999
#99d5ab
#99a5d5
#d599c3

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

#d5c999
#99a5d5
#ab99d5
#c3d599

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

#d5c999 Color Code Preview on Black Background Color

This is how #d5c999 Color will look on black background color. Color contrast ratio is 12.64

#d5c999 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5c999

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5c999

#d5c999 color code is use for CSS Background Color

Background color for the above div is #d5c999

HTML with inline CSS

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

#d5c999 color code is use for CSS Border Color

CSS Border color for the above div is #d5c999

HTML with inline CSS

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

CSS Border Left color for the above div is #d5c999

HTML with inline CSS

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

CSS Border Right color for the above div is #d5c999

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d5c999

HTML with inline CSS

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

CSS Border Top color for the above div is #d5c999

HTML with inline CSS

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

#d5c999 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d5c999 Color code Preview on White Background

This is how #d5c999 Color code will look on white background color. Color contrast ratio is 1.66

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.