COLOR #DC7476

HEX: #DC7476 RGB: (220,116,118)

Color info

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

RGB color model

#DC7476 color RGB value is (220,116,118).

RGB: (220,116,118) (86%, 45%, 46%)

RGB channels and saturation

R 220 of 255 = 86%
G 116 of 255 = 45%
B 118 of 255 = 46%

220
116
118

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

Portions of RGB colors in percentages

R + G + B = 220 + 116 + 118 = 454 (100%)
R 220 of 454 ~ 48.46%
G 116 of 454 ~ 25.55%
B 118 of 454 ~ 25.99'%

%48.46
%25.55
%25.99

CMYK color model

#DC7476 color CMYK value is (0,47,46,14).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK: (0,47,46,14) C0M47Y46K14 (0%,47%,46%,14%) (0.00/0.47/0.46/0.14) 

CMYK percentages

%0
%47.27
%46.36
%13.73

Codes

Color #DC7476 in popluar color models

DC 74 76
RGB 220 116 118
HSL 359° 59.77% 65.88%
HSB/HSV 359° 47.27% 86.27%
CMYK 0.00% 47.27% 46.36%
13.73%

Color #DC7476 in popluar number systems.

HEX DC 74 76
Decimal 220 116 118
Binary 11011100 1110100 1110110
Octal 334 164 166

Shades and tints

Shades of #DC7476

#DC7476
(220,116,118)
#C86A6C
(200,106,108)
#B46062
(180,96,98)
#A05658
(160,86,88)
#8C4C4E
(140,76,78)
#784244
(120,66,68)
#64383A
(100,56,58)
#502E30
(80,46,48)
#3C2426
(60,36,38)
#281A1C
(40,26,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #DC7476

#DC7476
(220,116,118)
#DF8082
(223,128,130)
#E28C8E
(226,140,142)
#E5989A
(229,152,154)
#E8A4A6
(232,164,166)
#EBB0B2
(235,176,178)
#EEBCBE
(238,188,190)
#F1C8CA
(241,200,202)
#F4D4D6
(244,212,214)
#F7E0E2
(247,224,226)
#FAECEE
(250,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7476 color. Also use rgb(220,116,118) instead hex code.

Text Font Color

.myTextColor { color: #DC7476; }

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

This text font color is #DC7476.

Background Color

.myBgColor { background-color: #DC7476; }

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

This div background color is #DC7476.

Border color

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

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

This div border color is #DC7476.

Opacity

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

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

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

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

This text has shadow with #DC7476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC7476.

Preview

Color preview on black background

This text has color #DC7476 on black background.


Color preview on white background

This text has color #DC7476 on white background.


Black color preview on #DC7476 background

This text has black color on #DC7476 background.


White color preview on #DC7476 background

This text has white color on #DC7476 background.


Related colors

Complementary color

Complementary color for #hex is #238B89.


I love getcolorcode.com

Triadic colors

1 #76DC74 and #7476DC with #DC7476 are triadic colors.

2 #7674DC and #74DC76 with #DC7476 are triadic colors.