COLOR #DBAA7E

HEX: #DBAA7E RGB: (219,170,126)

Color info

#DBAA7E contains mainly red and green colors. Web safe color of #DBAA7E is #CC9966 (or #C96).

RGB color model

#DBAA7E color RGB value is (219,170,126).

RGB: (219,170,126) (86%, 67%, 49%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 126 of 255 = 49%

219
170
126

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

Portions of RGB colors in percentages

R + G + B = 219 + 170 + 126 = 515 (100%)
R 219 of 515 ~ 42.52%
G 170 of 515 ~ 33.01%
B 126 of 515 ~ 24.47'%

%42.52
%33.01
%24.47

CMYK color model

#DBAA7E color CMYK value is (0,22,42,14).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 42.47%
  • key color value is 14.12%

CMYK: (0,22,42,14)
C0M22Y42K14 (0%, 22%, 42%, 14%)
(0.00 / 0.22 / 0.42 / 0.14)

CMYK percentages

%0
%22.37
%42.47
%14.12

Codes

Color #DBAA7E in popluar color models

DB AA 7E
RGB 219 170 126
HSL 28° 56.36% 67.65%
HSB/HSV 28° 42.47% 85.88%
CMYK 0.00% 22.37% 42.47%
14.12%

Color #DBAA7E in popluar number systems.

HEX DB AA 7E
Decimal 219 170 126
Binary 11011011 10101010 1111110
Octal 333 252 176

Shades and tints

Shades of #DBAA7E

#DBAA7E
(219,170,126)
#C89B73
(200,155,115)
#B58C68
(181,140,104)
#A27D5D
(162,125,93)
#8F6E52
(143,110,82)
#7C5F47
(124,95,71)
#69503C
(105,80,60)
#564131
(86,65,49)
#433226
(67,50,38)
#30231B
(48,35,27)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #DBAA7E

#DBAA7E
(219,170,126)
#DEB189
(222,177,137)
#E1B894
(225,184,148)
#E4BF9F
(228,191,159)
#E7C6AA
(231,198,170)
#EACDB5
(234,205,181)
#EDD4C0
(237,212,192)
#F0DBCB
(240,219,203)
#F3E2D6
(243,226,214)
#F6E9E1
(246,233,225)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAA7E color. Also use rgb(219,170,126) instead hex code.

Text Font Color

.myTextColor { color: #DBAA7E; }

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

This text font color is #DBAA7E.

Background Color

.myBgColor { background-color: #DBAA7E; }

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

This div background color is #DBAA7E.

Border color

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

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

This div border color is #DBAA7E.

Opacity

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

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

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

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

This text has shadow with #DBAA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAA7E.

Preview

Color preview on black background

This text has color #DBAA7E on black background.


Color preview on white background

This text has color #DBAA7E on white background.


Black color preview on #DBAA7E background

This text has black color on #DBAA7E background.


White color preview on #DBAA7E background

This text has white color on #DBAA7E background.


Related colors

Complementary color

Complementary color for #hex is #245581.


I love getcolorcode.com

Triadic colors

1 #7EDBAA and #AA7EDB with #DBAA7E are triadic colors.

2 #7EAADB and #AADB7E with #DBAA7E are triadic colors.