COLOR #DDB375

HEX: #DDB375 RGB: (221,179,117)

Color info

#DDB375 contains mainly red and green colors. Web safe color of #DDB375 is #CC9966 (or #C96).

RGB color model

#DDB375 color RGB value is (221,179,117).

RGB: (221,179,117) (87%, 70%, 46%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 117 of 255 = 46%

221
179
117

R + G + B ~ 68%. #DDB375 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 179 + 117 = 517 (100%)
R 221 of 517 ~ 42.75%
G 179 of 517 ~ 34.62%
B 117 of 517 ~ 22.63'%

%42.75
%34.62
%22.63

CMYK color model

#DDB375 color CMYK value is (0,19,47,13).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 47.06%
  • key color value is 13.33%

CMYK: (0,19,47,13)
C0M19Y47K13 (0%, 19%, 47%, 13%)
(0.00 / 0.19 / 0.47 / 0.13)

CMYK percentages

%0
%19
%47.06
%13.33

Codes

Color #DDB375 in popluar color models

DD B3 75
RGB 221 179 117
HSL 36° 60.47% 66.27%
HSB/HSV 36° 47.06% 86.67%
CMYK 0.00% 19.00% 47.06%
13.33%

Color #DDB375 in popluar number systems.

HEX DD B3 75
Decimal 221 179 117
Binary 11011101 10110011 1110101
Octal 335 263 165

Shades and tints

Shades of #DDB375

#DDB375
(221,179,117)
#C9A36B
(201,163,107)
#B59361
(181,147,97)
#A18357
(161,131,87)
#8D734D
(141,115,77)
#796343
(121,99,67)
#655339
(101,83,57)
#51432F
(81,67,47)
#3D3325
(61,51,37)
#29231B
(41,35,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #DDB375

#DDB375
(221,179,117)
#E0B981
(224,185,129)
#E3BF8D
(227,191,141)
#E6C599
(230,197,153)
#E9CBA5
(233,203,165)
#ECD1B1
(236,209,177)
#EFD7BD
(239,215,189)
#F2DDC9
(242,221,201)
#F5E3D5
(245,227,213)
#F8E9E1
(248,233,225)
#FBEFED
(251,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB375 color. Also use rgb(221,179,117) instead hex code.

Text Font Color

.myTextColor { color: #DDB375; }

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

This text font color is #DDB375.

Background Color

.myBgColor { background-color: #DDB375; }

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

This div background color is #DDB375.

Border color

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

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

This div border color is #DDB375.

Opacity

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

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

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

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

This text has shadow with #DDB375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB375.

Preview

Color preview on black background

This text has color #DDB375 on black background.


Color preview on white background

This text has color #DDB375 on white background.


Black color preview on #DDB375 background

This text has black color on #DDB375 background.


White color preview on #DDB375 background

This text has white color on #DDB375 background.


Related colors

Complementary color

Complementary color for #hex is #224C8A.


I love getcolorcode.com

Triadic colors

1 #75DDB3 and #B375DD with #DDB375 are triadic colors.

2 #75B3DD and #B3DD75 with #DDB375 are triadic colors.