COLOR #DBD5AA

HEX: #DBD5AA RGB: (219,213,170)

Color info

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

RGB color model

#DBD5AA color RGB value is (219,213,170).

RGB: (219,213,170) (86%, 84%, 67%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 170 of 255 = 67%

219
213
170

R + G + B ~ 79%. #DBD5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 213 + 170 = 602 (100%)
R 219 of 602 ~ 36.38%
G 213 of 602 ~ 35.38%
B 170 of 602 ~ 28.24'%

%36.38
%35.38
%28.24

CMYK color model

#DBD5AA color CMYK value is (0,3,22,14).

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

CMYK: (0,3,22,14)
C0M3Y22K14 (0%, 3%, 22%, 14%)
(0.00 / 0.03 / 0.22 / 0.14)

CMYK percentages

%0
%2.74
%22.37
%14.12

Codes

Color #DBD5AA in popluar color models

DB D5 AA
RGB 219 213 170
HSL 53° 40.50% 76.27%
HSB/HSV 53° 22.37% 85.88%
CMYK 0.00% 2.74% 22.37%
14.12%

Color #DBD5AA in popluar number systems.

HEX DB D5 AA
Decimal 219 213 170
Binary 11011011 11010101 10101010
Octal 333 325 252

Shades and tints

Shades of #DBD5AA

#DBD5AA
(219,213,170)
#C8C29B
(200,194,155)
#B5AF8C
(181,175,140)
#A29C7D
(162,156,125)
#8F896E
(143,137,110)
#7C765F
(124,118,95)
#696350
(105,99,80)
#565041
(86,80,65)
#433D32
(67,61,50)
#302A23
(48,42,35)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBD5AA

#DBD5AA
(219,213,170)
#DED8B1
(222,216,177)
#E1DBB8
(225,219,184)
#E4DEBF
(228,222,191)
#E7E1C6
(231,225,198)
#EAE4CD
(234,228,205)
#EDE7D4
(237,231,212)
#F0EADB
(240,234,219)
#F3EDE2
(243,237,226)
#F6F0E9
(246,240,233)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5AA; }

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

This text font color is #DBD5AA.

Background Color

.myBgColor { background-color: #DBD5AA; }

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

This div background color is #DBD5AA.

Border color

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

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

This div border color is #DBD5AA.

Opacity

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

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

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

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

This text has shadow with #DBD5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD5AA.

Preview

Color preview on black background

This text has color #DBD5AA on black background.


Color preview on white background

This text has color #DBD5AA on white background.


Black color preview on #DBD5AA background

This text has black color on #DBD5AA background.


White color preview on #DBD5AA background

This text has white color on #DBD5AA background.


Related colors

Complementary color

Complementary color for #hex is #242A55.


I love getcolorcode.com

Triadic colors

1 #AADBD5 and #D5AADB with #DBD5AA are triadic colors.

2 #AAD5DB and #D5DBAA with #DBD5AA are triadic colors.