COLOR #DB806E

HEX: #DB806E RGB: (219,128,110)

Color info

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

RGB color model

#DB806E color RGB value is (219,128,110).

RGB: (219,128,110) (86%, 50%, 43%)

RGB channels and saturation

R 219 of 255 = 86%
G 128 of 255 = 50%
B 110 of 255 = 43%

219
128
110

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

Portions of RGB colors in percentages

R + G + B = 219 + 128 + 110 = 457 (100%)
R 219 of 457 ~ 47.92%
G 128 of 457 ~ 28.01%
B 110 of 457 ~ 24.07'%

%47.92
%28.01
%24.07

CMYK color model

#DB806E color CMYK value is (0,42,50,14).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK: (0,42,50,14) C0M42Y50K14 (0%,42%,50%,14%) (0.00/0.42/0.50/0.14) 

CMYK percentages

%0
%41.55
%49.77
%14.12

Codes

Color #DB806E in popluar color models

DB 80 6E
RGB 219 128 110
HSL 10° 60.22% 64.51%
HSB/HSV 10° 49.77% 85.88%
CMYK 0.00% 41.55% 49.77%
14.12%

Color #DB806E in popluar number systems.

HEX DB 80 6E
Decimal 219 128 110
Binary 11011011 10000000 1101110
Octal 333 200 156

Shades and tints

Shades of #DB806E

#DB806E
(219,128,110)
#C87564
(200,117,100)
#B56A5A
(181,106,90)
#A25F50
(162,95,80)
#8F5446
(143,84,70)
#7C493C
(124,73,60)
#693E32
(105,62,50)
#563328
(86,51,40)
#43281E
(67,40,30)
#301D14
(48,29,20)
#1D120A
(29,18,10)
#000000
(0,0,0)

Tints of #DB806E

#DB806E
(219,128,110)
#DE8B7B
(222,139,123)
#E19688
(225,150,136)
#E4A195
(228,161,149)
#E7ACA2
(231,172,162)
#EAB7AF
(234,183,175)
#EDC2BC
(237,194,188)
#F0CDC9
(240,205,201)
#F3D8D6
(243,216,214)
#F6E3E3
(246,227,227)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB806E color. Also use rgb(219,128,110) instead hex code.

Text Font Color

.myTextColor { color: #DB806E; }

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

This text font color is #DB806E.

Background Color

.myBgColor { background-color: #DB806E; }

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

This div background color is #DB806E.

Border color

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

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

This div border color is #DB806E.

Opacity

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

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

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

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

This text has shadow with #DB806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB806E.

Preview

Color preview on black background

This text has color #DB806E on black background.


Color preview on white background

This text has color #DB806E on white background.


Black color preview on #DB806E background

This text has black color on #DB806E background.


White color preview on #DB806E background

This text has white color on #DB806E background.


Related colors

Complementary color

Complementary color for #hex is #247F91.


I love getcolorcode.com

Triadic colors

1 #6EDB80 and #806EDB with #DB806E are triadic colors.

2 #6E80DB and #80DB6E with #DB806E are triadic colors.