COLOR #DBA488

HEX: #DBA488
RGB: (219,164,136)

Color info

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

RGB color model

#DBA488 color RGB value is (219,164,136).

  • red value is 219;
  • green value is 164;
  • blue value is 136.
RGB:
(219,164,136)
(86%,64%,53%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 136 of 255 = 53%

219
164
136

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

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 136 = 519 (100%)
R 219 of 519 ~ 42.2%
G 164 of 519 ~ 31.6%
B 136 of 519 ~ 26.2%

%42.2
%31.6
%26.2

CMYK color model

#DBA488 color CMYK value is (0,25,38,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 37.90%
  • key color value is 14.12%
CMYK:
(0,25,38,14)
C0M25Y38K14 
(0%,25%,38%,14%)
(0.00/0.25/0.38/0.14)	

CMYK percentages

%0
%25.11
%37.9
%14.12

Codes

Color #DBA488 in popluar color models

DBA488
RGB219164136
HSL20°53.55%69.61%
HSB/HSV20°37.90%85.88%
CMYK0.00%25.11%37.90%
14.12%

Color #DBA488 in popluar number systems.

HEXDBA488
Decimal219164136
Binary110110111010010010001000
Octal333244210

Shades and tints

Shades of #DBA488

#DBA488
(219,164,136)
#C8967C
(200,150,124)
#B58870
(181,136,112)
#A27A64
(162,122,100)
#8F6C58
(143,108,88)
#7C5E4C
(124,94,76)
#695040
(105,80,64)
#564234
(86,66,52)
#433428
(67,52,40)
#30261C
(48,38,28)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #DBA488

#DBA488
(219,164,136)
#DEAC92
(222,172,146)
#E1B49C
(225,180,156)
#E4BCA6
(228,188,166)
#E7C4B0
(231,196,176)
#EACCBA
(234,204,186)
#EDD4C4
(237,212,196)
#F0DCCE
(240,220,206)
#F3E4D8
(243,228,216)
#F6ECE2
(246,236,226)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA488 color. Also use rgb(219,164,136) instead hex code.

Text Font Color

.myTextColor { color: #DBA488; }

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

This text font color is #DBA488.


Background Color

.myBgColor { background-color: #DBA488; }

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

This div background color is #DBA488.


Border color

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

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

This div border color is #DBA488.


Opacity

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

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

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

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

This text has shadow with #DBA488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA488 on black background.


Color preview on white background

This text has color #DBA488 on white background.



Black color preview on #DBA488 background

This text has black color on #DBA488 background.


White color preview on #DBA488 background

This text has white color on #DBA488 background.