COLOR #DDB482

HEX: #DDB482 RGB: (221,180,130)

Color info

#DDB482 contains mainly red and green colors. Web safe color of #DDB482 is #CCCC99 (or #CC9).

RGB color model

#DDB482 color RGB value is (221,180,130).

RGB: (221,180,130) (87%, 71%, 51%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 130 of 255 = 51%

221
180
130

R + G + B ~ 70%. #DDB482 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 130 = 531 (100%)
R 221 of 531 ~ 41.62%
G 180 of 531 ~ 33.9%
B 130 of 531 ~ 24.48'%

%41.62
%33.9
%24.48

CMYK color model

#DDB482 color CMYK value is (0,19,41,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (0,19,41,13)
C0M19Y41K13 (0%, 19%, 41%, 13%)
(0.00 / 0.19 / 0.41 / 0.13)

CMYK percentages

%0
%18.55
%41.18
%13.33

Codes

Color #DDB482 in popluar color models

DD B4 82
RGB 221 180 130
HSL 33° 57.23% 68.82%
HSB/HSV 33° 41.18% 86.67%
CMYK 0.00% 18.55% 41.18%
13.33%

Color #DDB482 in popluar number systems.

HEX DD B4 82
Decimal 221 180 130
Binary 11011101 10110100 10000010
Octal 335 264 202

Shades and tints

Shades of #DDB482

#DDB482
(221,180,130)
#C9A477
(201,164,119)
#B5946C
(181,148,108)
#A18461
(161,132,97)
#8D7456
(141,116,86)
#79644B
(121,100,75)
#655440
(101,84,64)
#514435
(81,68,53)
#3D342A
(61,52,42)
#29241F
(41,36,31)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DDB482

#DDB482
(221,180,130)
#E0BA8D
(224,186,141)
#E3C098
(227,192,152)
#E6C6A3
(230,198,163)
#E9CCAE
(233,204,174)
#ECD2B9
(236,210,185)
#EFD8C4
(239,216,196)
#F2DECF
(242,222,207)
#F5E4DA
(245,228,218)
#F8EAE5
(248,234,229)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB482 color. Also use rgb(221,180,130) instead hex code.

Text Font Color

.myTextColor { color: #DDB482; }

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

This text font color is #DDB482.

Background Color

.myBgColor { background-color: #DDB482; }

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

This div background color is #DDB482.

Border color

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

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

This div border color is #DDB482.

Opacity

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

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

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

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

This text has shadow with #DDB482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB482.

Preview

Color preview on black background

This text has color #DDB482 on black background.


Color preview on white background

This text has color #DDB482 on white background.


Black color preview on #DDB482 background

This text has black color on #DDB482 background.


White color preview on #DDB482 background

This text has white color on #DDB482 background.


Related colors

Complementary color

Complementary color for #hex is #224B7D.


I love getcolorcode.com

Triadic colors

1 #82DDB4 and #B482DD with #DDB482 are triadic colors.

2 #82B4DD and #B4DD82 with #DDB482 are triadic colors.