COLOR #DD967A

HEX: #DD967A
RGB: (221,150,122)

Color info

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

RGB color model

#DD967A color RGB value is (221,150,122).

  • red value is 221;
  • green value is 150;
  • blue value is 122.
RGB:
(221,150,122)
(87%,59%,48%)

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 122 of 255 = 48%

221
150
122

R + G + B ~ 65%. #DD967A is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 150 + 122 = 493 (100%)
R 221 of 493 ~ 44.83%
G 150 of 493 ~ 30.43%
B 122 of 493 ~ 24.75%

%44.83
%30.43
%24.75

CMYK color model

#DD967A color CMYK value is (0,32,45,13).

  • cyan value is 0.00%
  • magenta value is 32.13%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(0,32,45,13)
C0M32Y45K13 
(0%,32%,45%,13%)
(0.00/0.32/0.45/0.13)	

CMYK percentages

%0
%32.13
%44.8
%13.33

Codes

Color #DD967A in popluar color models

DD967A
RGB221150122
HSL17°59.28%67.25%
HSB/HSV17°44.80%86.67%
CMYK0.00%32.13%44.80%
13.33%

Color #DD967A in popluar number systems.

HEXDD967A
Decimal221150122
Binary11011101100101101111010
Octal335226172

Shades and tints

Shades of #DD967A

#DD967A
(221,150,122)
#C9896F
(201,137,111)
#B57C64
(181,124,100)
#A16F59
(161,111,89)
#8D624E
(141,98,78)
#795543
(121,85,67)
#654838
(101,72,56)
#513B2D
(81,59,45)
#3D2E22
(61,46,34)
#292117
(41,33,23)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #DD967A

#DD967A
(221,150,122)
#E09F86
(224,159,134)
#E3A892
(227,168,146)
#E6B19E
(230,177,158)
#E9BAAA
(233,186,170)
#ECC3B6
(236,195,182)
#EFCCC2
(239,204,194)
#F2D5CE
(242,213,206)
#F5DEDA
(245,222,218)
#F8E7E6
(248,231,230)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD967A color. Also use rgb(221,150,122) instead hex code.

Text Font Color

.myTextColor { color: #DD967A; }

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

This text font color is #DD967A.


Background Color

.myBgColor { background-color: #DD967A; }

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

This div background color is #DD967A.


Border color

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

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

This div border color is #DD967A.


Opacity

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

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

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

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

This text has shadow with #DD967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD967A on black background.


Color preview on white background

This text has color #DD967A on white background.



Black color preview on #DD967A background

This text has black color on #DD967A background.


White color preview on #DD967A background

This text has white color on #DD967A background.