@
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.

#d6533f hex color - Orange - Warm color - Information

#d6533f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #d6533f Color code in RGB color code model is created after adding 83.92% red color, 32.55% green color and 24.71% blue color. Hex #d6533f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 71% yellow and 16.08% black.

Hex #d6533f color code is between #dd5544 web safe hex color code and #cc4433 web safe hex color code. #dd5544 is the nearest web safe color code. You can see here many more shades of #d6533f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded6533f#d6533f
RGB Decimal214, 83, 63rgb(214, 83, 63)
RGB Percent84%, 33%, 25%rgb(84%, 33%, 25%)
CSS RGBa214, 83, 63,1rgba(214,83,63,1)
CMYK Modelcmyk(0%,61%,71%,16.08%)
HSL Color Space8,65% ,54%hsl(8,65% ,54%)
HSV Color Space8°, 71%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100101001100111111
Octal32612377
Decimal2148363
Hexd6533f

Different shades of #d6533f color code.

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

Light Shade of #d6533f
#df7969
Dark Shade of #d6533f
#ba3b28
Saturated Shade of #d6533f
#e24a33
Desaturated Shade of #d6533f
#ca5c4b
Grey scale Shade of #d6533f
#8a8a8a
Brighten Shade
#ef6c58
Most Readable Shade
#FFFFFF

Shades of #d6533f color code

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

#d6533f
#be4938
#a64031
#8e372a
#762e23
#5f241c
#471b15
#2f120e
#170907
#000000

Similar Color like #d6533f color

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

#d75440
#d85541
#d95642
#da5743
#db5844
#dc5945
#dd5a46
#de5b47
#df5c48
#e05d49
#e15e4a
#e25f4b
#e3604c
#e4614d
#d5523e
#d4513d
#d3503c
#d24f3b
#d14e3a
#d04d39
#cf4c38
#ce4b37
#cd4a36
#cc4935
#cb4834
#ca4733
#c94632
#c84531

Monochromatic Color with #d6533f

#d6533f
#010100
#2c110d
#562219
#813226
#ab4332

Tints of #d6533f Color

#d6533f
#da6654
#df7969
#e38c7f
#e89f94
#ecb2a9
#f1c5bf
#f5d8d4
#faebe9
#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

#d6533f
#3fc2d6

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

Split Complementary

#d6533f
#3fd69f
#3f77d6

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

Analogous Color

#d63f67
#d63f49
#d6533f
#d6713f
#d68f3f

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

#d6533f
#3fd653
#533fd6

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

#d6533f
#76d63f
#3fc2d6
#9e3fd6

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

#d6533f
#3fc2d6
#3f77d6
#d69f3f

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

#d6533f Color Code Preview on Black Background Color

This is how #d6533f Color will look on black background color. Color contrast ratio is 5.17

#d6533f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6533f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6533f

#d6533f color code is use for CSS Background Color

Background color for the above div is #d6533f

HTML with inline CSS

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

#d6533f color code is use for CSS Border Color

CSS Border color for the above div is #d6533f

HTML with inline CSS

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

CSS Border Left color for the above div is #d6533f

HTML with inline CSS

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

CSS Border Right color for the above div is #d6533f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6533f

HTML with inline CSS

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

CSS Border Top color for the above div is #d6533f

HTML with inline CSS

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

#d6533f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6533f Color code Preview on White Background

This is how #d6533f Color code will look on white background color. Color contrast ratio is 4.06

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(214,83,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,194,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,83,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.