COLOR #DF685F

HEX: #DF685F
RGB: (223,104,95)

Color info

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

RGB color model

#DF685F color RGB value is (223,104,95).

  • red value is 223;
  • green value is 104;
  • blue value is 95.
RGB:
(223,104,95)
(87%,41%,37%)

RGB channels and saturation

R 223 of 255 = 87%
G 104 of 255 = 41%
B 95 of 255 = 37%

223
104
95

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

Portions of RGB colors in percentages

R + G + B =
223 + 104 + 95 = 422 (100%)
R 223 of 422 ~ 52.84%
G 104 of 422 ~ 24.64%
B 95 of 422 ~ 22.51%

%52.84
%24.64
%22.51

CMYK color model

#DF685F color CMYK value is (0,53,57,13).

  • cyan value is 0.00%
  • magenta value is 53.36%
  • yellow value is 57.40%
  • key color value is 12.55%
CMYK:
(0,53,57,13)
C0M53Y57K13 
(0%,53%,57%,13%)
(0.00/0.53/0.57/0.13)	

CMYK percentages

%0
%53.36
%57.4
%12.55

Codes

Color #DF685F in popluar color models

DF685F
RGB22310495
HSL66.67%62.35%
HSB/HSV57.40%87.45%
CMYK0.00%53.36%57.40%
12.55%

Color #DF685F in popluar number systems.

HEXDF685F
Decimal22310495
Binary1101111111010001011111
Octal337150137

Shades and tints

Shades of #DF685F

#DF685F
(223,104,95)
#CB5F57
(203,95,87)
#B7564F
(183,86,79)
#A34D47
(163,77,71)
#8F443F
(143,68,63)
#7B3B37
(123,59,55)
#67322F
(103,50,47)
#532927
(83,41,39)
#3F201F
(63,32,31)
#2B1717
(43,23,23)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #DF685F

#DF685F
(223,104,95)
#E1756D
(225,117,109)
#E3827B
(227,130,123)
#E58F89
(229,143,137)
#E79C97
(231,156,151)
#E9A9A5
(233,169,165)
#EBB6B3
(235,182,179)
#EDC3C1
(237,195,193)
#EFD0CF
(239,208,207)
#F1DDDD
(241,221,221)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF685F color. Also use rgb(223,104,95) instead hex code.

Text Font Color

.myTextColor { color: #DF685F; }

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

This text font color is #DF685F.


Background Color

.myBgColor { background-color: #DF685F; }

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

This div background color is #DF685F.


Border color

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

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

This div border color is #DF685F.


Opacity

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

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

Text with #DF685F 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 #DF685F;}

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

This text has shadow with #DF685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF685F on black background.


Color preview on white background

This text has color #DF685F on white background.



Black color preview on #DF685F background

This text has black color on #DF685F background.


White color preview on #DF685F background

This text has white color on #DF685F background.