COLOR #DDCE6E

HEX: #DDCE6E
RGB: (221,206,110)

Color info

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

RGB color model

#DDCE6E color RGB value is (221,206,110).

  • red value is 221;
  • green value is 206;
  • blue value is 110.
RGB:
(221,206,110)
(87%,81%,43%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 110 of 255 = 43%

221
206
110

R + G + B ~ 70%. #DDCE6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 110 = 537 (100%)
R 221 of 537 ~ 41.15%
G 206 of 537 ~ 38.36%
B 110 of 537 ~ 20.48%

%41.15
%38.36
%20.48

CMYK color model

#DDCE6E color CMYK value is (0,7,50,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 50.23%
  • key color value is 13.33%
CMYK:
(0,7,50,13)
C0M7Y50K13 
(0%,7%,50%,13%)
(0.00/0.07/0.50/0.13)	

CMYK percentages

%0
%6.79
%50.23
%13.33

Codes

Color #DDCE6E in popluar color models

DDCE6E
RGB221206110
HSL52°62.01%64.90%
HSB/HSV52°50.23%86.67%
CMYK0.00%6.79%50.23%
13.33%

Color #DDCE6E in popluar number systems.

HEXDDCE6E
Decimal221206110
Binary11011101110011101101110
Octal335316156

Shades and tints

Shades of #DDCE6E

#DDCE6E
(221,206,110)
#C9BC64
(201,188,100)
#B5AA5A
(181,170,90)
#A19850
(161,152,80)
#8D8646
(141,134,70)
#79743C
(121,116,60)
#656232
(101,98,50)
#515028
(81,80,40)
#3D3E1E
(61,62,30)
#292C14
(41,44,20)
#151A0A
(21,26,10)
#000000
(0,0,0)

Tints of #DDCE6E

#DDCE6E
(221,206,110)
#E0D27B
(224,210,123)
#E3D688
(227,214,136)
#E6DA95
(230,218,149)
#E9DEA2
(233,222,162)
#ECE2AF
(236,226,175)
#EFE6BC
(239,230,188)
#F2EAC9
(242,234,201)
#F5EED6
(245,238,214)
#F8F2E3
(248,242,227)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCE6E color. Also use rgb(221,206,110) instead hex code.

Text Font Color

.myTextColor { color: #DDCE6E; }

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

This text font color is #DDCE6E.


Background Color

.myBgColor { background-color: #DDCE6E; }

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

This div background color is #DDCE6E.


Border color

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

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

This div border color is #DDCE6E.


Opacity

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

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

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

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

This text has shadow with #DDCE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCE6E on black background.


Color preview on white background

This text has color #DDCE6E on white background.



Black color preview on #DDCE6E background

This text has black color on #DDCE6E background.


White color preview on #DDCE6E background

This text has white color on #DDCE6E background.