COLOR #DB816D

HEX: #DB816D RGB: (219,129,109)

Color info

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

RGB color model

#DB816D color RGB value is (219,129,109).

RGB: (219,129,109) (86%, 51%, 43%)

RGB channels and saturation

R 219 of 255 = 86%
G 129 of 255 = 51%
B 109 of 255 = 43%

219
129
109

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

Portions of RGB colors in percentages

R + G + B = 219 + 129 + 109 = 457 (100%)
R 219 of 457 ~ 47.92%
G 129 of 457 ~ 28.23%
B 109 of 457 ~ 23.85'%

%47.92
%28.23
%23.85

CMYK color model

#DB816D color CMYK value is (0,41,50,14).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 50.23%
  • key color value is 14.12%

CMYK: (0,41,50,14)
C0M41Y50K14 (0%, 41%, 50%, 14%)
(0.00 / 0.41 / 0.50 / 0.14)

CMYK percentages

%0
%41.1
%50.23
%14.12

Codes

Color #DB816D in popluar color models

DB 81 6D
RGB 219 129 109
HSL 11° 60.44% 64.31%
HSB/HSV 11° 50.23% 85.88%
CMYK 0.00% 41.10% 50.23%
14.12%

Color #DB816D in popluar number systems.

HEX DB 81 6D
Decimal 219 129 109
Binary 11011011 10000001 1101101
Octal 333 201 155

Shades and tints

Shades of #DB816D

#DB816D
(219,129,109)
#C87664
(200,118,100)
#B56B5B
(181,107,91)
#A26052
(162,96,82)
#8F5549
(143,85,73)
#7C4A40
(124,74,64)
#693F37
(105,63,55)
#56342E
(86,52,46)
#432925
(67,41,37)
#301E1C
(48,30,28)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #DB816D

#DB816D
(219,129,109)
#DE8C7A
(222,140,122)
#E19787
(225,151,135)
#E4A294
(228,162,148)
#E7ADA1
(231,173,161)
#EAB8AE
(234,184,174)
#EDC3BB
(237,195,187)
#F0CEC8
(240,206,200)
#F3D9D5
(243,217,213)
#F6E4E2
(246,228,226)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB816D color. Also use rgb(219,129,109) instead hex code.

Text Font Color

.myTextColor { color: #DB816D; }

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

This text font color is #DB816D.

Background Color

.myBgColor { background-color: #DB816D; }

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

This div background color is #DB816D.

Border color

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

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

This div border color is #DB816D.

Opacity

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

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

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

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

This text has shadow with #DB816D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB816D.

Preview

Color preview on black background

This text has color #DB816D on black background.


Color preview on white background

This text has color #DB816D on white background.


Black color preview on #DB816D background

This text has black color on #DB816D background.


White color preview on #DB816D background

This text has white color on #DB816D background.


Related colors

Complementary color

Complementary color for #hex is #247E92.


I love getcolorcode.com

Triadic colors

1 #6DDB81 and #816DDB with #DB816D are triadic colors.

2 #6D81DB and #81DB6D with #DB816D are triadic colors.