COLOR #DBD39E

HEX: #DBD39E
RGB: (219,211,158)

Color info

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

RGB color model

#DBD39E color RGB value is (219,211,158).

  • red value is 219;
  • green value is 211;
  • blue value is 158.
RGB:
(219,211,158)
(86%,83%,62%)

RGB channels and saturation

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

219
211
158

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

Portions of RGB colors in percentages

R + G + B =
219 + 211 + 158 = 588 (100%)
R 219 of 588 ~ 37.24%
G 211 of 588 ~ 35.88%
B 158 of 588 ~ 26.87%

%37.24
%35.88
%26.87

CMYK color model

#DBD39E color CMYK value is (0,4,28,14).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 27.85%
  • key color value is 14.12%
CMYK:
(0,4,28,14)
C0M4Y28K14 
(0%,4%,28%,14%)
(0.00/0.04/0.28/0.14)	

CMYK percentages

%0
%3.65
%27.85
%14.12

Codes

Color #DBD39E in popluar color models

DBD39E
RGB219211158
HSL52°45.86%73.92%
HSB/HSV52°27.85%85.88%
CMYK0.00%3.65%27.85%
14.12%

Color #DBD39E in popluar number systems.

HEXDBD39E
Decimal219211158
Binary110110111101001110011110
Octal333323236

Shades and tints

Shades of #DBD39E

#DBD39E
(219,211,158)
#C8C090
(200,192,144)
#B5AD82
(181,173,130)
#A29A74
(162,154,116)
#8F8766
(143,135,102)
#7C7458
(124,116,88)
#69614A
(105,97,74)
#564E3C
(86,78,60)
#433B2E
(67,59,46)
#302820
(48,40,32)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #DBD39E

#DBD39E
(219,211,158)
#DED7A6
(222,215,166)
#E1DBAE
(225,219,174)
#E4DFB6
(228,223,182)
#E7E3BE
(231,227,190)
#EAE7C6
(234,231,198)
#EDEBCE
(237,235,206)
#F0EFD6
(240,239,214)
#F3F3DE
(243,243,222)
#F6F7E6
(246,247,230)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD39E; }

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

This text font color is #DBD39E.


Background Color

.myBgColor { background-color: #DBD39E; }

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

This div background color is #DBD39E.


Border color

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

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

This div border color is #DBD39E.


Opacity

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

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

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

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

This text has shadow with #DBD39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD39E on black background.


Color preview on white background

This text has color #DBD39E on white background.



Black color preview on #DBD39E background

This text has black color on #DBD39E background.


White color preview on #DBD39E background

This text has white color on #DBD39E background.