COLOR #DDBF82

HEX: #DDBF82
RGB: (221,191,130)

Color info

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

RGB color model

#DDBF82 color RGB value is (221,191,130).

  • red value is 221;
  • green value is 191;
  • blue value is 130.
RGB:
(221,191,130)
(87%,75%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 191 of 255 = 75%
B 130 of 255 = 51%

221
191
130

R + G + B ~ 71%. #DDBF82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 191 + 130 = 542 (100%)
R 221 of 542 ~ 40.77%
G 191 of 542 ~ 35.24%
B 130 of 542 ~ 23.99%

%40.77
%35.24
%23.99

CMYK color model

#DDBF82 color CMYK value is (0,14,41,13).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 41.18%
  • key color value is 13.33%
CMYK:
(0,14,41,13)
C0M14Y41K13 
(0%,14%,41%,13%)
(0.00/0.14/0.41/0.13)	

CMYK percentages

%0
%13.57
%41.18
%13.33

Codes

Color #DDBF82 in popluar color models

DDBF82
RGB221191130
HSL40°57.23%68.82%
HSB/HSV40°41.18%86.67%
CMYK0.00%13.57%41.18%
13.33%

Color #DDBF82 in popluar number systems.

HEXDDBF82
Decimal221191130
Binary110111011011111110000010
Octal335277202

Shades and tints

Shades of #DDBF82

#DDBF82
(221,191,130)
#C9AE77
(201,174,119)
#B59D6C
(181,157,108)
#A18C61
(161,140,97)
#8D7B56
(141,123,86)
#796A4B
(121,106,75)
#655940
(101,89,64)
#514835
(81,72,53)
#3D372A
(61,55,42)
#29261F
(41,38,31)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDBF82

#DDBF82
(221,191,130)
#E0C48D
(224,196,141)
#E3C998
(227,201,152)
#E6CEA3
(230,206,163)
#E9D3AE
(233,211,174)
#ECD8B9
(236,216,185)
#EFDDC4
(239,221,196)
#F2E2CF
(242,226,207)
#F5E7DA
(245,231,218)
#F8ECE5
(248,236,229)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBF82 color. Also use rgb(221,191,130) instead hex code.

Text Font Color

.myTextColor { color: #DDBF82; }

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

This text font color is #DDBF82.


Background Color

.myBgColor { background-color: #DDBF82; }

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

This div background color is #DDBF82.


Border color

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

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

This div border color is #DDBF82.


Opacity

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

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

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

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

This text has shadow with #DDBF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBF82 on black background.


Color preview on white background

This text has color #DDBF82 on white background.



Black color preview on #DDBF82 background

This text has black color on #DDBF82 background.


White color preview on #DDBF82 background

This text has white color on #DDBF82 background.