COLOR #DBA085

HEX: #DBA085
RGB: (219,160,133)

Color info

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

RGB color model

#DBA085 color RGB value is (219,160,133).

  • red value is 219;
  • green value is 160;
  • blue value is 133.
RGB:
(219,160,133)
(86%,63%,52%)

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 133 of 255 = 52%

219
160
133

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 133 = 512 (100%)
R 219 of 512 ~ 42.77%
G 160 of 512 ~ 31.25%
B 133 of 512 ~ 25.98%

%42.77
%31.25
%25.98

CMYK color model

#DBA085 color CMYK value is (0,27,39,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 39.27%
  • key color value is 14.12%
CMYK:
(0,27,39,14)
C0M27Y39K14 
(0%,27%,39%,14%)
(0.00/0.27/0.39/0.14)	

CMYK percentages

%0
%26.94
%39.27
%14.12

Codes

Color #DBA085 in popluar color models

DBA085
RGB219160133
HSL19°54.43%69.02%
HSB/HSV19°39.27%85.88%
CMYK0.00%26.94%39.27%
14.12%

Color #DBA085 in popluar number systems.

HEXDBA085
Decimal219160133
Binary110110111010000010000101
Octal333240205

Shades and tints

Shades of #DBA085

#DBA085
(219,160,133)
#C89279
(200,146,121)
#B5846D
(181,132,109)
#A27661
(162,118,97)
#8F6855
(143,104,85)
#7C5A49
(124,90,73)
#694C3D
(105,76,61)
#563E31
(86,62,49)
#433025
(67,48,37)
#302219
(48,34,25)
#1D140D
(29,20,13)
#000000
(0,0,0)

Tints of #DBA085

#DBA085
(219,160,133)
#DEA890
(222,168,144)
#E1B09B
(225,176,155)
#E4B8A6
(228,184,166)
#E7C0B1
(231,192,177)
#EAC8BC
(234,200,188)
#EDD0C7
(237,208,199)
#F0D8D2
(240,216,210)
#F3E0DD
(243,224,221)
#F6E8E8
(246,232,232)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA085 color. Also use rgb(219,160,133) instead hex code.

Text Font Color

.myTextColor { color: #DBA085; }

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

This text font color is #DBA085.


Background Color

.myBgColor { background-color: #DBA085; }

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

This div background color is #DBA085.


Border color

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

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

This div border color is #DBA085.


Opacity

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

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

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

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

This text has shadow with #DBA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA085 on black background.


Color preview on white background

This text has color #DBA085 on white background.



Black color preview on #DBA085 background

This text has black color on #DBA085 background.


White color preview on #DBA085 background

This text has white color on #DBA085 background.