COLOR #DDD27F

HEX: #DDD27F RGB: (221,210,127)

Color info

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

RGB color model

#DDD27F color RGB value is (221,210,127).

RGB: (221,210,127) (87%, 82%, 50%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 127 of 255 = 50%

221
210
127

R + G + B ~ 73%. #DDD27F is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 210 + 127 = 558 (100%)
R 221 of 558 ~ 39.61%
G 210 of 558 ~ 37.63%
B 127 of 558 ~ 22.76'%

%39.61
%37.63
%22.76

CMYK color model

#DDD27F color CMYK value is (0,5,43,13).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 42.53%
  • key color value is 13.33%

CMYK: (0,5,43,13)
C0M5Y43K13 (0%, 5%, 43%, 13%)
(0.00 / 0.05 / 0.43 / 0.13)

CMYK percentages

%0
%4.98
%42.53
%13.33

Codes

Color #DDD27F in popluar color models

DD D2 7F
RGB 221 210 127
HSL 53° 58.02% 68.24%
HSB/HSV 53° 42.53% 86.67%
CMYK 0.00% 4.98% 42.53%
13.33%

Color #DDD27F in popluar number systems.

HEX DD D2 7F
Decimal 221 210 127
Binary 11011101 11010010 1111111
Octal 335 322 177

Shades and tints

Shades of #DDD27F

#DDD27F
(221,210,127)
#C9BF74
(201,191,116)
#B5AC69
(181,172,105)
#A1995E
(161,153,94)
#8D8653
(141,134,83)
#797348
(121,115,72)
#65603D
(101,96,61)
#514D32
(81,77,50)
#3D3A27
(61,58,39)
#29271C
(41,39,28)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDD27F

#DDD27F
(221,210,127)
#E0D68A
(224,214,138)
#E3DA95
(227,218,149)
#E6DEA0
(230,222,160)
#E9E2AB
(233,226,171)
#ECE6B6
(236,230,182)
#EFEAC1
(239,234,193)
#F2EECC
(242,238,204)
#F5F2D7
(245,242,215)
#F8F6E2
(248,246,226)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD27F color. Also use rgb(221,210,127) instead hex code.

Text Font Color

.myTextColor { color: #DDD27F; }

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

This text font color is #DDD27F.

Background Color

.myBgColor { background-color: #DDD27F; }

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

This div background color is #DDD27F.

Border color

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

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

This div border color is #DDD27F.

Opacity

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

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

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

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

This text has shadow with #DDD27F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD27F.

Preview

Color preview on black background

This text has color #DDD27F on black background.


Color preview on white background

This text has color #DDD27F on white background.


Black color preview on #DDD27F background

This text has black color on #DDD27F background.


White color preview on #DDD27F background

This text has white color on #DDD27F background.


Related colors

Complementary color

Complementary color for #hex is #222D80.


I love getcolorcode.com

Triadic colors

1 #7FDDD2 and #D27FDD with #DDD27F are triadic colors.

2 #7FD2DD and #D2DD7F with #DDD27F are triadic colors.