crispedge.com

Color picker

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

#d38700 hex color - Orange - Warm color - Information

#d38700 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #d38700 Color code in RGB color code model is created after adding 82.75% red color, 52.94% green color and 0% blue color. Hex #d38700 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 100% yellow and 17% black.

Hex #d38700 color code is between #cc8800 web safe hex color code and #dd7700 web safe hex color code. #cc8800 is the nearest web safe color code. You can see here many more shades of #d38700 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Coded38700#d38700
RGB Decimal211, 135, 0rgb(211, 135, 0)
RGB Percent83%, 53%, 0%rgb(83%, 53%, 0%)
CSS RGBa211, 135, 0,1rgba(211,135,0,1)
CMYK Modelcmyk(0%,36%,100%,17%)
HSL Color Space38,100% ,41%hsl(38,100% ,41%)
HSV Color Space38°, 100%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100111000011100000000
Octal3232070
Decimal2111350
Hexd38700

Different shades of #d38700 color code.

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

Light Shade of #d38700
#ffa607
Dark Shade of #d38700
#a06600
Saturated Shade of #d38700
#d38700
Desaturated Shade of #d38700
#c8840b
Grey scale Shade of #d38700
#696969
Brighten Shade
#eca019
Most Readable Shade
#000000

Shades of #d38700 color code

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

#d38700
#bb7800
#a46900
#8c5a00
#754b00
#5d3c00
#462d00
#2e1e00
#170f00
#000000

Similar Color like #d38700 color

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

#d48801
#d58902
#d68a03
#d78b04
#d88c05
#d98d06
#da8e07
#db8f08
#dc9009
#dd910a
#de920b
#df930c
#e0940d
#e1950e
#d28600
#d18500
#d08400
#cf8300
#ce8200
#cd8100
#cc8000
#cb7f00
#ca7e00
#c97d00
#c87c00
#c77b00
#c67a00
#c57900

Monochromatic Color with #d38700

#d38700
#fda200
#291a00
#533500
#7e5100
#a86c00

Tints of #d38700 Color

#d38700
#d7941c
#dca138
#e1af55
#e6bc71
#ebc98d
#f0d7aa
#f5e4c6
#faf1e2
#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

#d38700
#004cd3

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

Split Complementary

#d38700
#00b5d3
#1e00d3

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

Analogous Color

#d33300
#d35d00
#d38700
#d3b100
#cbd300

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

#d38700
#00d387
#8700d3

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

#d38700
#00d31d
#004cd3
#d300b5

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

#d38700
#004cd3
#1e00d3
#b6d300

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

#d38700 Color Code Preview on Black Background Color

This is how #d38700 Color will look on black background color. Color contrast ratio is 7.24

#d38700 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d38700

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d38700

#d38700 color code is use for CSS Background Color

Background color for the above div is #d38700

HTML with inline CSS

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

#d38700 color code is use for CSS Border Color

CSS Border color for the above div is #d38700

HTML with inline CSS

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

CSS Border Left color for the above div is #d38700

HTML with inline CSS

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

CSS Border Right color for the above div is #d38700

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d38700

HTML with inline CSS

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

CSS Border Top color for the above div is #d38700

HTML with inline CSS

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

#d38700 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d38700 Color code Preview on White Background

This is how #d38700 Color code will look on white background color. Color contrast ratio is 2.90

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

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.