COLOR #DB9170

HEX: #DB9170 RGB: (219,145,112)

Color info

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

RGB color model

#DB9170 color RGB value is (219,145,112).

RGB: (219,145,112) (86%, 57%, 44%)

RGB channels and saturation

R 219 of 255 = 86%
G 145 of 255 = 57%
B 112 of 255 = 44%

219
145
112

R + G + B ~ 62%. #DB9170 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 145 + 112 = 476 (100%)
R 219 of 476 ~ 46.01%
G 145 of 476 ~ 30.46%
B 112 of 476 ~ 23.53'%

%46.01
%30.46
%23.53

CMYK color model

#DB9170 color CMYK value is (0,34,49,14).

  • cyan value is 0.00%
  • magenta value is 33.79%
  • yellow value is 48.86%
  • key color value is 14.12%

CMYK: (0,34,49,14)
C0M34Y49K14 (0%, 34%, 49%, 14%)
(0.00 / 0.34 / 0.49 / 0.14)

CMYK percentages

%0
%33.79
%48.86
%14.12

Codes

Color #DB9170 in popluar color models

DB 91 70
RGB 219 145 112
HSL 19° 59.78% 64.90%
HSB/HSV 19° 48.86% 85.88%
CMYK 0.00% 33.79% 48.86%
14.12%

Color #DB9170 in popluar number systems.

HEX DB 91 70
Decimal 219 145 112
Binary 11011011 10010001 1110000
Octal 333 221 160

Shades and tints

Shades of #DB9170

#DB9170
(219,145,112)
#C88466
(200,132,102)
#B5775C
(181,119,92)
#A26A52
(162,106,82)
#8F5D48
(143,93,72)
#7C503E
(124,80,62)
#694334
(105,67,52)
#56362A
(86,54,42)
#432920
(67,41,32)
#301C16
(48,28,22)
#1D0F0C
(29,15,12)
#000000
(0,0,0)

Tints of #DB9170

#DB9170
(219,145,112)
#DE9B7D
(222,155,125)
#E1A58A
(225,165,138)
#E4AF97
(228,175,151)
#E7B9A4
(231,185,164)
#EAC3B1
(234,195,177)
#EDCDBE
(237,205,190)
#F0D7CB
(240,215,203)
#F3E1D8
(243,225,216)
#F6EBE5
(246,235,229)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9170 color. Also use rgb(219,145,112) instead hex code.

Text Font Color

.myTextColor { color: #DB9170; }

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

This text font color is #DB9170.

Background Color

.myBgColor { background-color: #DB9170; }

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

This div background color is #DB9170.

Border color

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

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

This div border color is #DB9170.

Opacity

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

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

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

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

This text has shadow with #DB9170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9170.

Preview

Color preview on black background

This text has color #DB9170 on black background.


Color preview on white background

This text has color #DB9170 on white background.


Black color preview on #DB9170 background

This text has black color on #DB9170 background.


White color preview on #DB9170 background

This text has white color on #DB9170 background.


Related colors

Complementary color

Complementary color for #hex is #246E8F.


I love getcolorcode.com

Triadic colors

1 #70DB91 and #9170DB with #DB9170 are triadic colors.

2 #7091DB and #91DB70 with #DB9170 are triadic colors.