COLOR #DB916F

HEX: #DB916F
RGB: (219,145,111)

Color info

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

RGB color model

#DB916F color RGB value is (219,145,111).

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

RGB channels and saturation

R 219 of 255 = 86%
G 145 of 255 = 57%
B 111 of 255 = 44%

219
145
111

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

Portions of RGB colors in percentages

R + G + B =
219 + 145 + 111 = 475 (100%)
R 219 of 475 ~ 46.11%
G 145 of 475 ~ 30.53%
B 111 of 475 ~ 23.37%

%46.11
%30.53
%23.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.79%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(0,34,49,14)
C0M34Y49K14 
(0%,34%,49%,14%)
(0.00/0.34/0.49/0.14)	

CMYK percentages

%0
%33.79
%49.32
%14.12

Codes

Color #DB916F in popluar color models

DB916F
RGB219145111
HSL19°60.00%64.71%
HSB/HSV19°49.32%85.88%
CMYK0.00%33.79%49.32%
14.12%

Color #DB916F in popluar number systems.

HEXDB916F
Decimal219145111
Binary11011011100100011101111
Octal333221157

Shades and tints

Shades of #DB916F

#DB916F
(219,145,111)
#C88465
(200,132,101)
#B5775B
(181,119,91)
#A26A51
(162,106,81)
#8F5D47
(143,93,71)
#7C503D
(124,80,61)
#694333
(105,67,51)
#563629
(86,54,41)
#43291F
(67,41,31)
#301C15
(48,28,21)
#1D0F0B
(29,15,11)
#000000
(0,0,0)

Tints of #DB916F

#DB916F
(219,145,111)
#DE9B7C
(222,155,124)
#E1A589
(225,165,137)
#E4AF96
(228,175,150)
#E7B9A3
(231,185,163)
#EAC3B0
(234,195,176)
#EDCDBD
(237,205,189)
#F0D7CA
(240,215,202)
#F3E1D7
(243,225,215)
#F6EBE4
(246,235,228)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB916F; }

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

This text font color is #DB916F.


Background Color

.myBgColor { background-color: #DB916F; }

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

This div background color is #DB916F.


Border color

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

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

This div border color is #DB916F.


Opacity

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

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

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

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

This text has shadow with #DB916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB916F on black background.


Color preview on white background

This text has color #DB916F on white background.



Black color preview on #DB916F background

This text has black color on #DB916F background.


White color preview on #DB916F background

This text has white color on #DB916F background.