COLOR #DBC8AA

HEX: #DBC8AA RGB: (219,200,170)

Color info

#DBC8AA contains red, green and blue colors in about the same proportion. Web safe color of #DBC8AA is #CCCC99 (or #CC9).

RGB color model

#DBC8AA color RGB value is (219,200,170).

RGB: (219,200,170) (86%, 78%, 67%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 170 of 255 = 67%

219
200
170

R + G + B ~ 77%. #DBC8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 200 + 170 = 589 (100%)
R 219 of 589 ~ 37.18%
G 200 of 589 ~ 33.96%
B 170 of 589 ~ 28.86'%

%37.18
%33.96
%28.86

CMYK color model

#DBC8AA color CMYK value is (0,9,22,14).

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

CMYK: (0,9,22,14)
C0M9Y22K14 (0%, 9%, 22%, 14%)
(0.00 / 0.09 / 0.22 / 0.14)

CMYK percentages

%0
%8.68
%22.37
%14.12

Codes

Color #DBC8AA in popluar color models

DB C8 AA
RGB 219 200 170
HSL 37° 40.50% 76.27%
HSB/HSV 37° 22.37% 85.88%
CMYK 0.00% 8.68% 22.37%
14.12%

Color #DBC8AA in popluar number systems.

HEX DB C8 AA
Decimal 219 200 170
Binary 11011011 11001000 10101010
Octal 333 310 252

Shades and tints

Shades of #DBC8AA

#DBC8AA
(219,200,170)
#C8B69B
(200,182,155)
#B5A48C
(181,164,140)
#A2927D
(162,146,125)
#8F806E
(143,128,110)
#7C6E5F
(124,110,95)
#695C50
(105,92,80)
#564A41
(86,74,65)
#433832
(67,56,50)
#302623
(48,38,35)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBC8AA

#DBC8AA
(219,200,170)
#DECDB1
(222,205,177)
#E1D2B8
(225,210,184)
#E4D7BF
(228,215,191)
#E7DCC6
(231,220,198)
#EAE1CD
(234,225,205)
#EDE6D4
(237,230,212)
#F0EBDB
(240,235,219)
#F3F0E2
(243,240,226)
#F6F5E9
(246,245,233)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8AA; }

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

This text font color is #DBC8AA.

Background Color

.myBgColor { background-color: #DBC8AA; }

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

This div background color is #DBC8AA.

Border color

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

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

This div border color is #DBC8AA.

Opacity

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

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

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

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

This text has shadow with #DBC8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC8AA.

Preview

Color preview on black background

This text has color #DBC8AA on black background.


Color preview on white background

This text has color #DBC8AA on white background.


Black color preview on #DBC8AA background

This text has black color on #DBC8AA background.


White color preview on #DBC8AA background

This text has white color on #DBC8AA background.


Related colors

Complementary color

Complementary color for #hex is #243755.


I love getcolorcode.com

Triadic colors

1 #AADBC8 and #C8AADB with #DBC8AA are triadic colors.

2 #AAC8DB and #C8DBAA with #DBC8AA are triadic colors.