COLOR #DCB991

HEX: #DCB991 RGB: (220,185,145)

Color info

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

RGB color model

#DCB991 color RGB value is (220,185,145).

RGB: (220,185,145) (86%, 73%, 57%)

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 145 of 255 = 57%

220
185
145

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

Portions of RGB colors in percentages

R + G + B = 220 + 185 + 145 = 550 (100%)
R 220 of 550 ~ 40%
G 185 of 550 ~ 33.64%
B 145 of 550 ~ 26.36'%

%40
%33.64
%26.36

CMYK color model

#DCB991 color CMYK value is (0,16,34,14).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 34.09%
  • key color value is 13.73%
CMYK: (0,16,34,14) C0M16Y34K14 (0%,16%,34%,14%) (0.00/0.16/0.34/0.14) 

CMYK percentages

%0
%15.91
%34.09
%13.73

Codes

Color #DCB991 in popluar color models

DC B9 91
RGB 220 185 145
HSL 32° 51.72% 71.57%
HSB/HSV 32° 34.09% 86.27%
CMYK 0.00% 15.91% 34.09%
13.73%

Color #DCB991 in popluar number systems.

HEX DC B9 91
Decimal 220 185 145
Binary 11011100 10111001 10010001
Octal 334 271 221

Shades and tints

Shades of #DCB991

#DCB991
(220,185,145)
#C8A984
(200,169,132)
#B49977
(180,153,119)
#A0896A
(160,137,106)
#8C795D
(140,121,93)
#786950
(120,105,80)
#645943
(100,89,67)
#504936
(80,73,54)
#3C3929
(60,57,41)
#28291C
(40,41,28)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #DCB991

#DCB991
(220,185,145)
#DFBF9B
(223,191,155)
#E2C5A5
(226,197,165)
#E5CBAF
(229,203,175)
#E8D1B9
(232,209,185)
#EBD7C3
(235,215,195)
#EEDDCD
(238,221,205)
#F1E3D7
(241,227,215)
#F4E9E1
(244,233,225)
#F7EFEB
(247,239,235)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB991 color. Also use rgb(220,185,145) instead hex code.

Text Font Color

.myTextColor { color: #DCB991; }

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

This text font color is #DCB991.

Background Color

.myBgColor { background-color: #DCB991; }

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

This div background color is #DCB991.

Border color

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

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

This div border color is #DCB991.

Opacity

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

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

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

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

This text has shadow with #DCB991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB991.

Preview

Color preview on black background

This text has color #DCB991 on black background.


Color preview on white background

This text has color #DCB991 on white background.


Black color preview on #DCB991 background

This text has black color on #DCB991 background.


White color preview on #DCB991 background

This text has white color on #DCB991 background.


Related colors

Complementary color

Complementary color for #hex is #23466E.


I love getcolorcode.com

Triadic colors

1 #91DCB9 and #B991DC with #DCB991 are triadic colors.

2 #91B9DC and #B9DC91 with #DCB991 are triadic colors.