COLOR #DBDA87

HEX: #DBDA87
RGB: (219,218,135)

Color info

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

RGB color model

#DBDA87 color RGB value is (219,218,135).

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

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 135 of 255 = 53%

219
218
135

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 135 = 572 (100%)
R 219 of 572 ~ 38.29%
G 218 of 572 ~ 38.11%
B 135 of 572 ~ 23.6%

%38.29
%38.11
%23.6

CMYK color model

#DBDA87 color CMYK value is (0,0,38,14).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,0,38,14)
C0M0Y38K14 
(0%,0%,38%,14%)
(0.00/0.00/0.38/0.14)	

CMYK percentages

%0
%0.46
%38.36
%14.12

Codes

Color #DBDA87 in popluar color models

DBDA87
RGB219218135
HSL59°53.85%69.41%
HSB/HSV59°38.36%85.88%
CMYK0.00%0.46%38.36%
14.12%

Color #DBDA87 in popluar number systems.

HEXDBDA87
Decimal219218135
Binary110110111101101010000111
Octal333332207

Shades and tints

Shades of #DBDA87

#DBDA87
(219,218,135)
#C8C77B
(200,199,123)
#B5B46F
(181,180,111)
#A2A163
(162,161,99)
#8F8E57
(143,142,87)
#7C7B4B
(124,123,75)
#69683F
(105,104,63)
#565533
(86,85,51)
#434227
(67,66,39)
#302F1B
(48,47,27)
#1D1C0F
(29,28,15)
#000000
(0,0,0)

Tints of #DBDA87

#DBDA87
(219,218,135)
#DEDD91
(222,221,145)
#E1E09B
(225,224,155)
#E4E3A5
(228,227,165)
#E7E6AF
(231,230,175)
#EAE9B9
(234,233,185)
#EDECC3
(237,236,195)
#F0EFCD
(240,239,205)
#F3F2D7
(243,242,215)
#F6F5E1
(246,245,225)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDA87 color. Also use rgb(219,218,135) instead hex code.

Text Font Color

.myTextColor { color: #DBDA87; }

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

This text font color is #DBDA87.


Background Color

.myBgColor { background-color: #DBDA87; }

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

This div background color is #DBDA87.


Border color

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

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

This div border color is #DBDA87.


Opacity

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

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

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

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

This text has shadow with #DBDA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDA87 on black background.


Color preview on white background

This text has color #DBDA87 on white background.



Black color preview on #DBDA87 background

This text has black color on #DBDA87 background.


White color preview on #DBDA87 background

This text has white color on #DBDA87 background.