COLOR #DDAF6A

HEX: #DDAF6A
RGB: (221,175,106)

Color info

#DDAF6A contains mainly red and green colors. Web safe color of #DDAF6A is #CC9966 (or #C96).

RGB color model

#DDAF6A color RGB value is (221,175,106).

  • red value is 221;
  • green value is 175;
  • blue value is 106.
RGB:
(221,175,106)
(87%,69%,42%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 106 of 255 = 42%

221
175
106

R + G + B ~ 66%. #DDAF6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 106 = 502 (100%)
R 221 of 502 ~ 44.02%
G 175 of 502 ~ 34.86%
B 106 of 502 ~ 21.12%

%44.02
%34.86
%21.12

CMYK color model

#DDAF6A color CMYK value is (0,21,52,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 52.04%
  • key color value is 13.33%
CMYK:
(0,21,52,13)
C0M21Y52K13 
(0%,21%,52%,13%)
(0.00/0.21/0.52/0.13)	

CMYK percentages

%0
%20.81
%52.04
%13.33

Codes

Color #DDAF6A in popluar color models

DDAF6A
RGB221175106
HSL36°62.84%64.12%
HSB/HSV36°52.04%86.67%
CMYK0.00%20.81%52.04%
13.33%

Color #DDAF6A in popluar number systems.

HEXDDAF6A
Decimal221175106
Binary11011101101011111101010
Octal335257152

Shades and tints

Shades of #DDAF6A

#DDAF6A
(221,175,106)
#C9A061
(201,160,97)
#B59158
(181,145,88)
#A1824F
(161,130,79)
#8D7346
(141,115,70)
#79643D
(121,100,61)
#655534
(101,85,52)
#51462B
(81,70,43)
#3D3722
(61,55,34)
#292819
(41,40,25)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #DDAF6A

#DDAF6A
(221,175,106)
#E0B677
(224,182,119)
#E3BD84
(227,189,132)
#E6C491
(230,196,145)
#E9CB9E
(233,203,158)
#ECD2AB
(236,210,171)
#EFD9B8
(239,217,184)
#F2E0C5
(242,224,197)
#F5E7D2
(245,231,210)
#F8EEDF
(248,238,223)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAF6A color. Also use rgb(221,175,106) instead hex code.

Text Font Color

.myTextColor { color: #DDAF6A; }

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

This text font color is #DDAF6A.


Background Color

.myBgColor { background-color: #DDAF6A; }

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

This div background color is #DDAF6A.


Border color

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

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

This div border color is #DDAF6A.


Opacity

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

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

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

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

This text has shadow with #DDAF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAF6A on black background.


Color preview on white background

This text has color #DDAF6A on white background.



Black color preview on #DDAF6A background

This text has black color on #DDAF6A background.


White color preview on #DDAF6A background

This text has white color on #DDAF6A background.