COLOR #DBC39E

HEX: #DBC39E
RGB: (219,195,158)

Color info

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

RGB color model

#DBC39E color RGB value is (219,195,158).

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

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 158 of 255 = 62%

219
195
158

R + G + B ~ 75%. #DBC39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 158 = 572 (100%)
R 219 of 572 ~ 38.29%
G 195 of 572 ~ 34.09%
B 158 of 572 ~ 27.62%

%38.29
%34.09
%27.62

CMYK color model

#DBC39E color CMYK value is (0,11,28,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 27.85%
  • key color value is 14.12%
CMYK:
(0,11,28,14)
C0M11Y28K14 
(0%,11%,28%,14%)
(0.00/0.11/0.28/0.14)	

CMYK percentages

%0
%10.96
%27.85
%14.12

Codes

Color #DBC39E in popluar color models

DBC39E
RGB219195158
HSL36°45.86%73.92%
HSB/HSV36°27.85%85.88%
CMYK0.00%10.96%27.85%
14.12%

Color #DBC39E in popluar number systems.

HEXDBC39E
Decimal219195158
Binary110110111100001110011110
Octal333303236

Shades and tints

Shades of #DBC39E

#DBC39E
(219,195,158)
#C8B290
(200,178,144)
#B5A182
(181,161,130)
#A29074
(162,144,116)
#8F7F66
(143,127,102)
#7C6E58
(124,110,88)
#695D4A
(105,93,74)
#564C3C
(86,76,60)
#433B2E
(67,59,46)
#302A20
(48,42,32)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #DBC39E

#DBC39E
(219,195,158)
#DEC8A6
(222,200,166)
#E1CDAE
(225,205,174)
#E4D2B6
(228,210,182)
#E7D7BE
(231,215,190)
#EADCC6
(234,220,198)
#EDE1CE
(237,225,206)
#F0E6D6
(240,230,214)
#F3EBDE
(243,235,222)
#F6F0E6
(246,240,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC39E; }

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

This text font color is #DBC39E.


Background Color

.myBgColor { background-color: #DBC39E; }

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

This div background color is #DBC39E.


Border color

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

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

This div border color is #DBC39E.


Opacity

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

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

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

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

This text has shadow with #DBC39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC39E on black background.


Color preview on white background

This text has color #DBC39E on white background.



Black color preview on #DBC39E background

This text has black color on #DBC39E background.


White color preview on #DBC39E background

This text has white color on #DBC39E background.