COLOR #DBC486

HEX: #DBC486 RGB: (219,196,134)

Color info

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

RGB color model

#DBC486 color RGB value is (219,196,134).

RGB: (219,196,134) (86%, 77%, 53%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 134 of 255 = 53%

219
196
134

R + G + B ~ 72%. #DBC486 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 134 = 549 (100%)
R 219 of 549 ~ 39.89%
G 196 of 549 ~ 35.7%
B 134 of 549 ~ 24.41'%

%39.89
%35.7
%24.41

CMYK color model

#DBC486 color CMYK value is (0,11,39,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 38.81%
  • key color value is 14.12%

CMYK: (0,11,39,14)
C0M11Y39K14 (0%, 11%, 39%, 14%)
(0.00 / 0.11 / 0.39 / 0.14)

CMYK percentages

%0
%10.5
%38.81
%14.12

Codes

Color #DBC486 in popluar color models

DB C4 86
RGB 219 196 134
HSL 44° 54.14% 69.22%
HSB/HSV 44° 38.81% 85.88%
CMYK 0.00% 10.50% 38.81%
14.12%

Color #DBC486 in popluar number systems.

HEX DB C4 86
Decimal 219 196 134
Binary 11011011 11000100 10000110
Octal 333 304 206

Shades and tints

Shades of #DBC486

#DBC486
(219,196,134)
#C8B37A
(200,179,122)
#B5A26E
(181,162,110)
#A29162
(162,145,98)
#8F8056
(143,128,86)
#7C6F4A
(124,111,74)
#695E3E
(105,94,62)
#564D32
(86,77,50)
#433C26
(67,60,38)
#302B1A
(48,43,26)
#1D1A0E
(29,26,14)
#000000
(0,0,0)

Tints of #DBC486

#DBC486
(219,196,134)
#DEC991
(222,201,145)
#E1CE9C
(225,206,156)
#E4D3A7
(228,211,167)
#E7D8B2
(231,216,178)
#EADDBD
(234,221,189)
#EDE2C8
(237,226,200)
#F0E7D3
(240,231,211)
#F3ECDE
(243,236,222)
#F6F1E9
(246,241,233)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC486; }

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

This text font color is #DBC486.

Background Color

.myBgColor { background-color: #DBC486; }

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

This div background color is #DBC486.

Border color

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

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

This div border color is #DBC486.

Opacity

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

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

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

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

This text has shadow with #DBC486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC486.

Preview

Color preview on black background

This text has color #DBC486 on black background.


Color preview on white background

This text has color #DBC486 on white background.


Black color preview on #DBC486 background

This text has black color on #DBC486 background.


White color preview on #DBC486 background

This text has white color on #DBC486 background.


Related colors

Complementary color

Complementary color for #hex is #243B79.


I love getcolorcode.com

Triadic colors

1 #86DBC4 and #C486DB with #DBC486 are triadic colors.

2 #86C4DB and #C4DB86 with #DBC486 are triadic colors.