COLOR #DD9033

HEX: #DD9033
RGB: (221,144,51)

Color info

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

RGB color model

#DD9033 color RGB value is (221,144,51).

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

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 51 of 255 = 20%

221
144
51

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

Portions of RGB colors in percentages

R + G + B =
221 + 144 + 51 = 416 (100%)
R 221 of 416 ~ 53.13%
G 144 of 416 ~ 34.62%
B 51 of 416 ~ 12.26%

%53.13
%34.62
%12.26

CMYK color model

#DD9033 color CMYK value is (0,35,77,13).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 76.92%
  • key color value is 13.33%
CMYK:
(0,35,77,13)
C0M35Y77K13 
(0%,35%,77%,13%)
(0.00/0.35/0.77/0.13)	

CMYK percentages

%0
%34.84
%76.92
%13.33

Codes

Color #DD9033 in popluar color models

DD9033
RGB22114451
HSL33°71.43%53.33%
HSB/HSV33°76.92%86.67%
CMYK0.00%34.84%76.92%
13.33%

Color #DD9033 in popluar number systems.

HEXDD9033
Decimal22114451
Binary1101110110010000110011
Octal33522063

Shades and tints

Shades of #DD9033

#DD9033
(221,144,51)
#C9832F
(201,131,47)
#B5762B
(181,118,43)
#A16927
(161,105,39)
#8D5C23
(141,92,35)
#794F1F
(121,79,31)
#65421B
(101,66,27)
#513517
(81,53,23)
#3D2813
(61,40,19)
#291B0F
(41,27,15)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #DD9033

#DD9033
(221,144,51)
#E09A45
(224,154,69)
#E3A457
(227,164,87)
#E6AE69
(230,174,105)
#E9B87B
(233,184,123)
#ECC28D
(236,194,141)
#EFCC9F
(239,204,159)
#F2D6B1
(242,214,177)
#F5E0C3
(245,224,195)
#F8EAD5
(248,234,213)
#FBF4E7
(251,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9033; }

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

This text font color is #DD9033.


Background Color

.myBgColor { background-color: #DD9033; }

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

This div background color is #DD9033.


Border color

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

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

This div border color is #DD9033.


Opacity

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

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

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

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

This text has shadow with #DD9033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9033 on black background.


Color preview on white background

This text has color #DD9033 on white background.



Black color preview on #DD9033 background

This text has black color on #DD9033 background.


White color preview on #DD9033 background

This text has white color on #DD9033 background.