COLOR #DBA382

HEX: #DBA382
RGB: (219,163,130)

Color info

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

RGB color model

#DBA382 color RGB value is (219,163,130).

  • red value is 219;
  • green value is 163;
  • blue value is 130.
RGB:
(219,163,130)
(86%,64%,51%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 130 of 255 = 51%

219
163
130

R + G + B ~ 67%. #DBA382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 163 + 130 = 512 (100%)
R 219 of 512 ~ 42.77%
G 163 of 512 ~ 31.84%
B 130 of 512 ~ 25.39%

%42.77
%31.84
%25.39

CMYK color model

#DBA382 color CMYK value is (0,26,41,14).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 40.64%
  • key color value is 14.12%
CMYK:
(0,26,41,14)
C0M26Y41K14 
(0%,26%,41%,14%)
(0.00/0.26/0.41/0.14)	

CMYK percentages

%0
%25.57
%40.64
%14.12

Codes

Color #DBA382 in popluar color models

DBA382
RGB219163130
HSL22°55.28%68.43%
HSB/HSV22°40.64%85.88%
CMYK0.00%25.57%40.64%
14.12%

Color #DBA382 in popluar number systems.

HEXDBA382
Decimal219163130
Binary110110111010001110000010
Octal333243202

Shades and tints

Shades of #DBA382

#DBA382
(219,163,130)
#C89577
(200,149,119)
#B5876C
(181,135,108)
#A27961
(162,121,97)
#8F6B56
(143,107,86)
#7C5D4B
(124,93,75)
#694F40
(105,79,64)
#564135
(86,65,53)
#43332A
(67,51,42)
#30251F
(48,37,31)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBA382

#DBA382
(219,163,130)
#DEAB8D
(222,171,141)
#E1B398
(225,179,152)
#E4BBA3
(228,187,163)
#E7C3AE
(231,195,174)
#EACBB9
(234,203,185)
#EDD3C4
(237,211,196)
#F0DBCF
(240,219,207)
#F3E3DA
(243,227,218)
#F6EBE5
(246,235,229)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA382 color. Also use rgb(219,163,130) instead hex code.

Text Font Color

.myTextColor { color: #DBA382; }

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

This text font color is #DBA382.


Background Color

.myBgColor { background-color: #DBA382; }

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

This div background color is #DBA382.


Border color

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

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

This div border color is #DBA382.


Opacity

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

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

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

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

This text has shadow with #DBA382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA382 on black background.


Color preview on white background

This text has color #DBA382 on white background.



Black color preview on #DBA382 background

This text has black color on #DBA382 background.


White color preview on #DBA382 background

This text has white color on #DBA382 background.