COLOR #DDC085

HEX: #DDC085 RGB: (221,192,133)

Color info

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

RGB color model

#DDC085 color RGB value is (221,192,133).

RGB: (221,192,133) (87%, 75%, 52%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 133 of 255 = 52%

221
192
133

R + G + B ~ 71%. #DDC085 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 192 + 133 = 546 (100%)
R 221 of 546 ~ 40.48%
G 192 of 546 ~ 35.16%
B 133 of 546 ~ 24.36'%

%40.48
%35.16
%24.36

CMYK color model

#DDC085 color CMYK value is (0,13,40,13).

  • cyan value is 0.00%
  • magenta value is 13.12%
  • yellow value is 39.82%
  • key color value is 13.33%

CMYK: (0,13,40,13)
C0M13Y40K13 (0%, 13%, 40%, 13%)
(0.00 / 0.13 / 0.40 / 0.13)

CMYK percentages

%0
%13.12
%39.82
%13.33

Codes

Color #DDC085 in popluar color models

DD C0 85
RGB 221 192 133
HSL 40° 56.41% 69.41%
HSB/HSV 40° 39.82% 86.67%
CMYK 0.00% 13.12% 39.82%
13.33%

Color #DDC085 in popluar number systems.

HEX DD C0 85
Decimal 221 192 133
Binary 11011101 11000000 10000101
Octal 335 300 205

Shades and tints

Shades of #DDC085

#DDC085
(221,192,133)
#C9AF79
(201,175,121)
#B59E6D
(181,158,109)
#A18D61
(161,141,97)
#8D7C55
(141,124,85)
#796B49
(121,107,73)
#655A3D
(101,90,61)
#514931
(81,73,49)
#3D3825
(61,56,37)
#292719
(41,39,25)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #DDC085

#DDC085
(221,192,133)
#E0C590
(224,197,144)
#E3CA9B
(227,202,155)
#E6CFA6
(230,207,166)
#E9D4B1
(233,212,177)
#ECD9BC
(236,217,188)
#EFDEC7
(239,222,199)
#F2E3D2
(242,227,210)
#F5E8DD
(245,232,221)
#F8EDE8
(248,237,232)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC085 color. Also use rgb(221,192,133) instead hex code.

Text Font Color

.myTextColor { color: #DDC085; }

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

This text font color is #DDC085.

Background Color

.myBgColor { background-color: #DDC085; }

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

This div background color is #DDC085.

Border color

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

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

This div border color is #DDC085.

Opacity

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

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

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

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

This text has shadow with #DDC085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC085.

Preview

Color preview on black background

This text has color #DDC085 on black background.


Color preview on white background

This text has color #DDC085 on white background.


Black color preview on #DDC085 background

This text has black color on #DDC085 background.


White color preview on #DDC085 background

This text has white color on #DDC085 background.


Related colors

Complementary color

Complementary color for #hex is #223F7A.


I love getcolorcode.com

Triadic colors

1 #85DDC0 and #C085DD with #DDC085 are triadic colors.

2 #85C0DD and #C0DD85 with #DDC085 are triadic colors.