COLOR #DDD05F

HEX: #DDD05F
RGB: (221,208,95)

Color info

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

RGB color model

#DDD05F color RGB value is (221,208,95).

  • red value is 221;
  • green value is 208;
  • blue value is 95.
RGB:
(221,208,95)
(87%,82%,37%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 95 of 255 = 37%

221
208
95

R + G + B ~ 69%. #DDD05F is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 95 = 524 (100%)
R 221 of 524 ~ 42.18%
G 208 of 524 ~ 39.69%
B 95 of 524 ~ 18.13%

%42.18
%39.69
%18.13

CMYK color model

#DDD05F color CMYK value is (0,6,57,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 57.01%
  • key color value is 13.33%
CMYK:
(0,6,57,13)
C0M6Y57K13 
(0%,6%,57%,13%)
(0.00/0.06/0.57/0.13)	

CMYK percentages

%0
%5.88
%57.01
%13.33

Codes

Color #DDD05F in popluar color models

DDD05F
RGB22120895
HSL54°64.95%61.96%
HSB/HSV54°57.01%86.67%
CMYK0.00%5.88%57.01%
13.33%

Color #DDD05F in popluar number systems.

HEXDDD05F
Decimal22120895
Binary11011101110100001011111
Octal335320137

Shades and tints

Shades of #DDD05F

#DDD05F
(221,208,95)
#C9BE57
(201,190,87)
#B5AC4F
(181,172,79)
#A19A47
(161,154,71)
#8D883F
(141,136,63)
#797637
(121,118,55)
#65642F
(101,100,47)
#515227
(81,82,39)
#3D401F
(61,64,31)
#292E17
(41,46,23)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #DDD05F

#DDD05F
(221,208,95)
#E0D46D
(224,212,109)
#E3D87B
(227,216,123)
#E6DC89
(230,220,137)
#E9E097
(233,224,151)
#ECE4A5
(236,228,165)
#EFE8B3
(239,232,179)
#F2ECC1
(242,236,193)
#F5F0CF
(245,240,207)
#F8F4DD
(248,244,221)
#FBF8EB
(251,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD05F color. Also use rgb(221,208,95) instead hex code.

Text Font Color

.myTextColor { color: #DDD05F; }

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

This text font color is #DDD05F.


Background Color

.myBgColor { background-color: #DDD05F; }

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

This div background color is #DDD05F.


Border color

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

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

This div border color is #DDD05F.


Opacity

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

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

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

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

This text has shadow with #DDD05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD05F on black background.


Color preview on white background

This text has color #DDD05F on white background.



Black color preview on #DDD05F background

This text has black color on #DDD05F background.


White color preview on #DDD05F background

This text has white color on #DDD05F background.