COLOR #DD9658

HEX: #DD9658 RGB: (221,150,88)

Color info

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

RGB color model

#DD9658 color RGB value is (221,150,88).

RGB: (221,150,88) (87%, 59%, 35%)

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 88 of 255 = 35%

221
150
88

R + G + B ~ 60%. #DD9658 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 221 + 150 + 88 = 459 (100%)
R 221 of 459 ~ 48.15%
G 150 of 459 ~ 32.68%
B 88 of 459 ~ 19.17'%

%48.15
%32.68
%19.17

CMYK color model

#DD9658 color CMYK value is (0,32,60,13).

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

CMYK: (0,32,60,13)
C0M32Y60K13 (0%, 32%, 60%, 13%)
(0.00 / 0.32 / 0.60 / 0.13)

CMYK percentages

%0
%32.13
%60.18
%13.33

Codes

Color #DD9658 in popluar color models

DD 96 58
RGB 221 150 88
HSL 28° 66.17% 60.59%
HSB/HSV 28° 60.18% 86.67%
CMYK 0.00% 32.13% 60.18%
13.33%

Color #DD9658 in popluar number systems.

HEX DD 96 58
Decimal 221 150 88
Binary 11011101 10010110 1011000
Octal 335 226 130

Shades and tints

Shades of #DD9658

#DD9658
(221,150,88)
#C98950
(201,137,80)
#B57C48
(181,124,72)
#A16F40
(161,111,64)
#8D6238
(141,98,56)
#795530
(121,85,48)
#654828
(101,72,40)
#513B20
(81,59,32)
#3D2E18
(61,46,24)
#292110
(41,33,16)
#151408
(21,20,8)
#000000
(0,0,0)

Tints of #DD9658

#DD9658
(221,150,88)
#E09F67
(224,159,103)
#E3A876
(227,168,118)
#E6B185
(230,177,133)
#E9BA94
(233,186,148)
#ECC3A3
(236,195,163)
#EFCCB2
(239,204,178)
#F2D5C1
(242,213,193)
#F5DED0
(245,222,208)
#F8E7DF
(248,231,223)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9658; }

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

This text font color is #DD9658.

Background Color

.myBgColor { background-color: #DD9658; }

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

This div background color is #DD9658.

Border color

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

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

This div border color is #DD9658.

Opacity

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

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

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

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

This text has shadow with #DD9658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9658.

Preview

Color preview on black background

This text has color #DD9658 on black background.


Color preview on white background

This text has color #DD9658 on white background.


Black color preview on #DD9658 background

This text has black color on #DD9658 background.


White color preview on #DD9658 background

This text has white color on #DD9658 background.


Related colors

Complementary color

Complementary color for #hex is #2269A7.


I love getcolorcode.com

Triadic colors

1 #58DD96 and #9658DD with #DD9658 are triadic colors.

2 #5896DD and #96DD58 with #DD9658 are triadic colors.