COLOR #DD905C

HEX: #DD905C
RGB: (221,144,92)

Color info

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

RGB color model

#DD905C color RGB value is (221,144,92).

  • red value is 221;
  • green value is 144;
  • blue value is 92.
RGB:
(221,144,92)
(87%,56%,36%)

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 92 of 255 = 36%

221
144
92

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

Portions of RGB colors in percentages

R + G + B =
221 + 144 + 92 = 457 (100%)
R 221 of 457 ~ 48.36%
G 144 of 457 ~ 31.51%
B 92 of 457 ~ 20.13%

%48.36
%31.51
%20.13

CMYK color model

#DD905C color CMYK value is (0,35,58,13).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 58.37%
  • key color value is 13.33%
CMYK:
(0,35,58,13)
C0M35Y58K13 
(0%,35%,58%,13%)
(0.00/0.35/0.58/0.13)	

CMYK percentages

%0
%34.84
%58.37
%13.33

Codes

Color #DD905C in popluar color models

DD905C
RGB22114492
HSL24°65.48%61.37%
HSB/HSV24°58.37%86.67%
CMYK0.00%34.84%58.37%
13.33%

Color #DD905C in popluar number systems.

HEXDD905C
Decimal22114492
Binary11011101100100001011100
Octal335220134

Shades and tints

Shades of #DD905C

#DD905C
(221,144,92)
#C98354
(201,131,84)
#B5764C
(181,118,76)
#A16944
(161,105,68)
#8D5C3C
(141,92,60)
#794F34
(121,79,52)
#65422C
(101,66,44)
#513524
(81,53,36)
#3D281C
(61,40,28)
#291B14
(41,27,20)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #DD905C

#DD905C
(221,144,92)
#E09A6A
(224,154,106)
#E3A478
(227,164,120)
#E6AE86
(230,174,134)
#E9B894
(233,184,148)
#ECC2A2
(236,194,162)
#EFCCB0
(239,204,176)
#F2D6BE
(242,214,190)
#F5E0CC
(245,224,204)
#F8EADA
(248,234,218)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD905C color. Also use rgb(221,144,92) instead hex code.

Text Font Color

.myTextColor { color: #DD905C; }

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

This text font color is #DD905C.


Background Color

.myBgColor { background-color: #DD905C; }

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

This div background color is #DD905C.


Border color

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

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

This div border color is #DD905C.


Opacity

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

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

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

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

This text has shadow with #DD905C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD905C on black background.


Color preview on white background

This text has color #DD905C on white background.



Black color preview on #DD905C background

This text has black color on #DD905C background.


White color preview on #DD905C background

This text has white color on #DD905C background.