COLOR #DBC1A0

HEX: #DBC1A0
RGB: (219,193,160)

Color info

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

RGB color model

#DBC1A0 color RGB value is (219,193,160).

  • red value is 219;
  • green value is 193;
  • blue value is 160.
RGB:
(219,193,160)
(86%,76%,63%)

RGB channels and saturation

R 219 of 255 = 86%
G 193 of 255 = 76%
B 160 of 255 = 63%

219
193
160

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

Portions of RGB colors in percentages

R + G + B =
219 + 193 + 160 = 572 (100%)
R 219 of 572 ~ 38.29%
G 193 of 572 ~ 33.74%
B 160 of 572 ~ 27.97%

%38.29
%33.74
%27.97

CMYK color model

#DBC1A0 color CMYK value is (0,12,27,14).

  • cyan value is 0.00%
  • magenta value is 11.87%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(0,12,27,14)
C0M12Y27K14 
(0%,12%,27%,14%)
(0.00/0.12/0.27/0.14)	

CMYK percentages

%0
%11.87
%26.94
%14.12

Codes

Color #DBC1A0 in popluar color models

DBC1A0
RGB219193160
HSL34°45.04%74.31%
HSB/HSV34°26.94%85.88%
CMYK0.00%11.87%26.94%
14.12%

Color #DBC1A0 in popluar number systems.

HEXDBC1A0
Decimal219193160
Binary110110111100000110100000
Octal333301240

Shades and tints

Shades of #DBC1A0

#DBC1A0
(219,193,160)
#C8B092
(200,176,146)
#B59F84
(181,159,132)
#A28E76
(162,142,118)
#8F7D68
(143,125,104)
#7C6C5A
(124,108,90)
#695B4C
(105,91,76)
#564A3E
(86,74,62)
#433930
(67,57,48)
#302822
(48,40,34)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBC1A0

#DBC1A0
(219,193,160)
#DEC6A8
(222,198,168)
#E1CBB0
(225,203,176)
#E4D0B8
(228,208,184)
#E7D5C0
(231,213,192)
#EADAC8
(234,218,200)
#EDDFD0
(237,223,208)
#F0E4D8
(240,228,216)
#F3E9E0
(243,233,224)
#F6EEE8
(246,238,232)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC1A0 color. Also use rgb(219,193,160) instead hex code.

Text Font Color

.myTextColor { color: #DBC1A0; }

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

This text font color is #DBC1A0.


Background Color

.myBgColor { background-color: #DBC1A0; }

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

This div background color is #DBC1A0.


Border color

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

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

This div border color is #DBC1A0.


Opacity

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

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

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

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

This text has shadow with #DBC1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC1A0 on black background.


Color preview on white background

This text has color #DBC1A0 on white background.



Black color preview on #DBC1A0 background

This text has black color on #DBC1A0 background.


White color preview on #DBC1A0 background

This text has white color on #DBC1A0 background.