COLOR #DDB549

HEX: #DDB549
RGB: (221,181,73)

Color info

#DDB549 contains mainly red and green colors. Web safe color of #DDB549 is #CCCC33 (or #CC3).

RGB color model

#DDB549 color RGB value is (221,181,73).

  • red value is 221;
  • green value is 181;
  • blue value is 73.
RGB:
(221,181,73)
(87%,71%,29%)

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 73 of 255 = 29%

221
181
73

R + G + B ~ 62%. #DDB549 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 73 = 475 (100%)
R 221 of 475 ~ 46.53%
G 181 of 475 ~ 38.11%
B 73 of 475 ~ 15.37%

%46.53
%38.11
%15.37

CMYK color model

#DDB549 color CMYK value is (0,18,67,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 66.97%
  • key color value is 13.33%
CMYK:
(0,18,67,13)
C0M18Y67K13 
(0%,18%,67%,13%)
(0.00/0.18/0.67/0.13)	

CMYK percentages

%0
%18.1
%66.97
%13.33

Codes

Color #DDB549 in popluar color models

DDB549
RGB22118173
HSL44°68.52%57.65%
HSB/HSV44°66.97%86.67%
CMYK0.00%18.10%66.97%
13.33%

Color #DDB549 in popluar number systems.

HEXDDB549
Decimal22118173
Binary11011101101101011001001
Octal335265111

Shades and tints

Shades of #DDB549

#DDB549
(221,181,73)
#C9A543
(201,165,67)
#B5953D
(181,149,61)
#A18537
(161,133,55)
#8D7531
(141,117,49)
#79652B
(121,101,43)
#655525
(101,85,37)
#51451F
(81,69,31)
#3D3519
(61,53,25)
#292513
(41,37,19)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #DDB549

#DDB549
(221,181,73)
#E0BB59
(224,187,89)
#E3C169
(227,193,105)
#E6C779
(230,199,121)
#E9CD89
(233,205,137)
#ECD399
(236,211,153)
#EFD9A9
(239,217,169)
#F2DFB9
(242,223,185)
#F5E5C9
(245,229,201)
#F8EBD9
(248,235,217)
#FBF1E9
(251,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB549 color. Also use rgb(221,181,73) instead hex code.

Text Font Color

.myTextColor { color: #DDB549; }

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

This text font color is #DDB549.


Background Color

.myBgColor { background-color: #DDB549; }

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

This div background color is #DDB549.


Border color

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

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

This div border color is #DDB549.


Opacity

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

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

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

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

This text has shadow with #DDB549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB549 on black background.


Color preview on white background

This text has color #DDB549 on white background.



Black color preview on #DDB549 background

This text has black color on #DDB549 background.


White color preview on #DDB549 background

This text has white color on #DDB549 background.