COLOR #DDC090

HEX: #DDC090 RGB: (221,192,144)

Color info

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

RGB color model

#DDC090 color RGB value is (221,192,144).

RGB: (221,192,144) (87%, 75%, 56%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 144 of 255 = 56%

221
192
144

R + G + B ~ 73%. #DDC090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 192 + 144 = 557 (100%)
R 221 of 557 ~ 39.68%
G 192 of 557 ~ 34.47%
B 144 of 557 ~ 25.85'%

%39.68
%34.47
%25.85

CMYK color model

#DDC090 color CMYK value is (0,13,35,13).

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

CMYK: (0,13,35,13)
C0M13Y35K13 (0%, 13%, 35%, 13%)
(0.00 / 0.13 / 0.35 / 0.13)

CMYK percentages

%0
%13.12
%34.84
%13.33

Codes

Color #DDC090 in popluar color models

DD C0 90
RGB 221 192 144
HSL 37° 53.10% 71.57%
HSB/HSV 37° 34.84% 86.67%
CMYK 0.00% 13.12% 34.84%
13.33%

Color #DDC090 in popluar number systems.

HEX DD C0 90
Decimal 221 192 144
Binary 11011101 11000000 10010000
Octal 335 300 220

Shades and tints

Shades of #DDC090

#DDC090
(221,192,144)
#C9AF83
(201,175,131)
#B59E76
(181,158,118)
#A18D69
(161,141,105)
#8D7C5C
(141,124,92)
#796B4F
(121,107,79)
#655A42
(101,90,66)
#514935
(81,73,53)
#3D3828
(61,56,40)
#29271B
(41,39,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #DDC090

#DDC090
(221,192,144)
#E0C59A
(224,197,154)
#E3CAA4
(227,202,164)
#E6CFAE
(230,207,174)
#E9D4B8
(233,212,184)
#ECD9C2
(236,217,194)
#EFDECC
(239,222,204)
#F2E3D6
(242,227,214)
#F5E8E0
(245,232,224)
#F8EDEA
(248,237,234)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC090; }

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

This text font color is #DDC090.

Background Color

.myBgColor { background-color: #DDC090; }

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

This div background color is #DDC090.

Border color

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

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

This div border color is #DDC090.

Opacity

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

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

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

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

This text has shadow with #DDC090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC090.

Preview

Color preview on black background

This text has color #DDC090 on black background.


Color preview on white background

This text has color #DDC090 on white background.


Black color preview on #DDC090 background

This text has black color on #DDC090 background.


White color preview on #DDC090 background

This text has white color on #DDC090 background.


Related colors

Complementary color

Complementary color for #hex is #223F6F.


I love getcolorcode.com

Triadic colors

1 #90DDC0 and #C090DD with #DDC090 are triadic colors.

2 #90C0DD and #C0DD90 with #DDC090 are triadic colors.