COLOR #DDD63E

HEX: #DDD63E
RGB: (221,214,62)

Color info

#DDD63E contains mainly red and green colors. Web safe color of #DDD63E is #CCCC33 (or #CC3).

RGB color model

#DDD63E color RGB value is (221,214,62).

  • red value is 221;
  • green value is 214;
  • blue value is 62.
RGB:
(221,214,62)
(87%,84%,24%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 62 of 255 = 24%

221
214
62

R + G + B ~ 65%. #DDD63E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 62 = 497 (100%)
R 221 of 497 ~ 44.47%
G 214 of 497 ~ 43.06%
B 62 of 497 ~ 12.47%

%44.47
%43.06
%12.47

CMYK color model

#DDD63E color CMYK value is (0,3,72,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 71.95%
  • key color value is 13.33%
CMYK:
(0,3,72,13)
C0M3Y72K13 
(0%,3%,72%,13%)
(0.00/0.03/0.72/0.13)	

CMYK percentages

%0
%3.17
%71.95
%13.33

Codes

Color #DDD63E in popluar color models

DDD63E
RGB22121462
HSL57°70.04%55.49%
HSB/HSV57°71.95%86.67%
CMYK0.00%3.17%71.95%
13.33%

Color #DDD63E in popluar number systems.

HEXDDD63E
Decimal22121462
Binary1101110111010110111110
Octal33532676

Shades and tints

Shades of #DDD63E

#DDD63E
(221,214,62)
#C9C339
(201,195,57)
#B5B034
(181,176,52)
#A19D2F
(161,157,47)
#8D8A2A
(141,138,42)
#797725
(121,119,37)
#656420
(101,100,32)
#51511B
(81,81,27)
#3D3E16
(61,62,22)
#292B11
(41,43,17)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #DDD63E

#DDD63E
(221,214,62)
#E0D94F
(224,217,79)
#E3DC60
(227,220,96)
#E6DF71
(230,223,113)
#E9E282
(233,226,130)
#ECE593
(236,229,147)
#EFE8A4
(239,232,164)
#F2EBB5
(242,235,181)
#F5EEC6
(245,238,198)
#F8F1D7
(248,241,215)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD63E color. Also use rgb(221,214,62) instead hex code.

Text Font Color

.myTextColor { color: #DDD63E; }

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

This text font color is #DDD63E.


Background Color

.myBgColor { background-color: #DDD63E; }

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

This div background color is #DDD63E.


Border color

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

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

This div border color is #DDD63E.


Opacity

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

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

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

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

This text has shadow with #DDD63E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD63E on black background.


Color preview on white background

This text has color #DDD63E on white background.



Black color preview on #DDD63E background

This text has black color on #DDD63E background.


White color preview on #DDD63E background

This text has white color on #DDD63E background.