crispedge.com

Color picker

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

#de7229 hex color - Orange - Warm color - Information

#de7229 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #de7229 Color code in RGB color code model is created after adding 87.06% red color, 44.71% green color and 16.08% blue color. Hex #de7229 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 82% yellow and 13% black.

Hex #de7229 color code is between #dd7722 web safe hex color code and #ee6633 web safe hex color code. #dd7722 is the nearest web safe color code. You can see here many more shades of #de7229 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codede7229#de7229
RGB Decimal222, 114, 41rgb(222, 114, 41)
RGB Percent87%, 45%, 16%rgb(87%, 45%, 16%)
CSS RGBa222, 114, 41,1rgba(222,114,41,1)
CMYK Modelcmyk(0%,49%,82%,13%)
HSL Color Space24,73% ,52%hsl(24,73% ,52%)
HSV Color Space24°, 82%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100111001000101001
Octal33616251
Decimal22211441
Hexde7229

Different shades of #de7229 color code.

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

Light Shade of #de7229
#e58f55
Dark Shade of #de7229
#b85b1c
Saturated Shade of #de7229
#ea701d
Desaturated Shade of #de7229
#d27435
Grey scale Shade of #de7229
#838383
Brighten Shade
#f78b42
Most Readable Shade
#000000

Shades of #de7229 color code

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

#de7229
#c56524
#ac581f
#944c1b
#7b3f16
#623212
#4a260d
#311909
#180c04
#000000

Similar Color like #de7229 color

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

#df732a
#e0742b
#e1752c
#e2762d
#e3772e
#e4782f
#e57930
#e67a31
#e77b32
#e87c33
#e97d34
#ea7e35
#eb7f36
#ec8037
#dd7128
#dc7027
#db6f26
#da6e25
#d96d24
#d86c23
#d76b22
#d66a21
#d56920
#d4681f
#d3671e
#d2661d
#d1651c
#d0641b

Monochromatic Color with #de7229

#de7229
#090502
#341b0a
#5e3111
#894619
#b35c21

Tints of #de7229 Color

#de7229
#e18140
#e59158
#e9a170
#ecb088
#f0c09f
#f4d0b7
#f7dfcf
#fbefe7
#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

#de7229
#2995de

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

Split Complementary

#de7229
#29decc
#293bde

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

Analogous Color

#de2a29
#de4e29
#de7229
#de9629
#deba29

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

#de7229
#29de72
#7229de

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

#de7229
#3ade29
#2995de
#cc29de

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

#de7229
#2995de
#293bde
#decc29

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

#de7229 Color Code Preview on Black Background Color

This is how #de7229 Color will look on black background color. Color contrast ratio is 6.54

#de7229 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de7229

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de7229

#de7229 color code is use for CSS Background Color

Background color for the above div is #de7229

HTML with inline CSS

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

#de7229 color code is use for CSS Border Color

CSS Border color for the above div is #de7229

HTML with inline CSS

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

CSS Border Left color for the above div is #de7229

HTML with inline CSS

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

CSS Border Right color for the above div is #de7229

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de7229

HTML with inline CSS

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

CSS Border Top color for the above div is #de7229

HTML with inline CSS

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

#de7229 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de7229 Color code Preview on White Background

This is how #de7229 Color code will look on white background color. Color contrast ratio is 3.21

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.