COLOR #DB916C

HEX: #DB916C RGB: (219,145,108)

Color info

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

RGB color model

#DB916C color RGB value is (219,145,108).

RGB: (219,145,108) (86%, 57%, 42%)

RGB channels and saturation

R 219 of 255 = 86%
G 145 of 255 = 57%
B 108 of 255 = 42%

219
145
108

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

Portions of RGB colors in percentages

R + G + B = 219 + 145 + 108 = 472 (100%)
R 219 of 472 ~ 46.4%
G 145 of 472 ~ 30.72%
B 108 of 472 ~ 22.88'%

%46.4
%30.72
%22.88

CMYK color model

#DB916C color CMYK value is (0,34,51,14).

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

CMYK: (0,34,51,14)
C0M34Y51K14 (0%, 34%, 51%, 14%)
(0.00 / 0.34 / 0.51 / 0.14)

CMYK percentages

%0
%33.79
%50.68
%14.12

Codes

Color #DB916C in popluar color models

DB 91 6C
RGB 219 145 108
HSL 20° 60.66% 64.12%
HSB/HSV 20° 50.68% 85.88%
CMYK 0.00% 33.79% 50.68%
14.12%

Color #DB916C in popluar number systems.

HEX DB 91 6C
Decimal 219 145 108
Binary 11011011 10010001 1101100
Octal 333 221 154

Shades and tints

Shades of #DB916C

#DB916C
(219,145,108)
#C88463
(200,132,99)
#B5775A
(181,119,90)
#A26A51
(162,106,81)
#8F5D48
(143,93,72)
#7C503F
(124,80,63)
#694336
(105,67,54)
#56362D
(86,54,45)
#432924
(67,41,36)
#301C1B
(48,28,27)
#1D0F12
(29,15,18)
#000000
(0,0,0)

Tints of #DB916C

#DB916C
(219,145,108)
#DE9B79
(222,155,121)
#E1A586
(225,165,134)
#E4AF93
(228,175,147)
#E7B9A0
(231,185,160)
#EAC3AD
(234,195,173)
#EDCDBA
(237,205,186)
#F0D7C7
(240,215,199)
#F3E1D4
(243,225,212)
#F6EBE1
(246,235,225)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB916C; }

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

This text font color is #DB916C.

Background Color

.myBgColor { background-color: #DB916C; }

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

This div background color is #DB916C.

Border color

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

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

This div border color is #DB916C.

Opacity

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

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

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

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

This text has shadow with #DB916C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB916C.

Preview

Color preview on black background

This text has color #DB916C on black background.


Color preview on white background

This text has color #DB916C on white background.


Black color preview on #DB916C background

This text has black color on #DB916C background.


White color preview on #DB916C background

This text has white color on #DB916C background.


Related colors

Complementary color

Complementary color for #hex is #246E93.


I love getcolorcode.com

Triadic colors

1 #6CDB91 and #916CDB with #DB916C are triadic colors.

2 #6C91DB and #91DB6C with #DB916C are triadic colors.