COLOR #DCCBB9

HEX: #DCCBB9 RGB: (220,203,185)

Color info

#DCCBB9 contains red, green and blue colors in about the same proportion. Web safe color of #DCCBB9 is #CCCCCC (or #CCC).

RGB color model

#DCCBB9 color RGB value is (220,203,185).

RGB: (220,203,185) (86%, 80%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 203 of 255 = 80%
B 185 of 255 = 73%

220
203
185

R + G + B ~ 80%. #DCCBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 203 + 185 = 608 (100%)
R 220 of 608 ~ 36.18%
G 203 of 608 ~ 33.39%
B 185 of 608 ~ 30.43'%

%36.18
%33.39
%30.43

CMYK color model

#DCCBB9 color CMYK value is (0,8,16,14).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 15.91%
  • key color value is 13.73%

CMYK: (0,8,16,14)
C0M8Y16K14 (0%, 8%, 16%, 14%)
(0.00 / 0.08 / 0.16 / 0.14)

CMYK percentages

%0
%7.73
%15.91
%13.73

Codes

Color #DCCBB9 in popluar color models

DC CB B9
RGB 220 203 185
HSL 31° 33.33% 79.41%
HSB/HSV 31° 15.91% 86.27%
CMYK 0.00% 7.73% 15.91%
13.73%

Color #DCCBB9 in popluar number systems.

HEX DC CB B9
Decimal 220 203 185
Binary 11011100 11001011 10111001
Octal 334 313 271

Shades and tints

Shades of #DCCBB9

#DCCBB9
(220,203,185)
#C8B9A9
(200,185,169)
#B4A799
(180,167,153)
#A09589
(160,149,137)
#8C8379
(140,131,121)
#787169
(120,113,105)
#645F59
(100,95,89)
#504D49
(80,77,73)
#3C3B39
(60,59,57)
#282929
(40,41,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #DCCBB9

#DCCBB9
(220,203,185)
#DFCFBF
(223,207,191)
#E2D3C5
(226,211,197)
#E5D7CB
(229,215,203)
#E8DBD1
(232,219,209)
#EBDFD7
(235,223,215)
#EEE3DD
(238,227,221)
#F1E7E3
(241,231,227)
#F4EBE9
(244,235,233)
#F7EFEF
(247,239,239)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCBB9; }

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

This text font color is #DCCBB9.

Background Color

.myBgColor { background-color: #DCCBB9; }

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

This div background color is #DCCBB9.

Border color

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

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

This div border color is #DCCBB9.

Opacity

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

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

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

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

This text has shadow with #DCCBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCBB9.

Preview

Color preview on black background

This text has color #DCCBB9 on black background.


Color preview on white background

This text has color #DCCBB9 on white background.


Black color preview on #DCCBB9 background

This text has black color on #DCCBB9 background.


White color preview on #DCCBB9 background

This text has white color on #DCCBB9 background.


Related colors

Complementary color

Complementary color for #hex is #233446.


I love getcolorcode.com

Triadic colors

1 #B9DCCB and #CBB9DC with #DCCBB9 are triadic colors.

2 #B9CBDC and #CBDCB9 with #DCCBB9 are triadic colors.