COLOR #DC9B90

HEX: #DC9B90 RGB: (220,155,144)

Color info

#DC9B90 contains mainly red color. Web safe color of #DC9B90 is #CC9999 (or #C99).

RGB color model

#DC9B90 color RGB value is (220,155,144).

RGB: (220,155,144) (86%, 61%, 56%)

RGB channels and saturation

R 220 of 255 = 86%
G 155 of 255 = 61%
B 144 of 255 = 56%

220
155
144

R + G + B ~ 68%. #DC9B90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 155 + 144 = 519 (100%)
R 220 of 519 ~ 42.39%
G 155 of 519 ~ 29.87%
B 144 of 519 ~ 27.75'%

%42.39
%29.87
%27.75

CMYK color model

#DC9B90 color CMYK value is (0,30,35,14).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 34.55%
  • key color value is 13.73%

CMYK: (0,30,35,14)
C0M30Y35K14 (0%, 30%, 35%, 14%)
(0.00 / 0.30 / 0.35 / 0.14)

CMYK percentages

%0
%29.55
%34.55
%13.73

Codes

Color #DC9B90 in popluar color models

DC 9B 90
RGB 220 155 144
HSL 52.05% 71.37%
HSB/HSV 34.55% 86.27%
CMYK 0.00% 29.55% 34.55%
13.73%

Color #DC9B90 in popluar number systems.

HEX DC 9B 90
Decimal 220 155 144
Binary 11011100 10011011 10010000
Octal 334 233 220

Shades and tints

Shades of #DC9B90

#DC9B90
(220,155,144)
#C88D83
(200,141,131)
#B47F76
(180,127,118)
#A07169
(160,113,105)
#8C635C
(140,99,92)
#78554F
(120,85,79)
#644742
(100,71,66)
#503935
(80,57,53)
#3C2B28
(60,43,40)
#281D1B
(40,29,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #DC9B90

#DC9B90
(220,155,144)
#DFA49A
(223,164,154)
#E2ADA4
(226,173,164)
#E5B6AE
(229,182,174)
#E8BFB8
(232,191,184)
#EBC8C2
(235,200,194)
#EED1CC
(238,209,204)
#F1DAD6
(241,218,214)
#F4E3E0
(244,227,224)
#F7ECEA
(247,236,234)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9B90 color. Also use rgb(220,155,144) instead hex code.

Text Font Color

.myTextColor { color: #DC9B90; }

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

This text font color is #DC9B90.

Background Color

.myBgColor { background-color: #DC9B90; }

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

This div background color is #DC9B90.

Border color

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

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

This div border color is #DC9B90.

Opacity

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

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

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

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

This text has shadow with #DC9B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9B90.

Preview

Color preview on black background

This text has color #DC9B90 on black background.


Color preview on white background

This text has color #DC9B90 on white background.


Black color preview on #DC9B90 background

This text has black color on #DC9B90 background.


White color preview on #DC9B90 background

This text has white color on #DC9B90 background.


Related colors

Complementary color

Complementary color for #hex is #23646F.


I love getcolorcode.com

Triadic colors

1 #90DC9B and #9B90DC with #DC9B90 are triadic colors.

2 #909BDC and #9BDC90 with #DC9B90 are triadic colors.