COLOR #DBD39B

HEX: #DBD39B
RGB: (219,211,155)

Color info

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

RGB color model

#DBD39B color RGB value is (219,211,155).

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

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 155 of 255 = 61%

219
211
155

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

Portions of RGB colors in percentages

R + G + B =
219 + 211 + 155 = 585 (100%)
R 219 of 585 ~ 37.44%
G 211 of 585 ~ 36.07%
B 155 of 585 ~ 26.5%

%37.44
%36.07
%26.5

CMYK color model

#DBD39B color CMYK value is (0,4,29,14).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(0,4,29,14)
C0M4Y29K14 
(0%,4%,29%,14%)
(0.00/0.04/0.29/0.14)	

CMYK percentages

%0
%3.65
%29.22
%14.12

Codes

Color #DBD39B in popluar color models

DBD39B
RGB219211155
HSL53°47.06%73.33%
HSB/HSV53°29.22%85.88%
CMYK0.00%3.65%29.22%
14.12%

Color #DBD39B in popluar number systems.

HEXDBD39B
Decimal219211155
Binary110110111101001110011011
Octal333323233

Shades and tints

Shades of #DBD39B

#DBD39B
(219,211,155)
#C8C08D
(200,192,141)
#B5AD7F
(181,173,127)
#A29A71
(162,154,113)
#8F8763
(143,135,99)
#7C7455
(124,116,85)
#696147
(105,97,71)
#564E39
(86,78,57)
#433B2B
(67,59,43)
#30281D
(48,40,29)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #DBD39B

#DBD39B
(219,211,155)
#DED7A4
(222,215,164)
#E1DBAD
(225,219,173)
#E4DFB6
(228,223,182)
#E7E3BF
(231,227,191)
#EAE7C8
(234,231,200)
#EDEBD1
(237,235,209)
#F0EFDA
(240,239,218)
#F3F3E3
(243,243,227)
#F6F7EC
(246,247,236)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD39B; }

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

This text font color is #DBD39B.


Background Color

.myBgColor { background-color: #DBD39B; }

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

This div background color is #DBD39B.


Border color

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

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

This div border color is #DBD39B.


Opacity

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

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

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

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

This text has shadow with #DBD39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD39B on black background.


Color preview on white background

This text has color #DBD39B on white background.



Black color preview on #DBD39B background

This text has black color on #DBD39B background.


White color preview on #DBD39B background

This text has white color on #DBD39B background.