COLOR #DD9037

HEX: #DD9037
RGB: (221,144,55)

Color info

#DD9037 contains mainly red color. Web safe color of #DD9037 is #CC9933 (or #C93).

RGB color model

#DD9037 color RGB value is (221,144,55).

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

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 55 of 255 = 22%

221
144
55

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

Portions of RGB colors in percentages

R + G + B =
221 + 144 + 55 = 420 (100%)
R 221 of 420 ~ 52.62%
G 144 of 420 ~ 34.29%
B 55 of 420 ~ 13.1%

%52.62
%34.29
%13.1

CMYK color model

#DD9037 color CMYK value is (0,35,75,13).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 75.11%
  • key color value is 13.33%
CMYK:
(0,35,75,13)
C0M35Y75K13 
(0%,35%,75%,13%)
(0.00/0.35/0.75/0.13)	

CMYK percentages

%0
%34.84
%75.11
%13.33

Codes

Color #DD9037 in popluar color models

DD9037
RGB22114455
HSL32°70.94%54.12%
HSB/HSV32°75.11%86.67%
CMYK0.00%34.84%75.11%
13.33%

Color #DD9037 in popluar number systems.

HEXDD9037
Decimal22114455
Binary1101110110010000110111
Octal33522067

Shades and tints

Shades of #DD9037

#DD9037
(221,144,55)
#C98332
(201,131,50)
#B5762D
(181,118,45)
#A16928
(161,105,40)
#8D5C23
(141,92,35)
#794F1E
(121,79,30)
#654219
(101,66,25)
#513514
(81,53,20)
#3D280F
(61,40,15)
#291B0A
(41,27,10)
#150E05
(21,14,5)
#000000
(0,0,0)

Tints of #DD9037

#DD9037
(221,144,55)
#E09A49
(224,154,73)
#E3A45B
(227,164,91)
#E6AE6D
(230,174,109)
#E9B87F
(233,184,127)
#ECC291
(236,194,145)
#EFCCA3
(239,204,163)
#F2D6B5
(242,214,181)
#F5E0C7
(245,224,199)
#F8EAD9
(248,234,217)
#FBF4EB
(251,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9037; }

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

This text font color is #DD9037.


Background Color

.myBgColor { background-color: #DD9037; }

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

This div background color is #DD9037.


Border color

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

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

This div border color is #DD9037.


Opacity

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

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

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

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

This text has shadow with #DD9037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9037 on black background.


Color preview on white background

This text has color #DD9037 on white background.



Black color preview on #DD9037 background

This text has black color on #DD9037 background.


White color preview on #DD9037 background

This text has white color on #DD9037 background.