COLOR #DC7164

HEX: #DC7164
RGB: (220,113,100)

Color info

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

RGB color model

#DC7164 color RGB value is (220,113,100).

  • red value is 220;
  • green value is 113;
  • blue value is 100.
RGB:
(220,113,100)
(86%,44%,39%)

RGB channels and saturation

R 220 of 255 = 86%
G 113 of 255 = 44%
B 100 of 255 = 39%

220
113
100

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

Portions of RGB colors in percentages

R + G + B =
220 + 113 + 100 = 433 (100%)
R 220 of 433 ~ 50.81%
G 113 of 433 ~ 26.1%
B 100 of 433 ~ 23.09%

%50.81
%26.1
%23.09

CMYK color model

#DC7164 color CMYK value is (0,49,55,14).

  • cyan value is 0.00%
  • magenta value is 48.64%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK:
(0,49,55,14)
C0M49Y55K14 
(0%,49%,55%,14%)
(0.00/0.49/0.55/0.14)	

CMYK percentages

%0
%48.64
%54.55
%13.73

Codes

Color #DC7164 in popluar color models

DC7164
RGB220113100
HSL63.16%62.75%
HSB/HSV54.55%86.27%
CMYK0.00%48.64%54.55%
13.73%

Color #DC7164 in popluar number systems.

HEXDC7164
Decimal220113100
Binary1101110011100011100100
Octal334161144

Shades and tints

Shades of #DC7164

#DC7164
(220,113,100)
#C8675B
(200,103,91)
#B45D52
(180,93,82)
#A05349
(160,83,73)
#8C4940
(140,73,64)
#783F37
(120,63,55)
#64352E
(100,53,46)
#502B25
(80,43,37)
#3C211C
(60,33,28)
#281713
(40,23,19)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #DC7164

#DC7164
(220,113,100)
#DF7D72
(223,125,114)
#E28980
(226,137,128)
#E5958E
(229,149,142)
#E8A19C
(232,161,156)
#EBADAA
(235,173,170)
#EEB9B8
(238,185,184)
#F1C5C6
(241,197,198)
#F4D1D4
(244,209,212)
#F7DDE2
(247,221,226)
#FAE9F0
(250,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7164 color. Also use rgb(220,113,100) instead hex code.

Text Font Color

.myTextColor { color: #DC7164; }

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

This text font color is #DC7164.


Background Color

.myBgColor { background-color: #DC7164; }

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

This div background color is #DC7164.


Border color

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

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

This div border color is #DC7164.


Opacity

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

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

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

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

This text has shadow with #DC7164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7164 on black background.


Color preview on white background

This text has color #DC7164 on white background.



Black color preview on #DC7164 background

This text has black color on #DC7164 background.


White color preview on #DC7164 background

This text has white color on #DC7164 background.