COLOR #DDBA39

HEX: #DDBA39
RGB: (221,186,57)

Color info

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

RGB color model

#DDBA39 color RGB value is (221,186,57).

  • red value is 221;
  • green value is 186;
  • blue value is 57.
RGB:
(221,186,57)
(87%,73%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 57 of 255 = 22%

221
186
57

R + G + B ~ 61%. #DDBA39 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 186 + 57 = 464 (100%)
R 221 of 464 ~ 47.63%
G 186 of 464 ~ 40.09%
B 57 of 464 ~ 12.28%

%47.63
%40.09
%12.28

CMYK color model

#DDBA39 color CMYK value is (0,16,74,13).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 74.21%
  • key color value is 13.33%
CMYK:
(0,16,74,13)
C0M16Y74K13 
(0%,16%,74%,13%)
(0.00/0.16/0.74/0.13)	

CMYK percentages

%0
%15.84
%74.21
%13.33

Codes

Color #DDBA39 in popluar color models

DDBA39
RGB22118657
HSL47°70.69%54.51%
HSB/HSV47°74.21%86.67%
CMYK0.00%15.84%74.21%
13.33%

Color #DDBA39 in popluar number systems.

HEXDDBA39
Decimal22118657
Binary1101110110111010111001
Octal33527271

Shades and tints

Shades of #DDBA39

#DDBA39
(221,186,57)
#C9AA34
(201,170,52)
#B59A2F
(181,154,47)
#A18A2A
(161,138,42)
#8D7A25
(141,122,37)
#796A20
(121,106,32)
#655A1B
(101,90,27)
#514A16
(81,74,22)
#3D3A11
(61,58,17)
#292A0C
(41,42,12)
#151A07
(21,26,7)
#000000
(0,0,0)

Tints of #DDBA39

#DDBA39
(221,186,57)
#E0C04B
(224,192,75)
#E3C65D
(227,198,93)
#E6CC6F
(230,204,111)
#E9D281
(233,210,129)
#ECD893
(236,216,147)
#EFDEA5
(239,222,165)
#F2E4B7
(242,228,183)
#F5EAC9
(245,234,201)
#F8F0DB
(248,240,219)
#FBF6ED
(251,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBA39 color. Also use rgb(221,186,57) instead hex code.

Text Font Color

.myTextColor { color: #DDBA39; }

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

This text font color is #DDBA39.


Background Color

.myBgColor { background-color: #DDBA39; }

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

This div background color is #DDBA39.


Border color

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

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

This div border color is #DDBA39.


Opacity

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

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

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

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

This text has shadow with #DDBA39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBA39 on black background.


Color preview on white background

This text has color #DDBA39 on white background.



Black color preview on #DDBA39 background

This text has black color on #DDBA39 background.


White color preview on #DDBA39 background

This text has white color on #DDBA39 background.