COLOR #DDBA56

HEX: #DDBA56
RGB: (221,186,86)

Color info

#DDBA56 contains mainly red and green colors. Web safe color of #DDBA56 is #CCCC66 (or #CC6).

RGB color model

#DDBA56 color RGB value is (221,186,86).

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

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 86 of 255 = 34%

221
186
86

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

Portions of RGB colors in percentages

R + G + B =
221 + 186 + 86 = 493 (100%)
R 221 of 493 ~ 44.83%
G 186 of 493 ~ 37.73%
B 86 of 493 ~ 17.44%

%44.83
%37.73
%17.44

CMYK color model

#DDBA56 color CMYK value is (0,16,61,13).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 61.09%
  • key color value is 13.33%
CMYK:
(0,16,61,13)
C0M16Y61K13 
(0%,16%,61%,13%)
(0.00/0.16/0.61/0.13)	

CMYK percentages

%0
%15.84
%61.09
%13.33

Codes

Color #DDBA56 in popluar color models

DDBA56
RGB22118686
HSL44°66.50%60.20%
HSB/HSV44°61.09%86.67%
CMYK0.00%15.84%61.09%
13.33%

Color #DDBA56 in popluar number systems.

HEXDDBA56
Decimal22118686
Binary11011101101110101010110
Octal335272126

Shades and tints

Shades of #DDBA56

#DDBA56
(221,186,86)
#C9AA4F
(201,170,79)
#B59A48
(181,154,72)
#A18A41
(161,138,65)
#8D7A3A
(141,122,58)
#796A33
(121,106,51)
#655A2C
(101,90,44)
#514A25
(81,74,37)
#3D3A1E
(61,58,30)
#292A17
(41,42,23)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #DDBA56

#DDBA56
(221,186,86)
#E0C065
(224,192,101)
#E3C674
(227,198,116)
#E6CC83
(230,204,131)
#E9D292
(233,210,146)
#ECD8A1
(236,216,161)
#EFDEB0
(239,222,176)
#F2E4BF
(242,228,191)
#F5EACE
(245,234,206)
#F8F0DD
(248,240,221)
#FBF6EC
(251,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBA56; }

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

This text font color is #DDBA56.


Background Color

.myBgColor { background-color: #DDBA56; }

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

This div background color is #DDBA56.


Border color

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

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

This div border color is #DDBA56.


Opacity

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

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

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

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

This text has shadow with #DDBA56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBA56 on black background.


Color preview on white background

This text has color #DDBA56 on white background.



Black color preview on #DDBA56 background

This text has black color on #DDBA56 background.


White color preview on #DDBA56 background

This text has white color on #DDBA56 background.