Skip to main content Skip to docs navigation

#dee70f hex color | Download Dark Green 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 Chandelier and its hex is #DDDD11 Nearest Color Name

Color Hue/Base color: Green

Hex #dee70f Color code in RGB color code model is created after adding 87.06% red color, 90.59% green color and 5.88% blue color. Hex #dee70f Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 94% yellow and 9.41% black.

Hex #dee70f color code is between #ddee11 web safe hex color code and #eedd00 web safe hex color code. #ddee11 is the nearest web safe color code. You can see here many more shades of #dee70f color code.

RGB Chart

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

Color Table

Hex Color Code dee70f #dee70f
RGB Decimal 222, 231, 15 222, 231, 15
RGB Percent 87%, 91%, 6% rgb(87%, 91%, 6%)
CSS RGBa 222, 231, 15,1 rgba(222,231,15,1)
CMYK Model cmyk(4%,0%,94%,9.41%)
HSL Color Space 62,88% ,48% hsl(62,88% ,48%)
HSV Color Space 62°, 94%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 11100111 00001111
Octal 336 347 17
Decimal 222 231 15
Hex de e7 0f

Different shades of #dee70f color code.

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

Darkest of #dee70f
#545706
Darker of #dee70f
#828709
Dark of #dee70f
#b0b70c
Base of #dee70f
#dee70f
Light of #dee70f
#eaf237
Lighter
#eff567
Lightest
#f4f897

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

#dee70f
#180fe7

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

Split Complementary

#dee70f
#0f72e7
#840fe7

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

Analogous Color

#e7720f
#e7960f
#dee70f
#96e70f
#3ce70f

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

#dee70f
#e70fde
#0fdee7

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

#dee70f
#0fdee7
#180fe7
#e7180f

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

#dee70f
#0fe784
#180fe7
#e70f72

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 #dee70f

#262703
#545706
#828709
#b0b70c
#dee70f
#eaf237
#eff567
#f4f897
#f9fbc7

Tints of #dee70f Color

#dee70f
#e1e929
#e5ec44
#e9ef5f
#ecf179
#f0f494
#f4f7af
#f7f9c9
#fbfce4
#ffffff

Shades of #dee70f color code

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

#dee70f
#c5cd0d
#acb30b
#949a0a
#7b8008
#626606
#4a4d05
#313303
#181901
#000000

Tones

#dee70f
#c7ce28
#b1b640
#9a9d59
#848571

Tones

Similar Color like #dee70f color

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

#dfe810
#e0e911
#e1ea12
#e2eb13
#e3ec14
#e4ed15
#e5ee16
#e6ef17
#e7f018
#e8f119
#e9f21a
#eaf31b
#ebf41c
#ecf51d
#dde60e
#dce50d
#dbe40c
#dae30b
#d9e20a
#d8e109
#d7e008
#d6df07
#d5de06
#d4dd05
#d3dc04
#d2db03
#d1da02
#d0d901

Download this Dark Green

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

#dee70f Color Code Preview on Black Background Color

This is how #dee70f Color will look on black background color. Color contrast ratio is 15.54

#dee70f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dee70f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dee70f

#dee70f color code is use for CSS Background Color

Background color for the above div is #dee70f

HTML with inline CSS

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

#dee70f color code is use for CSS Border Color

CSS Border color for the above div is #dee70f

HTML with inline CSS

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

CSS Border Left color for the above div is #dee70f

HTML with inline CSS

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

CSS Border Right color for the above div is #dee70f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dee70f

HTML with inline CSS

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

CSS Border Top color for the above div is #dee70f

HTML with inline CSS

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

#dee70f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dee70f Color code Preview on White Background

This is how #dee70f Color code will look on white background color. Color contrast ratio is 1.35

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

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(222,231,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,15,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,231,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }