COLOR #DF6659

HEX: #DF6659
RGB: (223,102,89)

Color info

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

RGB color model

#DF6659 color RGB value is (223,102,89).

  • red value is 223;
  • green value is 102;
  • blue value is 89.
RGB:
(223,102,89)
(87%,40%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 102 of 255 = 40%
B 89 of 255 = 35%

223
102
89

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

Portions of RGB colors in percentages

R + G + B =
223 + 102 + 89 = 414 (100%)
R 223 of 414 ~ 53.86%
G 102 of 414 ~ 24.64%
B 89 of 414 ~ 21.5%

%53.86
%24.64
%21.5

CMYK color model

#DF6659 color CMYK value is (0,54,60,13).

  • cyan value is 0.00%
  • magenta value is 54.26%
  • yellow value is 60.09%
  • key color value is 12.55%
CMYK:
(0,54,60,13)
C0M54Y60K13 
(0%,54%,60%,13%)
(0.00/0.54/0.60/0.13)	

CMYK percentages

%0
%54.26
%60.09
%12.55

Codes

Color #DF6659 in popluar color models

DF6659
RGB22310289
HSL67.68%61.18%
HSB/HSV60.09%87.45%
CMYK0.00%54.26%60.09%
12.55%

Color #DF6659 in popluar number systems.

HEXDF6659
Decimal22310289
Binary1101111111001101011001
Octal337146131

Shades and tints

Shades of #DF6659

#DF6659
(223,102,89)
#CB5D51
(203,93,81)
#B75449
(183,84,73)
#A34B41
(163,75,65)
#8F4239
(143,66,57)
#7B3931
(123,57,49)
#673029
(103,48,41)
#532721
(83,39,33)
#3F1E19
(63,30,25)
#2B1511
(43,21,17)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #DF6659

#DF6659
(223,102,89)
#E17368
(225,115,104)
#E38077
(227,128,119)
#E58D86
(229,141,134)
#E79A95
(231,154,149)
#E9A7A4
(233,167,164)
#EBB4B3
(235,180,179)
#EDC1C2
(237,193,194)
#EFCED1
(239,206,209)
#F1DBE0
(241,219,224)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6659 color. Also use rgb(223,102,89) instead hex code.

Text Font Color

.myTextColor { color: #DF6659; }

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

This text font color is #DF6659.


Background Color

.myBgColor { background-color: #DF6659; }

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

This div background color is #DF6659.


Border color

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

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

This div border color is #DF6659.


Opacity

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

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

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

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

This text has shadow with #DF6659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6659 on black background.


Color preview on white background

This text has color #DF6659 on white background.



Black color preview on #DF6659 background

This text has black color on #DF6659 background.


White color preview on #DF6659 background

This text has white color on #DF6659 background.