COLOR #DDAD63

HEX: #DDAD63
RGB: (221,173,99)

Color info

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

RGB color model

#DDAD63 color RGB value is (221,173,99).

  • red value is 221;
  • green value is 173;
  • blue value is 99.
RGB:
(221,173,99)
(87%,68%,39%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 99 of 255 = 39%

221
173
99

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

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 99 = 493 (100%)
R 221 of 493 ~ 44.83%
G 173 of 493 ~ 35.09%
B 99 of 493 ~ 20.08%

%44.83
%35.09
%20.08

CMYK color model

#DDAD63 color CMYK value is (0,22,55,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 55.20%
  • key color value is 13.33%
CMYK:
(0,22,55,13)
C0M22Y55K13 
(0%,22%,55%,13%)
(0.00/0.22/0.55/0.13)	

CMYK percentages

%0
%21.72
%55.2
%13.33

Codes

Color #DDAD63 in popluar color models

DDAD63
RGB22117399
HSL36°64.21%62.75%
HSB/HSV36°55.20%86.67%
CMYK0.00%21.72%55.20%
13.33%

Color #DDAD63 in popluar number systems.

HEXDDAD63
Decimal22117399
Binary11011101101011011100011
Octal335255143

Shades and tints

Shades of #DDAD63

#DDAD63
(221,173,99)
#C99E5A
(201,158,90)
#B58F51
(181,143,81)
#A18048
(161,128,72)
#8D713F
(141,113,63)
#796236
(121,98,54)
#65532D
(101,83,45)
#514424
(81,68,36)
#3D351B
(61,53,27)
#292612
(41,38,18)
#151709
(21,23,9)
#000000
(0,0,0)

Tints of #DDAD63

#DDAD63
(221,173,99)
#E0B471
(224,180,113)
#E3BB7F
(227,187,127)
#E6C28D
(230,194,141)
#E9C99B
(233,201,155)
#ECD0A9
(236,208,169)
#EFD7B7
(239,215,183)
#F2DEC5
(242,222,197)
#F5E5D3
(245,229,211)
#F8ECE1
(248,236,225)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAD63 color. Also use rgb(221,173,99) instead hex code.

Text Font Color

.myTextColor { color: #DDAD63; }

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

This text font color is #DDAD63.


Background Color

.myBgColor { background-color: #DDAD63; }

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

This div background color is #DDAD63.


Border color

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

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

This div border color is #DDAD63.


Opacity

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

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

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

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

This text has shadow with #DDAD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAD63 on black background.


Color preview on white background

This text has color #DDAD63 on white background.



Black color preview on #DDAD63 background

This text has black color on #DDAD63 background.


White color preview on #DDAD63 background

This text has white color on #DDAD63 background.