crispedge.com

Color picker

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

#dbbb7f hex color - Yellow - Warm color - Information

#dbbb7f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dbbb7f Color code in RGB color code model is created after adding 85.88% red color, 73.33% green color and 49.8% blue color. Hex #dbbb7f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 42% yellow and 14% black.

Hex #dbbb7f color code is between #ddaa77 web safe hex color code and #cccc88 web safe hex color code. #ddaa77 is the nearest web safe color code. You can see here many more shades of #dbbb7f color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedbbb7f#dbbb7f
RGB Decimal219, 187, 127rgb(219, 187, 127)
RGB Percent86%, 73%, 50%rgb(86%, 73%, 50%)
CSS RGBa219, 187, 127,1rgba(219,187,127,1)
CMYK Modelcmyk(0%,15%,42%,14%)
HSL Color Space39,56% ,68%hsl(39,56% ,68%)
HSV Color Space39°, 42%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011101101111111
Octal333273177
Decimal219187127
Hexdbbb7f

Different shades of #dbbb7f color code.

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

Light Shade of #dbbb7f
#e6d0a7
Dark Shade of #dbbb7f
#d0a657
Saturated Shade of #dbbb7f
#e3bd77
Desaturated Shade of #dbbb7f
#d3b887
Grey scale Shade of #dbbb7f
#adadad
Brighten Shade
#f4d498
Most Readable Shade
#000000

Shades of #dbbb7f color code

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

#dbbb7f
#c2a670
#aa9162
#927c54
#796746
#615338
#493e2a
#30291c
#18140e
#000000

Similar Color like #dbbb7f color

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

#dcbc80
#ddbd81
#debe82
#dfbf83
#e0c084
#e1c185
#e2c286
#e3c387
#e4c488
#e5c589
#e6c68a
#e7c78b
#e8c88c
#e9c98d
#daba7e
#d9b97d
#d8b87c
#d7b77b
#d6b67a
#d5b579
#d4b478
#d3b377
#d2b276
#d1b175
#d0b074
#cfaf73
#ceae72
#cdad71

Monochromatic Color with #dbbb7f

#dbbb7f
#060604
#312a1c
#5b4e35
#86724e
#b09766

Tints of #dbbb7f Color

#dbbb7f
#dfc28d
#e3ca9b
#e7d1a9
#ebd9b7
#efe0c6
#f3e8d4
#f7efe2
#fbf7f0
#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

#dbbb7f
#7f9fdb

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

Split Complementary

#dbbb7f
#7fcddb
#8d7fdb

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

Analogous Color

#db967f
#dba97f
#dbbb7f
#dbcd7f
#d6db7f

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

#dbbb7f
#7fdbbb
#bb7fdb

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

#dbbb7f
#7fdb8d
#7f9fdb
#db7fcd

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

#dbbb7f
#7f9fdb
#8d7fdb
#cddb7f

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

#dbbb7f Color Code Preview on Black Background Color

This is how #dbbb7f Color will look on black background color. Color contrast ratio is 11.43

#dbbb7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbb7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbb7f

#dbbb7f color code is use for CSS Background Color

Background color for the above div is #dbbb7f

HTML with inline CSS

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

#dbbb7f color code is use for CSS Border Color

CSS Border color for the above div is #dbbb7f

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbb7f

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbb7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbb7f

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbb7f

HTML with inline CSS

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

#dbbb7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbb7f Color code Preview on White Background

This is how #dbbb7f Color code will look on white background color. Color contrast ratio is 1.84

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

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.