COLOR #DBD8A0

HEX: #DBD8A0
RGB: (219,216,160)

Color info

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

RGB color model

#DBD8A0 color RGB value is (219,216,160).

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

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 160 of 255 = 63%

219
216
160

R + G + B ~ 78%. #DBD8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 160 = 595 (100%)
R 219 of 595 ~ 36.81%
G 216 of 595 ~ 36.3%
B 160 of 595 ~ 26.89%

%36.81
%36.3
%26.89

CMYK color model

#DBD8A0 color CMYK value is (0,1,27,14).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(0,1,27,14)
C0M1Y27K14 
(0%,1%,27%,14%)
(0.00/0.01/0.27/0.14)	

CMYK percentages

%0
%1.37
%26.94
%14.12

Codes

Color #DBD8A0 in popluar color models

DBD8A0
RGB219216160
HSL57°45.04%74.31%
HSB/HSV57°26.94%85.88%
CMYK0.00%1.37%26.94%
14.12%

Color #DBD8A0 in popluar number systems.

HEXDBD8A0
Decimal219216160
Binary110110111101100010100000
Octal333330240

Shades and tints

Shades of #DBD8A0

#DBD8A0
(219,216,160)
#C8C592
(200,197,146)
#B5B284
(181,178,132)
#A29F76
(162,159,118)
#8F8C68
(143,140,104)
#7C795A
(124,121,90)
#69664C
(105,102,76)
#56533E
(86,83,62)
#434030
(67,64,48)
#302D22
(48,45,34)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBD8A0

#DBD8A0
(219,216,160)
#DEDBA8
(222,219,168)
#E1DEB0
(225,222,176)
#E4E1B8
(228,225,184)
#E7E4C0
(231,228,192)
#EAE7C8
(234,231,200)
#EDEAD0
(237,234,208)
#F0EDD8
(240,237,216)
#F3F0E0
(243,240,224)
#F6F3E8
(246,243,232)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8A0; }

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

This text font color is #DBD8A0.


Background Color

.myBgColor { background-color: #DBD8A0; }

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

This div background color is #DBD8A0.


Border color

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

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

This div border color is #DBD8A0.


Opacity

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

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

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

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

This text has shadow with #DBD8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD8A0 on black background.


Color preview on white background

This text has color #DBD8A0 on white background.



Black color preview on #DBD8A0 background

This text has black color on #DBD8A0 background.


White color preview on #DBD8A0 background

This text has white color on #DBD8A0 background.