COLOR #DF6B58

HEX: #DF6B58
RGB: (223,107,88)

Color info

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

RGB color model

#DF6B58 color RGB value is (223,107,88).

  • red value is 223;
  • green value is 107;
  • blue value is 88.
RGB:
(223,107,88)
(87%,42%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 107 of 255 = 42%
B 88 of 255 = 35%

223
107
88

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

Portions of RGB colors in percentages

R + G + B =
223 + 107 + 88 = 418 (100%)
R 223 of 418 ~ 53.35%
G 107 of 418 ~ 25.6%
B 88 of 418 ~ 21.05%

%53.35
%25.6
%21.05

CMYK color model

#DF6B58 color CMYK value is (0,52,61,13).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 60.54%
  • key color value is 12.55%
CMYK:
(0,52,61,13)
C0M52Y61K13 
(0%,52%,61%,13%)
(0.00/0.52/0.61/0.13)	

CMYK percentages

%0
%52.02
%60.54
%12.55

Codes

Color #DF6B58 in popluar color models

DF6B58
RGB22310788
HSL67.84%60.98%
HSB/HSV60.54%87.45%
CMYK0.00%52.02%60.54%
12.55%

Color #DF6B58 in popluar number systems.

HEXDF6B58
Decimal22310788
Binary1101111111010111011000
Octal337153130

Shades and tints

Shades of #DF6B58

#DF6B58
(223,107,88)
#CB6250
(203,98,80)
#B75948
(183,89,72)
#A35040
(163,80,64)
#8F4738
(143,71,56)
#7B3E30
(123,62,48)
#673528
(103,53,40)
#532C20
(83,44,32)
#3F2318
(63,35,24)
#2B1A10
(43,26,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #DF6B58

#DF6B58
(223,107,88)
#E17867
(225,120,103)
#E38576
(227,133,118)
#E59285
(229,146,133)
#E79F94
(231,159,148)
#E9ACA3
(233,172,163)
#EBB9B2
(235,185,178)
#EDC6C1
(237,198,193)
#EFD3D0
(239,211,208)
#F1E0DF
(241,224,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6B58 color. Also use rgb(223,107,88) instead hex code.

Text Font Color

.myTextColor { color: #DF6B58; }

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

This text font color is #DF6B58.


Background Color

.myBgColor { background-color: #DF6B58; }

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

This div background color is #DF6B58.


Border color

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

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

This div border color is #DF6B58.


Opacity

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

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

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

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

This text has shadow with #DF6B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6B58 on black background.


Color preview on white background

This text has color #DF6B58 on white background.



Black color preview on #DF6B58 background

This text has black color on #DF6B58 background.


White color preview on #DF6B58 background

This text has white color on #DF6B58 background.