COLOR #DDC562

HEX: #DDC562
RGB: (221,197,98)

Color info

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

RGB color model

#DDC562 color RGB value is (221,197,98).

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

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 98 of 255 = 38%

221
197
98

R + G + B ~ 67%. #DDC562 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 98 = 516 (100%)
R 221 of 516 ~ 42.83%
G 197 of 516 ~ 38.18%
B 98 of 516 ~ 18.99%

%42.83
%38.18
%18.99

CMYK color model

#DDC562 color CMYK value is (0,11,56,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 55.66%
  • key color value is 13.33%
CMYK:
(0,11,56,13)
C0M11Y56K13 
(0%,11%,56%,13%)
(0.00/0.11/0.56/0.13)	

CMYK percentages

%0
%10.86
%55.66
%13.33

Codes

Color #DDC562 in popluar color models

DDC562
RGB22119798
HSL48°64.40%62.55%
HSB/HSV48°55.66%86.67%
CMYK0.00%10.86%55.66%
13.33%

Color #DDC562 in popluar number systems.

HEXDDC562
Decimal22119798
Binary11011101110001011100010
Octal335305142

Shades and tints

Shades of #DDC562

#DDC562
(221,197,98)
#C9B45A
(201,180,90)
#B5A352
(181,163,82)
#A1924A
(161,146,74)
#8D8142
(141,129,66)
#79703A
(121,112,58)
#655F32
(101,95,50)
#514E2A
(81,78,42)
#3D3D22
(61,61,34)
#292C1A
(41,44,26)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #DDC562

#DDC562
(221,197,98)
#E0CA70
(224,202,112)
#E3CF7E
(227,207,126)
#E6D48C
(230,212,140)
#E9D99A
(233,217,154)
#ECDEA8
(236,222,168)
#EFE3B6
(239,227,182)
#F2E8C4
(242,232,196)
#F5EDD2
(245,237,210)
#F8F2E0
(248,242,224)
#FBF7EE
(251,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC562; }

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

This text font color is #DDC562.


Background Color

.myBgColor { background-color: #DDC562; }

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

This div background color is #DDC562.


Border color

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

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

This div border color is #DDC562.


Opacity

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

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

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

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

This text has shadow with #DDC562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC562 on black background.


Color preview on white background

This text has color #DDC562 on white background.



Black color preview on #DDC562 background

This text has black color on #DDC562 background.


White color preview on #DDC562 background

This text has white color on #DDC562 background.