COLOR #DCC6B0

HEX: #DCC6B0 RGB: (220,198,176)

Color info

#DCC6B0 contains red, green and blue colors in about the same proportion. Web safe color of #DCC6B0 is #CCCC99 (or #CC9).

RGB color model

#DCC6B0 color RGB value is (220,198,176).

RGB: (220,198,176) (86%, 78%, 69%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 176 of 255 = 69%

220
198
176

R + G + B ~ 78%. #DCC6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 176 = 594 (100%)
R 220 of 594 ~ 37.04%
G 198 of 594 ~ 33.33%
B 176 of 594 ~ 29.63'%

%37.04
%33.33
%29.63

CMYK color model

#DCC6B0 color CMYK value is (0,10,20,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 20.00%
  • key color value is 13.73%

CMYK: (0,10,20,14)
C0M10Y20K14 (0%, 10%, 20%, 14%)
(0.00 / 0.10 / 0.20 / 0.14)

CMYK percentages

%0
%10
%20
%13.73

Codes

Color #DCC6B0 in popluar color models

DC C6 B0
RGB 220 198 176
HSL 30° 38.60% 77.65%
HSB/HSV 30° 20.00% 86.27%
CMYK 0.00% 10.00% 20.00%
13.73%

Color #DCC6B0 in popluar number systems.

HEX DC C6 B0
Decimal 220 198 176
Binary 11011100 11000110 10110000
Octal 334 306 260

Shades and tints

Shades of #DCC6B0

#DCC6B0
(220,198,176)
#C8B4A0
(200,180,160)
#B4A290
(180,162,144)
#A09080
(160,144,128)
#8C7E70
(140,126,112)
#786C60
(120,108,96)
#645A50
(100,90,80)
#504840
(80,72,64)
#3C3630
(60,54,48)
#282420
(40,36,32)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #DCC6B0

#DCC6B0
(220,198,176)
#DFCBB7
(223,203,183)
#E2D0BE
(226,208,190)
#E5D5C5
(229,213,197)
#E8DACC
(232,218,204)
#EBDFD3
(235,223,211)
#EEE4DA
(238,228,218)
#F1E9E1
(241,233,225)
#F4EEE8
(244,238,232)
#F7F3EF
(247,243,239)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC6B0 color. Also use rgb(220,198,176) instead hex code.

Text Font Color

.myTextColor { color: #DCC6B0; }

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

This text font color is #DCC6B0.

Background Color

.myBgColor { background-color: #DCC6B0; }

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

This div background color is #DCC6B0.

Border color

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

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

This div border color is #DCC6B0.

Opacity

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

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

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

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

This text has shadow with #DCC6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6B0.

Preview

Color preview on black background

This text has color #DCC6B0 on black background.


Color preview on white background

This text has color #DCC6B0 on white background.


Black color preview on #DCC6B0 background

This text has black color on #DCC6B0 background.


White color preview on #DCC6B0 background

This text has white color on #DCC6B0 background.


Related colors

Complementary color

Complementary color for #hex is #23394F.


I love getcolorcode.com

Triadic colors

1 #B0DCC6 and #C6B0DC with #DCC6B0 are triadic colors.

2 #B0C6DC and #C6DCB0 with #DCC6B0 are triadic colors.