COLOR #DC9680

HEX: #DC9680 RGB: (220,150,128)

Color info

#DC9680 contains mainly red color. Web safe color of #DC9680 is #CC9966 (or #C96).

RGB color model

#DC9680 color RGB value is (220,150,128).

RGB: (220,150,128) (86%, 59%, 50%)

RGB channels and saturation

R 220 of 255 = 86%
G 150 of 255 = 59%
B 128 of 255 = 50%

220
150
128

R + G + B ~ 65%. #DC9680 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 150 + 128 = 498 (100%)
R 220 of 498 ~ 44.18%
G 150 of 498 ~ 30.12%
B 128 of 498 ~ 25.7'%

%44.18
%30.12
%25.7

CMYK color model

#DC9680 color CMYK value is (0,32,42,14).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 41.82%
  • key color value is 13.73%

CMYK: (0,32,42,14)
C0M32Y42K14 (0%, 32%, 42%, 14%)
(0.00 / 0.32 / 0.42 / 0.14)

CMYK percentages

%0
%31.82
%41.82
%13.73

Codes

Color #DC9680 in popluar color models

DC 96 80
RGB 220 150 128
HSL 14° 56.79% 68.24%
HSB/HSV 14° 41.82% 86.27%
CMYK 0.00% 31.82% 41.82%
13.73%

Color #DC9680 in popluar number systems.

HEX DC 96 80
Decimal 220 150 128
Binary 11011100 10010110 10000000
Octal 334 226 200

Shades and tints

Shades of #DC9680

#DC9680
(220,150,128)
#C88975
(200,137,117)
#B47C6A
(180,124,106)
#A06F5F
(160,111,95)
#8C6254
(140,98,84)
#785549
(120,85,73)
#64483E
(100,72,62)
#503B33
(80,59,51)
#3C2E28
(60,46,40)
#28211D
(40,33,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #DC9680

#DC9680
(220,150,128)
#DF9F8B
(223,159,139)
#E2A896
(226,168,150)
#E5B1A1
(229,177,161)
#E8BAAC
(232,186,172)
#EBC3B7
(235,195,183)
#EECCC2
(238,204,194)
#F1D5CD
(241,213,205)
#F4DED8
(244,222,216)
#F7E7E3
(247,231,227)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9680 color. Also use rgb(220,150,128) instead hex code.

Text Font Color

.myTextColor { color: #DC9680; }

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

This text font color is #DC9680.

Background Color

.myBgColor { background-color: #DC9680; }

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

This div background color is #DC9680.

Border color

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

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

This div border color is #DC9680.

Opacity

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

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

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

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

This text has shadow with #DC9680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9680.

Preview

Color preview on black background

This text has color #DC9680 on black background.


Color preview on white background

This text has color #DC9680 on white background.


Black color preview on #DC9680 background

This text has black color on #DC9680 background.


White color preview on #DC9680 background

This text has white color on #DC9680 background.


Related colors

Complementary color

Complementary color for #hex is #23697F.


I love getcolorcode.com

Triadic colors

1 #80DC96 and #9680DC with #DC9680 are triadic colors.

2 #8096DC and #96DC80 with #DC9680 are triadic colors.