COLOR #DBD886

HEX: #DBD886
RGB: (219,216,134)

Color info

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

RGB color model

#DBD886 color RGB value is (219,216,134).

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

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 134 of 255 = 53%

219
216
134

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

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 134 = 569 (100%)
R 219 of 569 ~ 38.49%
G 216 of 569 ~ 37.96%
B 134 of 569 ~ 23.55%

%38.49
%37.96
%23.55

CMYK color model

#DBD886 color CMYK value is (0,1,39,14).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 38.81%
  • key color value is 14.12%
CMYK:
(0,1,39,14)
C0M1Y39K14 
(0%,1%,39%,14%)
(0.00/0.01/0.39/0.14)	

CMYK percentages

%0
%1.37
%38.81
%14.12

Codes

Color #DBD886 in popluar color models

DBD886
RGB219216134
HSL58°54.14%69.22%
HSB/HSV58°38.81%85.88%
CMYK0.00%1.37%38.81%
14.12%

Color #DBD886 in popluar number systems.

HEXDBD886
Decimal219216134
Binary110110111101100010000110
Octal333330206

Shades and tints

Shades of #DBD886

#DBD886
(219,216,134)
#C8C57A
(200,197,122)
#B5B26E
(181,178,110)
#A29F62
(162,159,98)
#8F8C56
(143,140,86)
#7C794A
(124,121,74)
#69663E
(105,102,62)
#565332
(86,83,50)
#434026
(67,64,38)
#302D1A
(48,45,26)
#1D1A0E
(29,26,14)
#000000
(0,0,0)

Tints of #DBD886

#DBD886
(219,216,134)
#DEDB91
(222,219,145)
#E1DE9C
(225,222,156)
#E4E1A7
(228,225,167)
#E7E4B2
(231,228,178)
#EAE7BD
(234,231,189)
#EDEAC8
(237,234,200)
#F0EDD3
(240,237,211)
#F3F0DE
(243,240,222)
#F6F3E9
(246,243,233)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD886; }

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

This text font color is #DBD886.


Background Color

.myBgColor { background-color: #DBD886; }

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

This div background color is #DBD886.


Border color

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

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

This div border color is #DBD886.


Opacity

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

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

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

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

This text has shadow with #DBD886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD886 on black background.


Color preview on white background

This text has color #DBD886 on white background.



Black color preview on #DBD886 background

This text has black color on #DBD886 background.


White color preview on #DBD886 background

This text has white color on #DBD886 background.