COLOR #DDD795

HEX: #DDD795
RGB: (221,215,149)

Color info

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

RGB color model

#DDD795 color RGB value is (221,215,149).

  • red value is 221;
  • green value is 215;
  • blue value is 149.
RGB:
(221,215,149)
(87%,84%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 149 of 255 = 58%

221
215
149

R + G + B ~ 76%. #DDD795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 149 = 585 (100%)
R 221 of 585 ~ 37.78%
G 215 of 585 ~ 36.75%
B 149 of 585 ~ 25.47%

%37.78
%36.75
%25.47

CMYK color model

#DDD795 color CMYK value is (0,3,33,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK:
(0,3,33,13)
C0M3Y33K13 
(0%,3%,33%,13%)
(0.00/0.03/0.33/0.13)	

CMYK percentages

%0
%2.71
%32.58
%13.33

Codes

Color #DDD795 in popluar color models

DDD795
RGB221215149
HSL55°51.43%72.55%
HSB/HSV55°32.58%86.67%
CMYK0.00%2.71%32.58%
13.33%

Color #DDD795 in popluar number systems.

HEXDDD795
Decimal221215149
Binary110111011101011110010101
Octal335327225

Shades and tints

Shades of #DDD795

#DDD795
(221,215,149)
#C9C488
(201,196,136)
#B5B17B
(181,177,123)
#A19E6E
(161,158,110)
#8D8B61
(141,139,97)
#797854
(121,120,84)
#656547
(101,101,71)
#51523A
(81,82,58)
#3D3F2D
(61,63,45)
#292C20
(41,44,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDD795

#DDD795
(221,215,149)
#E0DA9E
(224,218,158)
#E3DDA7
(227,221,167)
#E6E0B0
(230,224,176)
#E9E3B9
(233,227,185)
#ECE6C2
(236,230,194)
#EFE9CB
(239,233,203)
#F2ECD4
(242,236,212)
#F5EFDD
(245,239,221)
#F8F2E6
(248,242,230)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD795; }

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

This text font color is #DDD795.


Background Color

.myBgColor { background-color: #DDD795; }

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

This div background color is #DDD795.


Border color

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

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

This div border color is #DDD795.


Opacity

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

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

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

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

This text has shadow with #DDD795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD795 on black background.


Color preview on white background

This text has color #DDD795 on white background.



Black color preview on #DDD795 background

This text has black color on #DDD795 background.


White color preview on #DDD795 background

This text has white color on #DDD795 background.