COLOR #DDD798

HEX: #DDD798 RGB: (221,215,152)

Color info

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

RGB color model

#DDD798 color RGB value is (221,215,152).

RGB: (221,215,152) (87%, 84%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 152 of 255 = 60%

221
215
152

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 152 = 588 (100%)
R 221 of 588 ~ 37.59%
G 215 of 588 ~ 36.56%
B 152 of 588 ~ 25.85'%

%37.59
%36.56
%25.85

CMYK color model

#DDD798 color CMYK value is (0,3,31,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 31.22%
  • key color value is 13.33%

CMYK: (0,3,31,13)
C0M3Y31K13 (0%, 3%, 31%, 13%)
(0.00 / 0.03 / 0.31 / 0.13)

CMYK percentages

%0
%2.71
%31.22
%13.33

Codes

Color #DDD798 in popluar color models

DD D7 98
RGB 221 215 152
HSL 55° 50.36% 73.14%
HSB/HSV 55° 31.22% 86.67%
CMYK 0.00% 2.71% 31.22%
13.33%

Color #DDD798 in popluar number systems.

HEX DD D7 98
Decimal 221 215 152
Binary 11011101 11010111 10011000
Octal 335 327 230

Shades and tints

Shades of #DDD798

#DDD798
(221,215,152)
#C9C48B
(201,196,139)
#B5B17E
(181,177,126)
#A19E71
(161,158,113)
#8D8B64
(141,139,100)
#797857
(121,120,87)
#65654A
(101,101,74)
#51523D
(81,82,61)
#3D3F30
(61,63,48)
#292C23
(41,44,35)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDD798

#DDD798
(221,215,152)
#E0DAA1
(224,218,161)
#E3DDAA
(227,221,170)
#E6E0B3
(230,224,179)
#E9E3BC
(233,227,188)
#ECE6C5
(236,230,197)
#EFE9CE
(239,233,206)
#F2ECD7
(242,236,215)
#F5EFE0
(245,239,224)
#F8F2E9
(248,242,233)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD798 color. Also use rgb(221,215,152) instead hex code.

Text Font Color

.myTextColor { color: #DDD798; }

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

This text font color is #DDD798.

Background Color

.myBgColor { background-color: #DDD798; }

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

This div background color is #DDD798.

Border color

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

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

This div border color is #DDD798.

Opacity

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

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

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

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

This text has shadow with #DDD798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD798.

Preview

Color preview on black background

This text has color #DDD798 on black background.


Color preview on white background

This text has color #DDD798 on white background.


Black color preview on #DDD798 background

This text has black color on #DDD798 background.


White color preview on #DDD798 background

This text has white color on #DDD798 background.


Related colors

Complementary color

Complementary color for #hex is #222867.


I love getcolorcode.com

Triadic colors

1 #98DDD7 and #D798DD with #DDD798 are triadic colors.

2 #98D7DD and #D7DD98 with #DDD798 are triadic colors.