COLOR #DC746B

HEX: #DC746B RGB: (220,116,107)

Color info

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

RGB color model

#DC746B color RGB value is (220,116,107).

RGB: (220,116,107) (86%, 45%, 42%)

RGB channels and saturation

R 220 of 255 = 86%
G 116 of 255 = 45%
B 107 of 255 = 42%

220
116
107

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

Portions of RGB colors in percentages

R + G + B = 220 + 116 + 107 = 443 (100%)
R 220 of 443 ~ 49.66%
G 116 of 443 ~ 26.19%
B 107 of 443 ~ 24.15'%

%49.66
%26.19
%24.15

CMYK color model

#DC746B color CMYK value is (0,47,51,14).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 51.36%
  • key color value is 13.73%

CMYK: (0,47,51,14)
C0M47Y51K14 (0%, 47%, 51%, 14%)
(0.00 / 0.47 / 0.51 / 0.14)

CMYK percentages

%0
%47.27
%51.36
%13.73

Codes

Color #DC746B in popluar color models

DC 74 6B
RGB 220 116 107
HSL 61.75% 64.12%
HSB/HSV 51.36% 86.27%
CMYK 0.00% 47.27% 51.36%
13.73%

Color #DC746B in popluar number systems.

HEX DC 74 6B
Decimal 220 116 107
Binary 11011100 1110100 1101011
Octal 334 164 153

Shades and tints

Shades of #DC746B

#DC746B
(220,116,107)
#C86A62
(200,106,98)
#B46059
(180,96,89)
#A05650
(160,86,80)
#8C4C47
(140,76,71)
#78423E
(120,66,62)
#643835
(100,56,53)
#502E2C
(80,46,44)
#3C2423
(60,36,35)
#281A1A
(40,26,26)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #DC746B

#DC746B
(220,116,107)
#DF8078
(223,128,120)
#E28C85
(226,140,133)
#E59892
(229,152,146)
#E8A49F
(232,164,159)
#EBB0AC
(235,176,172)
#EEBCB9
(238,188,185)
#F1C8C6
(241,200,198)
#F4D4D3
(244,212,211)
#F7E0E0
(247,224,224)
#FAECED
(250,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC746B; }

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

This text font color is #DC746B.

Background Color

.myBgColor { background-color: #DC746B; }

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

This div background color is #DC746B.

Border color

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

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

This div border color is #DC746B.

Opacity

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

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

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

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

This text has shadow with #DC746B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC746B.

Preview

Color preview on black background

This text has color #DC746B on black background.


Color preview on white background

This text has color #DC746B on white background.


Black color preview on #DC746B background

This text has black color on #DC746B background.


White color preview on #DC746B background

This text has white color on #DC746B background.


Related colors

Complementary color

Complementary color for #hex is #238B94.


I love getcolorcode.com

Triadic colors

1 #6BDC74 and #746BDC with #DC746B are triadic colors.

2 #6B74DC and #74DC6B with #DC746B are triadic colors.