COLOR #DBC7A2

HEX: #DBC7A2
RGB: (219,199,162)

Color info

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

RGB color model

#DBC7A2 color RGB value is (219,199,162).

  • red value is 219;
  • green value is 199;
  • blue value is 162.
RGB:
(219,199,162)
(86%,78%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 162 of 255 = 64%

219
199
162

R + G + B ~ 76%. #DBC7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 162 = 580 (100%)
R 219 of 580 ~ 37.76%
G 199 of 580 ~ 34.31%
B 162 of 580 ~ 27.93%

%37.76
%34.31
%27.93

CMYK color model

#DBC7A2 color CMYK value is (0,9,26,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 26.03%
  • key color value is 14.12%
CMYK:
(0,9,26,14)
C0M9Y26K14 
(0%,9%,26%,14%)
(0.00/0.09/0.26/0.14)	

CMYK percentages

%0
%9.13
%26.03
%14.12

Codes

Color #DBC7A2 in popluar color models

DBC7A2
RGB219199162
HSL39°44.19%74.71%
HSB/HSV39°26.03%85.88%
CMYK0.00%9.13%26.03%
14.12%

Color #DBC7A2 in popluar number systems.

HEXDBC7A2
Decimal219199162
Binary110110111100011110100010
Octal333307242

Shades and tints

Shades of #DBC7A2

#DBC7A2
(219,199,162)
#C8B594
(200,181,148)
#B5A386
(181,163,134)
#A29178
(162,145,120)
#8F7F6A
(143,127,106)
#7C6D5C
(124,109,92)
#695B4E
(105,91,78)
#564940
(86,73,64)
#433732
(67,55,50)
#302524
(48,37,36)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBC7A2

#DBC7A2
(219,199,162)
#DECCAA
(222,204,170)
#E1D1B2
(225,209,178)
#E4D6BA
(228,214,186)
#E7DBC2
(231,219,194)
#EAE0CA
(234,224,202)
#EDE5D2
(237,229,210)
#F0EADA
(240,234,218)
#F3EFE2
(243,239,226)
#F6F4EA
(246,244,234)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC7A2 color. Also use rgb(219,199,162) instead hex code.

Text Font Color

.myTextColor { color: #DBC7A2; }

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

This text font color is #DBC7A2.


Background Color

.myBgColor { background-color: #DBC7A2; }

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

This div background color is #DBC7A2.


Border color

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

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

This div border color is #DBC7A2.


Opacity

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

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

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

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

This text has shadow with #DBC7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7A2 on black background.


Color preview on white background

This text has color #DBC7A2 on white background.



Black color preview on #DBC7A2 background

This text has black color on #DBC7A2 background.


White color preview on #DBC7A2 background

This text has white color on #DBC7A2 background.