COLOR #DCC7BE

HEX: #DCC7BE RGB: (220,199,190)

Color info

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

RGB color model

#DCC7BE color RGB value is (220,199,190).

RGB: (220,199,190) (86%, 78%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 190 of 255 = 75%

220
199
190

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

Portions of RGB colors in percentages

R + G + B = 220 + 199 + 190 = 609 (100%)
R 220 of 609 ~ 36.12%
G 199 of 609 ~ 32.68%
B 190 of 609 ~ 31.2'%

%36.12
%32.68
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (0,10,14,14)
C0M10Y14K14 (0%, 10%, 14%, 14%)
(0.00 / 0.10 / 0.14 / 0.14)

CMYK percentages

%0
%9.55
%13.64
%13.73

Codes

Color #DCC7BE in popluar color models

DC C7 BE
RGB 220 199 190
HSL 18° 30.00% 80.39%
HSB/HSV 18° 13.64% 86.27%
CMYK 0.00% 9.55% 13.64%
13.73%

Color #DCC7BE in popluar number systems.

HEX DC C7 BE
Decimal 220 199 190
Binary 11011100 11000111 10111110
Octal 334 307 276

Shades and tints

Shades of #DCC7BE

#DCC7BE
(220,199,190)
#C8B5AD
(200,181,173)
#B4A39C
(180,163,156)
#A0918B
(160,145,139)
#8C7F7A
(140,127,122)
#786D69
(120,109,105)
#645B58
(100,91,88)
#504947
(80,73,71)
#3C3736
(60,55,54)
#282525
(40,37,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #DCC7BE

#DCC7BE
(220,199,190)
#DFCCC3
(223,204,195)
#E2D1C8
(226,209,200)
#E5D6CD
(229,214,205)
#E8DBD2
(232,219,210)
#EBE0D7
(235,224,215)
#EEE5DC
(238,229,220)
#F1EAE1
(241,234,225)
#F4EFE6
(244,239,230)
#F7F4EB
(247,244,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC7BE color. Also use rgb(220,199,190) instead hex code.

Text Font Color

.myTextColor { color: #DCC7BE; }

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

This text font color is #DCC7BE.

Background Color

.myBgColor { background-color: #DCC7BE; }

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

This div background color is #DCC7BE.

Border color

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

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

This div border color is #DCC7BE.

Opacity

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

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

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

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

This text has shadow with #DCC7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC7BE.

Preview

Color preview on black background

This text has color #DCC7BE on black background.


Color preview on white background

This text has color #DCC7BE on white background.


Black color preview on #DCC7BE background

This text has black color on #DCC7BE background.


White color preview on #DCC7BE background

This text has white color on #DCC7BE background.


Related colors

Complementary color

Complementary color for #hex is #233841.


I love getcolorcode.com

Triadic colors

1 #BEDCC7 and #C7BEDC with #DCC7BE are triadic colors.

2 #BEC7DC and #C7DCBE with #DCC7BE are triadic colors.