COLOR #DBA397

HEX: #DBA397 RGB: (219,163,151)

Color info

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

RGB color model

#DBA397 color RGB value is (219,163,151).

RGB: (219,163,151) (86%, 64%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 151 of 255 = 59%

219
163
151

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

Portions of RGB colors in percentages

R + G + B = 219 + 163 + 151 = 533 (100%)
R 219 of 533 ~ 41.09%
G 163 of 533 ~ 30.58%
B 151 of 533 ~ 28.33'%

%41.09
%30.58
%28.33

CMYK color model

#DBA397 color CMYK value is (0,26,31,14).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 31.05%
  • key color value is 14.12%

CMYK: (0,26,31,14)
C0M26Y31K14 (0%, 26%, 31%, 14%)
(0.00 / 0.26 / 0.31 / 0.14)

CMYK percentages

%0
%25.57
%31.05
%14.12

Codes

Color #DBA397 in popluar color models

DB A3 97
RGB 219 163 151
HSL 11° 48.57% 72.55%
HSB/HSV 11° 31.05% 85.88%
CMYK 0.00% 25.57% 31.05%
14.12%

Color #DBA397 in popluar number systems.

HEX DB A3 97
Decimal 219 163 151
Binary 11011011 10100011 10010111
Octal 333 243 227

Shades and tints

Shades of #DBA397

#DBA397
(219,163,151)
#C8958A
(200,149,138)
#B5877D
(181,135,125)
#A27970
(162,121,112)
#8F6B63
(143,107,99)
#7C5D56
(124,93,86)
#694F49
(105,79,73)
#56413C
(86,65,60)
#43332F
(67,51,47)
#302522
(48,37,34)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #DBA397

#DBA397
(219,163,151)
#DEABA0
(222,171,160)
#E1B3A9
(225,179,169)
#E4BBB2
(228,187,178)
#E7C3BB
(231,195,187)
#EACBC4
(234,203,196)
#EDD3CD
(237,211,205)
#F0DBD6
(240,219,214)
#F3E3DF
(243,227,223)
#F6EBE8
(246,235,232)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA397; }

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

This text font color is #DBA397.

Background Color

.myBgColor { background-color: #DBA397; }

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

This div background color is #DBA397.

Border color

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

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

This div border color is #DBA397.

Opacity

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

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

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

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

This text has shadow with #DBA397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA397.

Preview

Color preview on black background

This text has color #DBA397 on black background.


Color preview on white background

This text has color #DBA397 on white background.


Black color preview on #DBA397 background

This text has black color on #DBA397 background.


White color preview on #DBA397 background

This text has white color on #DBA397 background.


Related colors

Complementary color

Complementary color for #hex is #245C68.


I love getcolorcode.com

Triadic colors

1 #97DBA3 and #A397DB with #DBA397 are triadic colors.

2 #97A3DB and #A3DB97 with #DBA397 are triadic colors.