Skip to main content Skip to docs navigation

#dcdd00 hex color | Download Dark Yellow BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Golden Gun and its hex is #DDDD00 Nearest Color Name

Color Hue/Base color: Yellow

Hex #dcdd00 Color code in RGB color code model is created after adding 86.27% red color, 86.67% green color and 0% blue color. Hex #dcdd00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 100% yellow and 13.33% black.

Hex #dcdd00 color code is between #ddcc00 web safe hex color code and #ccee00 web safe hex color code. #ddcc00 is the nearest web safe color code. You can see here many more shades of #dcdd00 color code.

RGB Chart

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

Color Table

Hex Color Code dcdd00 #dcdd00
RGB Decimal 220, 221, 0 220, 221, 0
RGB Percent 86%, 87%, 0% rgb(86%, 87%, 0%)
CSS RGBa 220, 221, 0,1 rgba(220,221,0,1)
CMYK Model cmyk(0%,0%,100%,13.33%)
HSL Color Space 60,100% ,43% hsl(60,100% ,43%)
HSV Color Space 60°, 100%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 11011101 00000000
Octal 334 335 0
Decimal 220 221 0
Hex dc dd 00

Different shades of #dcdd00 color code.

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

Darkest of #dcdd00
#444400
Darker of #dcdd00
#767700
Dark of #dcdd00
#a9aa00
Base of #dcdd00
#dcdd00
Light of #dcdd00
#feff11
Lighter
#feff44
Lightest
#feff77

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

#dcdd00
#0100dd

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

Split Complementary

#dcdd00
#006ddd
#6f00dd

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

Analogous Color

#dd5d00
#dd8200
#dcdd00
#92dd00
#36dd00

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

#dcdd00
#dd00dc
#00dcdd

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

#dcdd00
#00dcdd
#0100dd
#dd0100

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#dcdd00
#00dd6f
#0100dd
#dd006d

Square 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).

Monochromatic Color with #dcdd00

#111100
#444400
#767700
#a9aa00
#dcdd00
#feff11
#feff44
#feff77
#ffffaa

Tints of #dcdd00 Color

#dcdd00
#dfe01c
#e3e438
#e7e855
#ebec71
#efef8d
#f3f3aa
#f7f7c6
#fbfbe2
#ffffff

Shades of #dcdd00 color code

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

#dcdd00
#c3c400
#abab00
#929300
#7a7a00
#616200
#494900
#303100
#181800
#000000

Tones

#dcdd00
#c6c716
#b0b12c
#9a9b42
#848558

Tones

Similar Color like #dcdd00 color

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

#ddde01
#dedf02
#dfe003
#e0e104
#e1e205
#e2e306
#e3e407
#e4e508
#e5e609
#e6e70a
#e7e80b
#e8e90c
#e9ea0d
#eaeb0e
#dbdc00
#dadb00
#d9da00
#d8d900
#d7d800
#d6d700
#d5d600
#d4d500
#d3d400
#d2d300
#d1d200
#d0d100
#cfd000
#cecf00

Download this Dark Yellow

Hex #dcdd00 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.

#dcdd00 Color Code Preview on Black Background Color

This is how #dcdd00 Color will look on black background color. Color contrast ratio is 14.39

#dcdd00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcdd00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcdd00

#dcdd00 color code is use for CSS Background Color

Background color for the above div is #dcdd00

HTML with inline CSS

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

#dcdd00 color code is use for CSS Border Color

CSS Border color for the above div is #dcdd00

HTML with inline CSS

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

CSS Border Left color for the above div is #dcdd00

HTML with inline CSS

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

CSS Border Right color for the above div is #dcdd00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcdd00

HTML with inline CSS

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

CSS Border Top color for the above div is #dcdd00

HTML with inline CSS

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

#dcdd00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcdd00 Color code Preview on White Background

This is how #dcdd00 Color code will look on white background color. Color contrast ratio is 1.46

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(220,221,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,0,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,221,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }