COLOR #DD9F4A

HEX: #DD9F4A
RGB: (221,159,74)

Color info

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

RGB color model

#DD9F4A color RGB value is (221,159,74).

  • red value is 221;
  • green value is 159;
  • blue value is 74.
RGB:
(221,159,74)
(87%,62%,29%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 74 of 255 = 29%

221
159
74

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

Portions of RGB colors in percentages

R + G + B =
221 + 159 + 74 = 454 (100%)
R 221 of 454 ~ 48.68%
G 159 of 454 ~ 35.02%
B 74 of 454 ~ 16.3%

%48.68
%35.02
%16.3

CMYK color model

#DD9F4A color CMYK value is (0,28,67,13).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 66.52%
  • key color value is 13.33%
CMYK:
(0,28,67,13)
C0M28Y67K13 
(0%,28%,67%,13%)
(0.00/0.28/0.67/0.13)	

CMYK percentages

%0
%28.05
%66.52
%13.33

Codes

Color #DD9F4A in popluar color models

DD9F4A
RGB22115974
HSL35°68.37%57.84%
HSB/HSV35°66.52%86.67%
CMYK0.00%28.05%66.52%
13.33%

Color #DD9F4A in popluar number systems.

HEXDD9F4A
Decimal22115974
Binary11011101100111111001010
Octal335237112

Shades and tints

Shades of #DD9F4A

#DD9F4A
(221,159,74)
#C99144
(201,145,68)
#B5833E
(181,131,62)
#A17538
(161,117,56)
#8D6732
(141,103,50)
#79592C
(121,89,44)
#654B26
(101,75,38)
#513D20
(81,61,32)
#3D2F1A
(61,47,26)
#292114
(41,33,20)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #DD9F4A

#DD9F4A
(221,159,74)
#E0A75A
(224,167,90)
#E3AF6A
(227,175,106)
#E6B77A
(230,183,122)
#E9BF8A
(233,191,138)
#ECC79A
(236,199,154)
#EFCFAA
(239,207,170)
#F2D7BA
(242,215,186)
#F5DFCA
(245,223,202)
#F8E7DA
(248,231,218)
#FBEFEA
(251,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9F4A color. Also use rgb(221,159,74) instead hex code.

Text Font Color

.myTextColor { color: #DD9F4A; }

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

This text font color is #DD9F4A.


Background Color

.myBgColor { background-color: #DD9F4A; }

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

This div background color is #DD9F4A.


Border color

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

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

This div border color is #DD9F4A.


Opacity

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

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

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

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

This text has shadow with #DD9F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9F4A on black background.


Color preview on white background

This text has color #DD9F4A on white background.



Black color preview on #DD9F4A background

This text has black color on #DD9F4A background.


White color preview on #DD9F4A background

This text has white color on #DD9F4A background.