COLOR #DDC57D

HEX: #DDC57D
RGB: (221,197,125)

Color info

#DDC57D contains mainly red and green colors. Web safe color of #DDC57D is #CCCC66 (or #CC6).

RGB color model

#DDC57D color RGB value is (221,197,125).

  • red value is 221;
  • green value is 197;
  • blue value is 125.
RGB:
(221,197,125)
(87%,77%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 125 of 255 = 49%

221
197
125

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 125 = 543 (100%)
R 221 of 543 ~ 40.7%
G 197 of 543 ~ 36.28%
B 125 of 543 ~ 23.02%

%40.7
%36.28
%23.02

CMYK color model

#DDC57D color CMYK value is (0,11,43,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 43.44%
  • key color value is 13.33%
CMYK:
(0,11,43,13)
C0M11Y43K13 
(0%,11%,43%,13%)
(0.00/0.11/0.43/0.13)	

CMYK percentages

%0
%10.86
%43.44
%13.33

Codes

Color #DDC57D in popluar color models

DDC57D
RGB221197125
HSL45°58.54%67.84%
HSB/HSV45°43.44%86.67%
CMYK0.00%10.86%43.44%
13.33%

Color #DDC57D in popluar number systems.

HEXDDC57D
Decimal221197125
Binary11011101110001011111101
Octal335305175

Shades and tints

Shades of #DDC57D

#DDC57D
(221,197,125)
#C9B472
(201,180,114)
#B5A367
(181,163,103)
#A1925C
(161,146,92)
#8D8151
(141,129,81)
#797046
(121,112,70)
#655F3B
(101,95,59)
#514E30
(81,78,48)
#3D3D25
(61,61,37)
#292C1A
(41,44,26)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #DDC57D

#DDC57D
(221,197,125)
#E0CA88
(224,202,136)
#E3CF93
(227,207,147)
#E6D49E
(230,212,158)
#E9D9A9
(233,217,169)
#ECDEB4
(236,222,180)
#EFE3BF
(239,227,191)
#F2E8CA
(242,232,202)
#F5EDD5
(245,237,213)
#F8F2E0
(248,242,224)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC57D color. Also use rgb(221,197,125) instead hex code.

Text Font Color

.myTextColor { color: #DDC57D; }

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

This text font color is #DDC57D.


Background Color

.myBgColor { background-color: #DDC57D; }

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

This div background color is #DDC57D.


Border color

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

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

This div border color is #DDC57D.


Opacity

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

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

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

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

This text has shadow with #DDC57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC57D on black background.


Color preview on white background

This text has color #DDC57D on white background.



Black color preview on #DDC57D background

This text has black color on #DDC57D background.


White color preview on #DDC57D background

This text has white color on #DDC57D background.