COLOR #DDB46E

HEX: #DDB46E RGB: (221,180,110)

Color info

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

RGB color model

#DDB46E color RGB value is (221,180,110).

RGB: (221,180,110) (87%, 71%, 43%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 110 of 255 = 43%

221
180
110

R + G + B ~ 67%. #DDB46E is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 110 = 511 (100%)
R 221 of 511 ~ 43.25%
G 180 of 511 ~ 35.23%
B 110 of 511 ~ 21.53'%

%43.25
%35.23
%21.53

CMYK color model

#DDB46E color CMYK value is (0,19,50,13).

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

CMYK: (0,19,50,13)
C0M19Y50K13 (0%, 19%, 50%, 13%)
(0.00 / 0.19 / 0.50 / 0.13)

CMYK percentages

%0
%18.55
%50.23
%13.33

Codes

Color #DDB46E in popluar color models

DD B4 6E
RGB 221 180 110
HSL 38° 62.01% 64.90%
HSB/HSV 38° 50.23% 86.67%
CMYK 0.00% 18.55% 50.23%
13.33%

Color #DDB46E in popluar number systems.

HEX DD B4 6E
Decimal 221 180 110
Binary 11011101 10110100 1101110
Octal 335 264 156

Shades and tints

Shades of #DDB46E

#DDB46E
(221,180,110)
#C9A464
(201,164,100)
#B5945A
(181,148,90)
#A18450
(161,132,80)
#8D7446
(141,116,70)
#79643C
(121,100,60)
#655432
(101,84,50)
#514428
(81,68,40)
#3D341E
(61,52,30)
#292414
(41,36,20)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #DDB46E

#DDB46E
(221,180,110)
#E0BA7B
(224,186,123)
#E3C088
(227,192,136)
#E6C695
(230,198,149)
#E9CCA2
(233,204,162)
#ECD2AF
(236,210,175)
#EFD8BC
(239,216,188)
#F2DEC9
(242,222,201)
#F5E4D6
(245,228,214)
#F8EAE3
(248,234,227)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB46E; }

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

This text font color is #DDB46E.

Background Color

.myBgColor { background-color: #DDB46E; }

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

This div background color is #DDB46E.

Border color

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

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

This div border color is #DDB46E.

Opacity

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

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

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

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

This text has shadow with #DDB46E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB46E.

Preview

Color preview on black background

This text has color #DDB46E on black background.


Color preview on white background

This text has color #DDB46E on white background.


Black color preview on #DDB46E background

This text has black color on #DDB46E background.


White color preview on #DDB46E background

This text has white color on #DDB46E background.


Related colors

Complementary color

Complementary color for #hex is #224B91.


I love getcolorcode.com

Triadic colors

1 #6EDDB4 and #B46EDD with #DDB46E are triadic colors.

2 #6EB4DD and #B4DD6E with #DDB46E are triadic colors.