COLOR #DDD499

HEX: #DDD499 RGB: (221,212,153)

Color info

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

RGB color model

#DDD499 color RGB value is (221,212,153).

RGB: (221,212,153) (87%, 83%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 153 of 255 = 60%

221
212
153

R + G + B ~ 77%. #DDD499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 212 + 153 = 586 (100%)
R 221 of 586 ~ 37.71%
G 212 of 586 ~ 36.18%
B 153 of 586 ~ 26.11'%

%37.71
%36.18
%26.11

CMYK color model

#DDD499 color CMYK value is (0,4,31,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 30.77%
  • key color value is 13.33%

CMYK: (0,4,31,13)
C0M4Y31K13 (0%, 4%, 31%, 13%)
(0.00 / 0.04 / 0.31 / 0.13)

CMYK percentages

%0
%4.07
%30.77
%13.33

Codes

Color #DDD499 in popluar color models

DD D4 99
RGB 221 212 153
HSL 52° 50.00% 73.33%
HSB/HSV 52° 30.77% 86.67%
CMYK 0.00% 4.07% 30.77%
13.33%

Color #DDD499 in popluar number systems.

HEX DD D4 99
Decimal 221 212 153
Binary 11011101 11010100 10011001
Octal 335 324 231

Shades and tints

Shades of #DDD499

#DDD499
(221,212,153)
#C9C18C
(201,193,140)
#B5AE7F
(181,174,127)
#A19B72
(161,155,114)
#8D8865
(141,136,101)
#797558
(121,117,88)
#65624B
(101,98,75)
#514F3E
(81,79,62)
#3D3C31
(61,60,49)
#292924
(41,41,36)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDD499

#DDD499
(221,212,153)
#E0D7A2
(224,215,162)
#E3DAAB
(227,218,171)
#E6DDB4
(230,221,180)
#E9E0BD
(233,224,189)
#ECE3C6
(236,227,198)
#EFE6CF
(239,230,207)
#F2E9D8
(242,233,216)
#F5ECE1
(245,236,225)
#F8EFEA
(248,239,234)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD499 color. Also use rgb(221,212,153) instead hex code.

Text Font Color

.myTextColor { color: #DDD499; }

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

This text font color is #DDD499.

Background Color

.myBgColor { background-color: #DDD499; }

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

This div background color is #DDD499.

Border color

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

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

This div border color is #DDD499.

Opacity

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

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

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

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

This text has shadow with #DDD499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD499.

Preview

Color preview on black background

This text has color #DDD499 on black background.


Color preview on white background

This text has color #DDD499 on white background.


Black color preview on #DDD499 background

This text has black color on #DDD499 background.


White color preview on #DDD499 background

This text has white color on #DDD499 background.


Related colors

Complementary color

Complementary color for #hex is #222B66.


I love getcolorcode.com

Triadic colors

1 #99DDD4 and #D499DD with #DDD499 are triadic colors.

2 #99D4DD and #D4DD99 with #DDD499 are triadic colors.