COLOR #DB9B78

HEX: #DB9B78
RGB: (219,155,120)

Color info

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

RGB color model

#DB9B78 color RGB value is (219,155,120).

  • red value is 219;
  • green value is 155;
  • blue value is 120.
RGB:
(219,155,120)
(86%,61%,47%)

RGB channels and saturation

R 219 of 255 = 86%
G 155 of 255 = 61%
B 120 of 255 = 47%

219
155
120

R + G + B ~ 65%. #DB9B78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 155 + 120 = 494 (100%)
R 219 of 494 ~ 44.33%
G 155 of 494 ~ 31.38%
B 120 of 494 ~ 24.29%

%44.33
%31.38
%24.29

CMYK color model

#DB9B78 color CMYK value is (0,29,45,14).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 45.21%
  • key color value is 14.12%
CMYK:
(0,29,45,14)
C0M29Y45K14 
(0%,29%,45%,14%)
(0.00/0.29/0.45/0.14)	

CMYK percentages

%0
%29.22
%45.21
%14.12

Codes

Color #DB9B78 in popluar color models

DB9B78
RGB219155120
HSL21°57.89%66.47%
HSB/HSV21°45.21%85.88%
CMYK0.00%29.22%45.21%
14.12%

Color #DB9B78 in popluar number systems.

HEXDB9B78
Decimal219155120
Binary11011011100110111111000
Octal333233170

Shades and tints

Shades of #DB9B78

#DB9B78
(219,155,120)
#C88D6E
(200,141,110)
#B57F64
(181,127,100)
#A2715A
(162,113,90)
#8F6350
(143,99,80)
#7C5546
(124,85,70)
#69473C
(105,71,60)
#563932
(86,57,50)
#432B28
(67,43,40)
#301D1E
(48,29,30)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #DB9B78

#DB9B78
(219,155,120)
#DEA484
(222,164,132)
#E1AD90
(225,173,144)
#E4B69C
(228,182,156)
#E7BFA8
(231,191,168)
#EAC8B4
(234,200,180)
#EDD1C0
(237,209,192)
#F0DACC
(240,218,204)
#F3E3D8
(243,227,216)
#F6ECE4
(246,236,228)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9B78 color. Also use rgb(219,155,120) instead hex code.

Text Font Color

.myTextColor { color: #DB9B78; }

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

This text font color is #DB9B78.


Background Color

.myBgColor { background-color: #DB9B78; }

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

This div background color is #DB9B78.


Border color

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

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

This div border color is #DB9B78.


Opacity

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

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

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

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

This text has shadow with #DB9B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9B78 on black background.


Color preview on white background

This text has color #DB9B78 on white background.



Black color preview on #DB9B78 background

This text has black color on #DB9B78 background.


White color preview on #DB9B78 background

This text has white color on #DB9B78 background.