COLOR #DF6C5E

HEX: #DF6C5E RGB: (223,108,94)

Color info

#DF6C5E contains mainly red color. Web safe color of #DF6C5E is #CC6666 (or #C66).

RGB color model

#DF6C5E color RGB value is (223,108,94).

RGB: (223,108,94) (87%, 42%, 37%)

RGB channels and saturation

R 223 of 255 = 87%
G 108 of 255 = 42%
B 94 of 255 = 37%

223
108
94

R + G + B ~ 55%. #DF6C5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 223 + 108 + 94 = 425 (100%)
R 223 of 425 ~ 52.47%
G 108 of 425 ~ 25.41%
B 94 of 425 ~ 22.12'%

%52.47
%25.41
%22.12

CMYK color model

#DF6C5E color CMYK value is (0,52,58,13).

  • cyan value is 0.00%
  • magenta value is 51.57%
  • yellow value is 57.85%
  • key color value is 12.55%

CMYK: (0,52,58,13)
C0M52Y58K13 (0%, 52%, 58%, 13%)
(0.00 / 0.52 / 0.58 / 0.13)

CMYK percentages

%0
%51.57
%57.85
%12.55

Codes

Color #DF6C5E in popluar color models

DF 6C 5E
RGB 223 108 94
HSL 66.84% 62.16%
HSB/HSV 57.85% 87.45%
CMYK 0.00% 51.57% 57.85%
12.55%

Color #DF6C5E in popluar number systems.

HEX DF 6C 5E
Decimal 223 108 94
Binary 11011111 1101100 1011110
Octal 337 154 136

Shades and tints

Shades of #DF6C5E

#DF6C5E
(223,108,94)
#CB6356
(203,99,86)
#B75A4E
(183,90,78)
#A35146
(163,81,70)
#8F483E
(143,72,62)
#7B3F36
(123,63,54)
#67362E
(103,54,46)
#532D26
(83,45,38)
#3F241E
(63,36,30)
#2B1B16
(43,27,22)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #DF6C5E

#DF6C5E
(223,108,94)
#E1796C
(225,121,108)
#E3867A
(227,134,122)
#E59388
(229,147,136)
#E7A096
(231,160,150)
#E9ADA4
(233,173,164)
#EBBAB2
(235,186,178)
#EDC7C0
(237,199,192)
#EFD4CE
(239,212,206)
#F1E1DC
(241,225,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6C5E color. Also use rgb(223,108,94) instead hex code.

Text Font Color

.myTextColor { color: #DF6C5E; }

<p style="color:#DF6C5E">This sample text font color is #DF6C5E.</p>

This text font color is #DF6C5E.

Background Color

.myBgColor { background-color: #DF6C5E; }

<div style="background-color:#DF6C5E">Inner text</div>

This div background color is #DF6C5E.

Border color

.myBorderColor { border: 1px solid #DF6C5E; }

<div style="border:3px solid #DF6C5E">Div</div>

This div border color is #DF6C5E.

Opacity

.myOpacity80 { color: #DF6C5E; opacity: 0.8; }

<p style="color:#DF6C5E;opacity:0.8;">80%</p>

Text with #DF6C5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DF6C5E;}

<p style="text-shadow: 3px 3px 1px #DF6C5E">Text here.</p>

This text has shadow with #DF6C5E color.


.textShadow {text-shadow: 3px 3px 1px #DF6C5E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DF6C5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #DF6C5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DF6C5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DF6C5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #DF6C5E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DF6C5E;
-webkit-box-shadow: 1px 1px 3px 2px #DF6C5E;
box-shadow: 1px 1px 3px 2px #DF6C5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DF6C5E; -webkit-box-shadow: 1px 1px 3px 2px #DF6C5E; box-shadow:1px 1px 3px 2px #DF6C5E;">
Div content here
</div>

This div box has shadow with color #DF6C5E.

Preview

Color preview on black background

This text has color #DF6C5E on black background.


Color preview on white background

This text has color #DF6C5E on white background.


Black color preview on #DF6C5E background

This text has black color on #DF6C5E background.


White color preview on #DF6C5E background

This text has white color on #DF6C5E background.


Related colors

Complementary color

Complementary color for #hex is #2093A1.


I love getcolorcode.com

Triadic colors

1 #5EDF6C and #6C5EDF with #DF6C5E are triadic colors.

2 #5E6CDF and #6CDF5E with #DF6C5E are triadic colors.