COLOR #DB9370

HEX: #DB9370
RGB: (219,147,112)

Color info

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

RGB color model

#DB9370 color RGB value is (219,147,112).

  • red value is 219;
  • green value is 147;
  • blue value is 112.
RGB:
(219,147,112)
(86%,58%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 147 of 255 = 58%
B 112 of 255 = 44%

219
147
112

R + G + B ~ 63%. #DB9370 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 147 + 112 = 478 (100%)
R 219 of 478 ~ 45.82%
G 147 of 478 ~ 30.75%
B 112 of 478 ~ 23.43%

%45.82
%30.75
%23.43

CMYK color model

#DB9370 color CMYK value is (0,33,49,14).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(0,33,49,14)
C0M33Y49K14 
(0%,33%,49%,14%)
(0.00/0.33/0.49/0.14)	

CMYK percentages

%0
%32.88
%48.86
%14.12

Codes

Color #DB9370 in popluar color models

DB9370
RGB219147112
HSL20°59.78%64.90%
HSB/HSV20°48.86%85.88%
CMYK0.00%32.88%48.86%
14.12%

Color #DB9370 in popluar number systems.

HEXDB9370
Decimal219147112
Binary11011011100100111110000
Octal333223160

Shades and tints

Shades of #DB9370

#DB9370
(219,147,112)
#C88666
(200,134,102)
#B5795C
(181,121,92)
#A26C52
(162,108,82)
#8F5F48
(143,95,72)
#7C523E
(124,82,62)
#694534
(105,69,52)
#56382A
(86,56,42)
#432B20
(67,43,32)
#301E16
(48,30,22)
#1D110C
(29,17,12)
#000000
(0,0,0)

Tints of #DB9370

#DB9370
(219,147,112)
#DE9C7D
(222,156,125)
#E1A58A
(225,165,138)
#E4AE97
(228,174,151)
#E7B7A4
(231,183,164)
#EAC0B1
(234,192,177)
#EDC9BE
(237,201,190)
#F0D2CB
(240,210,203)
#F3DBD8
(243,219,216)
#F6E4E5
(246,228,229)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9370; }

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

This text font color is #DB9370.


Background Color

.myBgColor { background-color: #DB9370; }

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

This div background color is #DB9370.


Border color

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

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

This div border color is #DB9370.


Opacity

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

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

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

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

This text has shadow with #DB9370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9370 on black background.


Color preview on white background

This text has color #DB9370 on white background.



Black color preview on #DB9370 background

This text has black color on #DB9370 background.


White color preview on #DB9370 background

This text has white color on #DB9370 background.