COLOR #DBCA86

HEX: #DBCA86
RGB: (219,202,134)

Color info

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

RGB color model

#DBCA86 color RGB value is (219,202,134).

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

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 134 of 255 = 53%

219
202
134

R + G + B ~ 73%. #DBCA86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 134 = 555 (100%)
R 219 of 555 ~ 39.46%
G 202 of 555 ~ 36.4%
B 134 of 555 ~ 24.14%

%39.46
%36.4
%24.14

CMYK color model

#DBCA86 color CMYK value is (0,8,39,14).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 38.81%
  • key color value is 14.12%
CMYK:
(0,8,39,14)
C0M8Y39K14 
(0%,8%,39%,14%)
(0.00/0.08/0.39/0.14)	

CMYK percentages

%0
%7.76
%38.81
%14.12

Codes

Color #DBCA86 in popluar color models

DBCA86
RGB219202134
HSL48°54.14%69.22%
HSB/HSV48°38.81%85.88%
CMYK0.00%7.76%38.81%
14.12%

Color #DBCA86 in popluar number systems.

HEXDBCA86
Decimal219202134
Binary110110111100101010000110
Octal333312206

Shades and tints

Shades of #DBCA86

#DBCA86
(219,202,134)
#C8B87A
(200,184,122)
#B5A66E
(181,166,110)
#A29462
(162,148,98)
#8F8256
(143,130,86)
#7C704A
(124,112,74)
#695E3E
(105,94,62)
#564C32
(86,76,50)
#433A26
(67,58,38)
#30281A
(48,40,26)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #DBCA86

#DBCA86
(219,202,134)
#DECE91
(222,206,145)
#E1D29C
(225,210,156)
#E4D6A7
(228,214,167)
#E7DAB2
(231,218,178)
#EADEBD
(234,222,189)
#EDE2C8
(237,226,200)
#F0E6D3
(240,230,211)
#F3EADE
(243,234,222)
#F6EEE9
(246,238,233)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCA86; }

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

This text font color is #DBCA86.


Background Color

.myBgColor { background-color: #DBCA86; }

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

This div background color is #DBCA86.


Border color

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

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

This div border color is #DBCA86.


Opacity

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

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

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

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

This text has shadow with #DBCA86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCA86 on black background.


Color preview on white background

This text has color #DBCA86 on white background.



Black color preview on #DBCA86 background

This text has black color on #DBCA86 background.


White color preview on #DBCA86 background

This text has white color on #DBCA86 background.