COLOR #DB9A77

HEX: #DB9A77
RGB: (219,154,119)

Color info

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

RGB color model

#DB9A77 color RGB value is (219,154,119).

  • red value is 219;
  • green value is 154;
  • blue value is 119.
RGB:
(219,154,119)
(86%,60%,47%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 119 of 255 = 47%

219
154
119

R + G + B ~ 64%. #DB9A77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 154 + 119 = 492 (100%)
R 219 of 492 ~ 44.51%
G 154 of 492 ~ 31.3%
B 119 of 492 ~ 24.19%

%44.51
%31.3
%24.19

CMYK color model

#DB9A77 color CMYK value is (0,30,46,14).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 45.66%
  • key color value is 14.12%
CMYK:
(0,30,46,14)
C0M30Y46K14 
(0%,30%,46%,14%)
(0.00/0.30/0.46/0.14)	

CMYK percentages

%0
%29.68
%45.66
%14.12

Codes

Color #DB9A77 in popluar color models

DB9A77
RGB219154119
HSL21°58.14%66.27%
HSB/HSV21°45.66%85.88%
CMYK0.00%29.68%45.66%
14.12%

Color #DB9A77 in popluar number systems.

HEXDB9A77
Decimal219154119
Binary11011011100110101110111
Octal333232167

Shades and tints

Shades of #DB9A77

#DB9A77
(219,154,119)
#C88C6D
(200,140,109)
#B57E63
(181,126,99)
#A27059
(162,112,89)
#8F624F
(143,98,79)
#7C5445
(124,84,69)
#69463B
(105,70,59)
#563831
(86,56,49)
#432A27
(67,42,39)
#301C1D
(48,28,29)
#1D0E13
(29,14,19)
#000000
(0,0,0)

Tints of #DB9A77

#DB9A77
(219,154,119)
#DEA383
(222,163,131)
#E1AC8F
(225,172,143)
#E4B59B
(228,181,155)
#E7BEA7
(231,190,167)
#EAC7B3
(234,199,179)
#EDD0BF
(237,208,191)
#F0D9CB
(240,217,203)
#F3E2D7
(243,226,215)
#F6EBE3
(246,235,227)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9A77 color. Also use rgb(219,154,119) instead hex code.

Text Font Color

.myTextColor { color: #DB9A77; }

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

This text font color is #DB9A77.


Background Color

.myBgColor { background-color: #DB9A77; }

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

This div background color is #DB9A77.


Border color

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

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

This div border color is #DB9A77.


Opacity

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

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

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

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

This text has shadow with #DB9A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9A77 on black background.


Color preview on white background

This text has color #DB9A77 on white background.



Black color preview on #DB9A77 background

This text has black color on #DB9A77 background.


White color preview on #DB9A77 background

This text has white color on #DB9A77 background.