COLOR #DBC0A6

HEX: #DBC0A6
RGB: (219,192,166)

Color info

#DBC0A6 contains red, green and blue colors in about the same proportion. Web safe color of #DBC0A6 is #CCCC99 (or #CC9).

RGB color model

#DBC0A6 color RGB value is (219,192,166).

  • red value is 219;
  • green value is 192;
  • blue value is 166.
RGB:
(219,192,166)
(86%,75%,65%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 166 of 255 = 65%

219
192
166

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

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 166 = 577 (100%)
R 219 of 577 ~ 37.95%
G 192 of 577 ~ 33.28%
B 166 of 577 ~ 28.77%

%37.95
%33.28
%28.77

CMYK color model

#DBC0A6 color CMYK value is (0,12,24,14).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(0,12,24,14)
C0M12Y24K14 
(0%,12%,24%,14%)
(0.00/0.12/0.24/0.14)	

CMYK percentages

%0
%12.33
%24.2
%14.12

Codes

Color #DBC0A6 in popluar color models

DBC0A6
RGB219192166
HSL29°42.40%75.49%
HSB/HSV29°24.20%85.88%
CMYK0.00%12.33%24.20%
14.12%

Color #DBC0A6 in popluar number systems.

HEXDBC0A6
Decimal219192166
Binary110110111100000010100110
Octal333300246

Shades and tints

Shades of #DBC0A6

#DBC0A6
(219,192,166)
#C8AF97
(200,175,151)
#B59E88
(181,158,136)
#A28D79
(162,141,121)
#8F7C6A
(143,124,106)
#7C6B5B
(124,107,91)
#695A4C
(105,90,76)
#56493D
(86,73,61)
#43382E
(67,56,46)
#30271F
(48,39,31)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #DBC0A6

#DBC0A6
(219,192,166)
#DEC5AE
(222,197,174)
#E1CAB6
(225,202,182)
#E4CFBE
(228,207,190)
#E7D4C6
(231,212,198)
#EAD9CE
(234,217,206)
#EDDED6
(237,222,214)
#F0E3DE
(240,227,222)
#F3E8E6
(243,232,230)
#F6EDEE
(246,237,238)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0A6 color. Also use rgb(219,192,166) instead hex code.

Text Font Color

.myTextColor { color: #DBC0A6; }

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

This text font color is #DBC0A6.


Background Color

.myBgColor { background-color: #DBC0A6; }

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

This div background color is #DBC0A6.


Border color

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

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

This div border color is #DBC0A6.


Opacity

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

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

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

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

This text has shadow with #DBC0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC0A6 on black background.


Color preview on white background

This text has color #DBC0A6 on white background.



Black color preview on #DBC0A6 background

This text has black color on #DBC0A6 background.


White color preview on #DBC0A6 background

This text has white color on #DBC0A6 background.