COLOR #DD9C75

HEX: #DD9C75
RGB: (221,156,117)

Color info

#DD9C75 contains mainly red color. Web safe color of #DD9C75 is #CC9966 (or #C96).

RGB color model

#DD9C75 color RGB value is (221,156,117).

  • red value is 221;
  • green value is 156;
  • blue value is 117.
RGB:
(221,156,117)
(87%,61%,46%)

RGB channels and saturation

R 221 of 255 = 87%
G 156 of 255 = 61%
B 117 of 255 = 46%

221
156
117

R + G + B ~ 65%. #DD9C75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 156 + 117 = 494 (100%)
R 221 of 494 ~ 44.74%
G 156 of 494 ~ 31.58%
B 117 of 494 ~ 23.68%

%44.74
%31.58
%23.68

CMYK color model

#DD9C75 color CMYK value is (0,29,47,13).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 47.06%
  • key color value is 13.33%
CMYK:
(0,29,47,13)
C0M29Y47K13 
(0%,29%,47%,13%)
(0.00/0.29/0.47/0.13)	

CMYK percentages

%0
%29.41
%47.06
%13.33

Codes

Color #DD9C75 in popluar color models

DD9C75
RGB221156117
HSL23°60.47%66.27%
HSB/HSV23°47.06%86.67%
CMYK0.00%29.41%47.06%
13.33%

Color #DD9C75 in popluar number systems.

HEXDD9C75
Decimal221156117
Binary11011101100111001110101
Octal335234165

Shades and tints

Shades of #DD9C75

#DD9C75
(221,156,117)
#C98E6B
(201,142,107)
#B58061
(181,128,97)
#A17257
(161,114,87)
#8D644D
(141,100,77)
#795643
(121,86,67)
#654839
(101,72,57)
#513A2F
(81,58,47)
#3D2C25
(61,44,37)
#291E1B
(41,30,27)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DD9C75

#DD9C75
(221,156,117)
#E0A581
(224,165,129)
#E3AE8D
(227,174,141)
#E6B799
(230,183,153)
#E9C0A5
(233,192,165)
#ECC9B1
(236,201,177)
#EFD2BD
(239,210,189)
#F2DBC9
(242,219,201)
#F5E4D5
(245,228,213)
#F8EDE1
(248,237,225)
#FBF6ED
(251,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9C75 color. Also use rgb(221,156,117) instead hex code.

Text Font Color

.myTextColor { color: #DD9C75; }

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

This text font color is #DD9C75.


Background Color

.myBgColor { background-color: #DD9C75; }

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

This div background color is #DD9C75.


Border color

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

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

This div border color is #DD9C75.


Opacity

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

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

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

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

This text has shadow with #DD9C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9C75 on black background.


Color preview on white background

This text has color #DD9C75 on white background.



Black color preview on #DD9C75 background

This text has black color on #DD9C75 background.


White color preview on #DD9C75 background

This text has white color on #DD9C75 background.