COLOR #DB706F

HEX: #DB706F
RGB: (219,112,111)

Color info

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

RGB color model

#DB706F color RGB value is (219,112,111).

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

RGB channels and saturation

R 219 of 255 = 86%
G 112 of 255 = 44%
B 111 of 255 = 44%

219
112
111

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

Portions of RGB colors in percentages

R + G + B =
219 + 112 + 111 = 442 (100%)
R 219 of 442 ~ 49.55%
G 112 of 442 ~ 25.34%
B 111 of 442 ~ 25.11%

%49.55
%25.34
%25.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(0,49,49,14)
C0M49Y49K14 
(0%,49%,49%,14%)
(0.00/0.49/0.49/0.14)	

CMYK percentages

%0
%48.86
%49.32
%14.12

Codes

Color #DB706F in popluar color models

DB706F
RGB219112111
HSL60.00%64.71%
HSB/HSV49.32%85.88%
CMYK0.00%48.86%49.32%
14.12%

Color #DB706F in popluar number systems.

HEXDB706F
Decimal219112111
Binary1101101111100001101111
Octal333160157

Shades and tints

Shades of #DB706F

#DB706F
(219,112,111)
#C86665
(200,102,101)
#B55C5B
(181,92,91)
#A25251
(162,82,81)
#8F4847
(143,72,71)
#7C3E3D
(124,62,61)
#693433
(105,52,51)
#562A29
(86,42,41)
#43201F
(67,32,31)
#301615
(48,22,21)
#1D0C0B
(29,12,11)
#000000
(0,0,0)

Tints of #DB706F

#DB706F
(219,112,111)
#DE7D7C
(222,125,124)
#E18A89
(225,138,137)
#E49796
(228,151,150)
#E7A4A3
(231,164,163)
#EAB1B0
(234,177,176)
#EDBEBD
(237,190,189)
#F0CBCA
(240,203,202)
#F3D8D7
(243,216,215)
#F6E5E4
(246,229,228)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB706F; }

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

This text font color is #DB706F.


Background Color

.myBgColor { background-color: #DB706F; }

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

This div background color is #DB706F.


Border color

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

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

This div border color is #DB706F.


Opacity

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

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

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

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

This text has shadow with #DB706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB706F on black background.


Color preview on white background

This text has color #DB706F on white background.



Black color preview on #DB706F background

This text has black color on #DB706F background.


White color preview on #DB706F background

This text has white color on #DB706F background.