crispedge.com

Color picker

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

#ddc75b hex color - Duck Butter - Yellow - Warm color - Information

#ddc75b hex color - Duck Butter - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ddc75b Color Code is also known as Duck Butter color.

Hex #ddc75b Color code in RGB color code model is created after adding 86.67% red color, 78.04% green color and 35.69% blue color. Hex #ddc75b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 59% yellow and 13% black.

Hex #ddc75b color code is between #cccc55 web safe hex color code and #eebb66 web safe hex color code. #cccc55 is the nearest web safe color code. You can see here many more shades of #ddc75b color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeddc75b#ddc75b
RGB Decimal221, 199, 91rgb(221, 199, 91)
RGB Percent87%, 78%, 36%rgb(87%, 78%, 36%)
CSS RGBa221, 199, 91,1rgba(221,199,91,1)
CMYK Modelcmyk(0%,10%,59%,13%)
HSL Color Space50,66% ,61%hsl(50,66% ,61%)
HSV Color Space50°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100011101011011
Octal335307133
Decimal22119991
Hexddc75b

Different shades of #ddc75b color code.

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

Light Shade of #ddc75b
#e6d585
Dark Shade of #ddc75b
#d4b931
Saturated Shade of #ddc75b
#e7ce51
Desaturated Shade of #ddc75b
#d3c065
Grey scale Shade of #ddc75b
#9c9c9c
Brighten Shade
#f6e074
Most Readable Shade
#000000

Shades of #ddc75b color code

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

#ddc75b
#c4b050
#ab9a46
#93843c
#7a6e32
#625828
#49421e
#312c14
#18160a
#000000

Similar Color like #ddc75b color

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

#dec85c
#dfc95d
#e0ca5e
#e1cb5f
#e2cc60
#e3cd61
#e4ce62
#e5cf63
#e6d064
#e7d165
#e8d266
#e9d367
#ead468
#ebd569
#dcc65a
#dbc559
#dac458
#d9c357
#d8c256
#d7c155
#d6c054
#d5bf53
#d4be52
#d3bd51
#d2bc50
#d1bb4f
#d0ba4e
#cfb94d

Monochromatic Color with #ddc75b

#ddc75b
#080803
#332e15
#5d5426
#887a38
#b3a14a

Tints of #ddc75b Color

#ddc75b
#e0cd6d
#e4d37f
#e8d991
#ecdfa3
#efe6b6
#f3ecc8
#f7f2da
#fbf8ec
#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

#ddc75b
#5b71dd

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

Split Complementary

#ddc75b
#5bb2dd
#865bdd

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

Analogous Color

#dd935b
#ddad5b
#ddc75b
#d9dd5b
#bfdd5b

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

#ddc75b
#5bddc7
#c75bdd

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

#ddc75b
#5bdd86
#5b71dd
#dd5bb2

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

#ddc75b
#5b71dd
#865bdd
#b2dd5b

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

#ddc75b Color Code Preview on Black Background Color

This is how #ddc75b Color will look on black background color. Color contrast ratio is 12.39

#ddc75b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc75b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc75b

#ddc75b color code is use for CSS Background Color

Background color for the above div is #ddc75b

HTML with inline CSS

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

#ddc75b color code is use for CSS Border Color

CSS Border color for the above div is #ddc75b

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc75b

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc75b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc75b

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc75b

HTML with inline CSS

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

#ddc75b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc75b Color code Preview on White Background

This is how #ddc75b Color code will look on white background color. Color contrast ratio is 1.69

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.