COLOR #DD9D22

HEX: #DD9D22 RGB: (221,157,34)

Color info

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

RGB color model

#DD9D22 color RGB value is (221,157,34).

RGB: (221,157,34) (87%, 62%, 13%)

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 34 of 255 = 13%

221
157
34

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

Portions of RGB colors in percentages

R + G + B = 221 + 157 + 34 = 412 (100%)
R 221 of 412 ~ 53.64%
G 157 of 412 ~ 38.11%
B 34 of 412 ~ 8.25'%

%53.64
%38.11

CMYK color model

#DD9D22 color CMYK value is (0,29,85,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 84.62%
  • key color value is 13.33%
CMYK: (0,29,85,13) C0M29Y85K13 (0%,29%,85%,13%) (0.00/0.29/0.85/0.13) 

CMYK percentages

%0
%28.96
%84.62
%13.33

Codes

Color #DD9D22 in popluar color models

DD 9D 22
RGB 221 157 34
HSL 39° 73.33% 50.00%
HSB/HSV 39° 84.62% 86.67%
CMYK 0.00% 28.96% 84.62%
13.33%

Color #DD9D22 in popluar number systems.

HEX DD 9D 22
Decimal 221 157 34
Binary 11011101 10011101 100010
Octal 335 235 42

Shades and tints

Shades of #DD9D22

#DD9D22
(221,157,34)
#C98F1F
(201,143,31)
#B5811C
(181,129,28)
#A17319
(161,115,25)
#8D6516
(141,101,22)
#795713
(121,87,19)
#654910
(101,73,16)
#513B0D
(81,59,13)
#3D2D0A
(61,45,10)
#291F07
(41,31,7)
#151104
(21,17,4)
#000000
(0,0,0)

Tints of #DD9D22

#DD9D22
(221,157,34)
#E0A536
(224,165,54)
#E3AD4A
(227,173,74)
#E6B55E
(230,181,94)
#E9BD72
(233,189,114)
#ECC586
(236,197,134)
#EFCD9A
(239,205,154)
#F2D5AE
(242,213,174)
#F5DDC2
(245,221,194)
#F8E5D6
(248,229,214)
#FBEDEA
(251,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9D22 color. Also use rgb(221,157,34) instead hex code.

Text Font Color

.myTextColor { color: #DD9D22; }

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

This text font color is #DD9D22.

Background Color

.myBgColor { background-color: #DD9D22; }

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

This div background color is #DD9D22.

Border color

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

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

This div border color is #DD9D22.

Opacity

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

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

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

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

This text has shadow with #DD9D22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9D22.

Preview

Color preview on black background

This text has color #DD9D22 on black background.


Color preview on white background

This text has color #DD9D22 on white background.


Black color preview on #DD9D22 background

This text has black color on #DD9D22 background.


White color preview on #DD9D22 background

This text has white color on #DD9D22 background.


Related colors

Complementary color

Complementary color for #hex is #2262DD.


I love getcolorcode.com

Triadic colors

1 #22DD9D and #9D22DD with #DD9D22 are triadic colors.

2 #229DDD and #9DDD22 with #DD9D22 are triadic colors.