COLOR #DDC6BF

HEX: #DDC6BF RGB: (221,198,191)

Color info

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

RGB color model

#DDC6BF color RGB value is (221,198,191).

RGB: (221,198,191) (87%, 78%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 191 of 255 = 75%

221
198
191

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

Portions of RGB colors in percentages

R + G + B = 221 + 198 + 191 = 610 (100%)
R 221 of 610 ~ 36.23%
G 198 of 610 ~ 32.46%
B 191 of 610 ~ 31.31'%

%36.23
%32.46
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK: (0,10,14,13) C0M10Y14K13 (0%,10%,14%,13%) (0.00/0.10/0.14/0.13) 

CMYK percentages

%0
%10.41
%13.57
%13.33

Codes

Color #DDC6BF in popluar color models

DD C6 BF
RGB 221 198 191
HSL 14° 30.61% 80.78%
HSB/HSV 14° 13.57% 86.67%
CMYK 0.00% 10.41% 13.57%
13.33%

Color #DDC6BF in popluar number systems.

HEX DD C6 BF
Decimal 221 198 191
Binary 11011101 11000110 10111111
Octal 335 306 277

Shades and tints

Shades of #DDC6BF

#DDC6BF
(221,198,191)
#C9B4AE
(201,180,174)
#B5A29D
(181,162,157)
#A1908C
(161,144,140)
#8D7E7B
(141,126,123)
#796C6A
(121,108,106)
#655A59
(101,90,89)
#514848
(81,72,72)
#3D3637
(61,54,55)
#292426
(41,36,38)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #DDC6BF

#DDC6BF
(221,198,191)
#E0CBC4
(224,203,196)
#E3D0C9
(227,208,201)
#E6D5CE
(230,213,206)
#E9DAD3
(233,218,211)
#ECDFD8
(236,223,216)
#EFE4DD
(239,228,221)
#F2E9E2
(242,233,226)
#F5EEE7
(245,238,231)
#F8F3EC
(248,243,236)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC6BF color. Also use rgb(221,198,191) instead hex code.

Text Font Color

.myTextColor { color: #DDC6BF; }

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

This text font color is #DDC6BF.

Background Color

.myBgColor { background-color: #DDC6BF; }

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

This div background color is #DDC6BF.

Border color

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

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

This div border color is #DDC6BF.

Opacity

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

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

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

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

This text has shadow with #DDC6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC6BF.

Preview

Color preview on black background

This text has color #DDC6BF on black background.


Color preview on white background

This text has color #DDC6BF on white background.


Black color preview on #DDC6BF background

This text has black color on #DDC6BF background.


White color preview on #DDC6BF background

This text has white color on #DDC6BF background.


Related colors

Complementary color

Complementary color for #hex is #223940.


I love getcolorcode.com

Triadic colors

1 #BFDDC6 and #C6BFDD with #DDC6BF are triadic colors.

2 #BFC6DD and #C6DDBF with #DDC6BF are triadic colors.