COLOR #DBC39B

HEX: #DBC39B RGB: (219,195,155)

Color info

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

RGB color model

#DBC39B color RGB value is (219,195,155).

RGB: (219,195,155) (86%, 76%, 61%)

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 155 of 255 = 61%

219
195
155

R + G + B ~ 74%. #DBC39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 195 + 155 = 569 (100%)
R 219 of 569 ~ 38.49%
G 195 of 569 ~ 34.27%
B 155 of 569 ~ 27.24'%

%38.49
%34.27
%27.24

CMYK color model

#DBC39B color CMYK value is (0,11,29,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 29.22%
  • key color value is 14.12%

CMYK: (0,11,29,14)
C0M11Y29K14 (0%, 11%, 29%, 14%)
(0.00 / 0.11 / 0.29 / 0.14)

CMYK percentages

%0
%10.96
%29.22
%14.12

Codes

Color #DBC39B in popluar color models

DB C3 9B
RGB 219 195 155
HSL 38° 47.06% 73.33%
HSB/HSV 38° 29.22% 85.88%
CMYK 0.00% 10.96% 29.22%
14.12%

Color #DBC39B in popluar number systems.

HEX DB C3 9B
Decimal 219 195 155
Binary 11011011 11000011 10011011
Octal 333 303 233

Shades and tints

Shades of #DBC39B

#DBC39B
(219,195,155)
#C8B28D
(200,178,141)
#B5A17F
(181,161,127)
#A29071
(162,144,113)
#8F7F63
(143,127,99)
#7C6E55
(124,110,85)
#695D47
(105,93,71)
#564C39
(86,76,57)
#433B2B
(67,59,43)
#302A1D
(48,42,29)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #DBC39B

#DBC39B
(219,195,155)
#DEC8A4
(222,200,164)
#E1CDAD
(225,205,173)
#E4D2B6
(228,210,182)
#E7D7BF
(231,215,191)
#EADCC8
(234,220,200)
#EDE1D1
(237,225,209)
#F0E6DA
(240,230,218)
#F3EBE3
(243,235,227)
#F6F0EC
(246,240,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC39B; }

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

This text font color is #DBC39B.

Background Color

.myBgColor { background-color: #DBC39B; }

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

This div background color is #DBC39B.

Border color

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

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

This div border color is #DBC39B.

Opacity

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

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

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

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

This text has shadow with #DBC39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC39B.

Preview

Color preview on black background

This text has color #DBC39B on black background.


Color preview on white background

This text has color #DBC39B on white background.


Black color preview on #DBC39B background

This text has black color on #DBC39B background.


White color preview on #DBC39B background

This text has white color on #DBC39B background.


Related colors

Complementary color

Complementary color for #hex is #243C64.


I love getcolorcode.com

Triadic colors

1 #9BDBC3 and #C39BDB with #DBC39B are triadic colors.

2 #9BC3DB and #C3DB9B with #DBC39B are triadic colors.