COLOR #DBA099

HEX: #DBA099
RGB: (219,160,153)

Color info

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

RGB color model

#DBA099 color RGB value is (219,160,153).

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

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 153 of 255 = 60%

219
160
153

R + G + B ~ 70%. #DBA099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 153 = 532 (100%)
R 219 of 532 ~ 41.17%
G 160 of 532 ~ 30.08%
B 153 of 532 ~ 28.76%

%41.17
%30.08
%28.76

CMYK color model

#DBA099 color CMYK value is (0,27,30,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 30.14%
  • key color value is 14.12%
CMYK:
(0,27,30,14)
C0M27Y30K14 
(0%,27%,30%,14%)
(0.00/0.27/0.30/0.14)	

CMYK percentages

%0
%26.94
%30.14
%14.12

Codes

Color #DBA099 in popluar color models

DBA099
RGB219160153
HSL47.83%72.94%
HSB/HSV30.14%85.88%
CMYK0.00%26.94%30.14%
14.12%

Color #DBA099 in popluar number systems.

HEXDBA099
Decimal219160153
Binary110110111010000010011001
Octal333240231

Shades and tints

Shades of #DBA099

#DBA099
(219,160,153)
#C8928C
(200,146,140)
#B5847F
(181,132,127)
#A27672
(162,118,114)
#8F6865
(143,104,101)
#7C5A58
(124,90,88)
#694C4B
(105,76,75)
#563E3E
(86,62,62)
#433031
(67,48,49)
#302224
(48,34,36)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBA099

#DBA099
(219,160,153)
#DEA8A2
(222,168,162)
#E1B0AB
(225,176,171)
#E4B8B4
(228,184,180)
#E7C0BD
(231,192,189)
#EAC8C6
(234,200,198)
#EDD0CF
(237,208,207)
#F0D8D8
(240,216,216)
#F3E0E1
(243,224,225)
#F6E8EA
(246,232,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA099; }

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

This text font color is #DBA099.


Background Color

.myBgColor { background-color: #DBA099; }

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

This div background color is #DBA099.


Border color

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

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

This div border color is #DBA099.


Opacity

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

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

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

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

This text has shadow with #DBA099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA099 on black background.


Color preview on white background

This text has color #DBA099 on white background.



Black color preview on #DBA099 background

This text has black color on #DBA099 background.


White color preview on #DBA099 background

This text has white color on #DBA099 background.