COLOR #DD9674

HEX: #DD9674 RGB: (221,150,116)

Color info

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

RGB color model

#DD9674 color RGB value is (221,150,116).

RGB: (221,150,116) (87%, 59%, 45%)

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 116 of 255 = 45%

221
150
116

R + G + B ~ 64%. #DD9674 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 150 + 116 = 487 (100%)
R 221 of 487 ~ 45.38%
G 150 of 487 ~ 30.8%
B 116 of 487 ~ 23.82'%

%45.38
%30.8
%23.82

CMYK color model

#DD9674 color CMYK value is (0,32,48,13).

  • cyan value is 0.00%
  • magenta value is 32.13%
  • yellow value is 47.51%
  • key color value is 13.33%

CMYK: (0,32,48,13)
C0M32Y48K13 (0%, 32%, 48%, 13%)
(0.00 / 0.32 / 0.48 / 0.13)

CMYK percentages

%0
%32.13
%47.51
%13.33

Codes

Color #DD9674 in popluar color models

DD 96 74
RGB 221 150 116
HSL 19° 60.69% 66.08%
HSB/HSV 19° 47.51% 86.67%
CMYK 0.00% 32.13% 47.51%
13.33%

Color #DD9674 in popluar number systems.

HEX DD 96 74
Decimal 221 150 116
Binary 11011101 10010110 1110100
Octal 335 226 164

Shades and tints

Shades of #DD9674

#DD9674
(221,150,116)
#C9896A
(201,137,106)
#B57C60
(181,124,96)
#A16F56
(161,111,86)
#8D624C
(141,98,76)
#795542
(121,85,66)
#654838
(101,72,56)
#513B2E
(81,59,46)
#3D2E24
(61,46,36)
#29211A
(41,33,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #DD9674

#DD9674
(221,150,116)
#E09F80
(224,159,128)
#E3A88C
(227,168,140)
#E6B198
(230,177,152)
#E9BAA4
(233,186,164)
#ECC3B0
(236,195,176)
#EFCCBC
(239,204,188)
#F2D5C8
(242,213,200)
#F5DED4
(245,222,212)
#F8E7E0
(248,231,224)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9674 color. Also use rgb(221,150,116) instead hex code.

Text Font Color

.myTextColor { color: #DD9674; }

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

This text font color is #DD9674.

Background Color

.myBgColor { background-color: #DD9674; }

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

This div background color is #DD9674.

Border color

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

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

This div border color is #DD9674.

Opacity

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

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

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

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

This text has shadow with #DD9674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9674.

Preview

Color preview on black background

This text has color #DD9674 on black background.


Color preview on white background

This text has color #DD9674 on white background.


Black color preview on #DD9674 background

This text has black color on #DD9674 background.


White color preview on #DD9674 background

This text has white color on #DD9674 background.


Related colors

Complementary color

Complementary color for #hex is #22698B.


I love getcolorcode.com

Triadic colors

1 #74DD96 and #9674DD with #DD9674 are triadic colors.

2 #7496DD and #96DD74 with #DD9674 are triadic colors.