COLOR #DBA787

HEX: #DBA787
RGB: (219,167,135)

Color info

#DBA787 contains mainly red and green colors. Web safe color of #DBA787 is #CC9999 (or #C99).

RGB color model

#DBA787 color RGB value is (219,167,135).

  • red value is 219;
  • green value is 167;
  • blue value is 135.
RGB:
(219,167,135)
(86%,65%,53%)

RGB channels and saturation

R 219 of 255 = 86%
G 167 of 255 = 65%
B 135 of 255 = 53%

219
167
135

R + G + B ~ 68%. #DBA787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 167 + 135 = 521 (100%)
R 219 of 521 ~ 42.03%
G 167 of 521 ~ 32.05%
B 135 of 521 ~ 25.91%

%42.03
%32.05
%25.91

CMYK color model

#DBA787 color CMYK value is (0,24,38,14).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,24,38,14)
C0M24Y38K14 
(0%,24%,38%,14%)
(0.00/0.24/0.38/0.14)	

CMYK percentages

%0
%23.74
%38.36
%14.12

Codes

Color #DBA787 in popluar color models

DBA787
RGB219167135
HSL23°53.85%69.41%
HSB/HSV23°38.36%85.88%
CMYK0.00%23.74%38.36%
14.12%

Color #DBA787 in popluar number systems.

HEXDBA787
Decimal219167135
Binary110110111010011110000111
Octal333247207

Shades and tints

Shades of #DBA787

#DBA787
(219,167,135)
#C8987B
(200,152,123)
#B5896F
(181,137,111)
#A27A63
(162,122,99)
#8F6B57
(143,107,87)
#7C5C4B
(124,92,75)
#694D3F
(105,77,63)
#563E33
(86,62,51)
#432F27
(67,47,39)
#30201B
(48,32,27)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #DBA787

#DBA787
(219,167,135)
#DEAF91
(222,175,145)
#E1B79B
(225,183,155)
#E4BFA5
(228,191,165)
#E7C7AF
(231,199,175)
#EACFB9
(234,207,185)
#EDD7C3
(237,215,195)
#F0DFCD
(240,223,205)
#F3E7D7
(243,231,215)
#F6EFE1
(246,239,225)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA787 color. Also use rgb(219,167,135) instead hex code.

Text Font Color

.myTextColor { color: #DBA787; }

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

This text font color is #DBA787.


Background Color

.myBgColor { background-color: #DBA787; }

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

This div background color is #DBA787.


Border color

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

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

This div border color is #DBA787.


Opacity

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

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

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

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

This text has shadow with #DBA787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA787 on black background.


Color preview on white background

This text has color #DBA787 on white background.



Black color preview on #DBA787 background

This text has black color on #DBA787 background.


White color preview on #DBA787 background

This text has white color on #DBA787 background.