COLOR #DDB698

HEX: #DDB698
RGB: (221,182,152)

Color info

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

RGB color model

#DDB698 color RGB value is (221,182,152).

  • red value is 221;
  • green value is 182;
  • blue value is 152.
RGB:
(221,182,152)
(87%,71%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 152 of 255 = 60%

221
182
152

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 152 = 555 (100%)
R 221 of 555 ~ 39.82%
G 182 of 555 ~ 32.79%
B 152 of 555 ~ 27.39%

%39.82
%32.79
%27.39

CMYK color model

#DDB698 color CMYK value is (0,18,31,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 31.22%
  • key color value is 13.33%
CMYK:
(0,18,31,13)
C0M18Y31K13 
(0%,18%,31%,13%)
(0.00/0.18/0.31/0.13)	

CMYK percentages

%0
%17.65
%31.22
%13.33

Codes

Color #DDB698 in popluar color models

DDB698
RGB221182152
HSL26°50.36%73.14%
HSB/HSV26°31.22%86.67%
CMYK0.00%17.65%31.22%
13.33%

Color #DDB698 in popluar number systems.

HEXDDB698
Decimal221182152
Binary110111011011011010011000
Octal335266230

Shades and tints

Shades of #DDB698

#DDB698
(221,182,152)
#C9A68B
(201,166,139)
#B5967E
(181,150,126)
#A18671
(161,134,113)
#8D7664
(141,118,100)
#796657
(121,102,87)
#65564A
(101,86,74)
#51463D
(81,70,61)
#3D3630
(61,54,48)
#292623
(41,38,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #DDB698

#DDB698
(221,182,152)
#E0BCA1
(224,188,161)
#E3C2AA
(227,194,170)
#E6C8B3
(230,200,179)
#E9CEBC
(233,206,188)
#ECD4C5
(236,212,197)
#EFDACE
(239,218,206)
#F2E0D7
(242,224,215)
#F5E6E0
(245,230,224)
#F8ECE9
(248,236,233)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB698; }

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

This text font color is #DDB698.


Background Color

.myBgColor { background-color: #DDB698; }

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

This div background color is #DDB698.


Border color

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

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

This div border color is #DDB698.


Opacity

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

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

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

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

This text has shadow with #DDB698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB698 on black background.


Color preview on white background

This text has color #DDB698 on white background.



Black color preview on #DDB698 background

This text has black color on #DDB698 background.


White color preview on #DDB698 background

This text has white color on #DDB698 background.