COLOR #DC6155

HEX: #DC6155
RGB: (220,97,85)

Color info

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

RGB color model

#DC6155 color RGB value is (220,97,85).

  • red value is 220;
  • green value is 97;
  • blue value is 85.
RGB:
(220,97,85)
(86%,38%,33%)

RGB channels and saturation

R 220 of 255 = 86%
G 97 of 255 = 38%
B 85 of 255 = 33%

220
97
85

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

Portions of RGB colors in percentages

R + G + B =
220 + 97 + 85 = 402 (100%)
R 220 of 402 ~ 54.73%
G 97 of 402 ~ 24.13%
B 85 of 402 ~ 21.14%

%54.73
%24.13
%21.14

CMYK color model

#DC6155 color CMYK value is (0,56,61,14).

  • cyan value is 0.00%
  • magenta value is 55.91%
  • yellow value is 61.36%
  • key color value is 13.73%
CMYK:
(0,56,61,14)
C0M56Y61K14 
(0%,56%,61%,14%)
(0.00/0.56/0.61/0.14)	

CMYK percentages

%0
%55.91
%61.36
%13.73

Codes

Color #DC6155 in popluar color models

DC6155
RGB2209785
HSL65.85%59.80%
HSB/HSV61.36%86.27%
CMYK0.00%55.91%61.36%
13.73%

Color #DC6155 in popluar number systems.

HEXDC6155
Decimal2209785
Binary1101110011000011010101
Octal334141125

Shades and tints

Shades of #DC6155

#DC6155
(220,97,85)
#C8594E
(200,89,78)
#B45147
(180,81,71)
#A04940
(160,73,64)
#8C4139
(140,65,57)
#783932
(120,57,50)
#64312B
(100,49,43)
#502924
(80,41,36)
#3C211D
(60,33,29)
#281916
(40,25,22)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #DC6155

#DC6155
(220,97,85)
#DF6F64
(223,111,100)
#E27D73
(226,125,115)
#E58B82
(229,139,130)
#E89991
(232,153,145)
#EBA7A0
(235,167,160)
#EEB5AF
(238,181,175)
#F1C3BE
(241,195,190)
#F4D1CD
(244,209,205)
#F7DFDC
(247,223,220)
#FAEDEB
(250,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6155 color. Also use rgb(220,97,85) instead hex code.

Text Font Color

.myTextColor { color: #DC6155; }

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

This text font color is #DC6155.


Background Color

.myBgColor { background-color: #DC6155; }

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

This div background color is #DC6155.


Border color

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

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

This div border color is #DC6155.


Opacity

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

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

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

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

This text has shadow with #DC6155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6155 on black background.


Color preview on white background

This text has color #DC6155 on white background.



Black color preview on #DC6155 background

This text has black color on #DC6155 background.


White color preview on #DC6155 background

This text has white color on #DC6155 background.