COLOR #DBD49E

HEX: #DBD49E RGB: (219,212,158)

Color info

#DBD49E contains mainly red and green colors. Web safe color of #DBD49E is #CCCC99 (or #CC9).

RGB color model

#DBD49E color RGB value is (219,212,158).

RGB: (219,212,158) (86%, 83%, 62%)

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 158 of 255 = 62%

219
212
158

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

Portions of RGB colors in percentages

R + G + B = 219 + 212 + 158 = 589 (100%)
R 219 of 589 ~ 37.18%
G 212 of 589 ~ 35.99%
B 158 of 589 ~ 26.83'%

%37.18
%35.99
%26.83

CMYK color model

#DBD49E color CMYK value is (0,3,28,14).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 27.85%
  • key color value is 14.12%

CMYK: (0,3,28,14)
C0M3Y28K14 (0%, 3%, 28%, 14%)
(0.00 / 0.03 / 0.28 / 0.14)

CMYK percentages

%0
%3.2
%27.85
%14.12

Codes

Color #DBD49E in popluar color models

DB D4 9E
RGB 219 212 158
HSL 53° 45.86% 73.92%
HSB/HSV 53° 27.85% 85.88%
CMYK 0.00% 3.20% 27.85%
14.12%

Color #DBD49E in popluar number systems.

HEX DB D4 9E
Decimal 219 212 158
Binary 11011011 11010100 10011110
Octal 333 324 236

Shades and tints

Shades of #DBD49E

#DBD49E
(219,212,158)
#C8C190
(200,193,144)
#B5AE82
(181,174,130)
#A29B74
(162,155,116)
#8F8866
(143,136,102)
#7C7558
(124,117,88)
#69624A
(105,98,74)
#564F3C
(86,79,60)
#433C2E
(67,60,46)
#302920
(48,41,32)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DBD49E

#DBD49E
(219,212,158)
#DED7A6
(222,215,166)
#E1DAAE
(225,218,174)
#E4DDB6
(228,221,182)
#E7E0BE
(231,224,190)
#EAE3C6
(234,227,198)
#EDE6CE
(237,230,206)
#F0E9D6
(240,233,214)
#F3ECDE
(243,236,222)
#F6EFE6
(246,239,230)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD49E color. Also use rgb(219,212,158) instead hex code.

Text Font Color

.myTextColor { color: #DBD49E; }

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

This text font color is #DBD49E.

Background Color

.myBgColor { background-color: #DBD49E; }

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

This div background color is #DBD49E.

Border color

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

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

This div border color is #DBD49E.

Opacity

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

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

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

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

This text has shadow with #DBD49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD49E.

Preview

Color preview on black background

This text has color #DBD49E on black background.


Color preview on white background

This text has color #DBD49E on white background.


Black color preview on #DBD49E background

This text has black color on #DBD49E background.


White color preview on #DBD49E background

This text has white color on #DBD49E background.


Related colors

Complementary color

Complementary color for #hex is #242B61.


I love getcolorcode.com

Triadic colors

1 #9EDBD4 and #D49EDB with #DBD49E are triadic colors.

2 #9ED4DB and #D4DB9E with #DBD49E are triadic colors.