COLOR #DCCC7E

HEX: #DCCC7E RGB: (220,204,126)

Color info

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

RGB color model

#DCCC7E color RGB value is (220,204,126).

RGB: (220,204,126) (86%, 80%, 49%)

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 126 of 255 = 49%

220
204
126

R + G + B ~ 72%. #DCCC7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 204 + 126 = 550 (100%)
R 220 of 550 ~ 40%
G 204 of 550 ~ 37.09%
B 126 of 550 ~ 22.91'%

%40
%37.09
%22.91

CMYK color model

#DCCC7E color CMYK value is (0,7,43,14).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 42.73%
  • key color value is 13.73%

CMYK: (0,7,43,14)
C0M7Y43K14 (0%, 7%, 43%, 14%)
(0.00 / 0.07 / 0.43 / 0.14)

CMYK percentages

%0
%7.27
%42.73
%13.73

Codes

Color #DCCC7E in popluar color models

DC CC 7E
RGB 220 204 126
HSL 50° 57.32% 67.84%
HSB/HSV 50° 42.73% 86.27%
CMYK 0.00% 7.27% 42.73%
13.73%

Color #DCCC7E in popluar number systems.

HEX DC CC 7E
Decimal 220 204 126
Binary 11011100 11001100 1111110
Octal 334 314 176

Shades and tints

Shades of #DCCC7E

#DCCC7E
(220,204,126)
#C8BA73
(200,186,115)
#B4A868
(180,168,104)
#A0965D
(160,150,93)
#8C8452
(140,132,82)
#787247
(120,114,71)
#64603C
(100,96,60)
#504E31
(80,78,49)
#3C3C26
(60,60,38)
#282A1B
(40,42,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #DCCC7E

#DCCC7E
(220,204,126)
#DFD089
(223,208,137)
#E2D494
(226,212,148)
#E5D89F
(229,216,159)
#E8DCAA
(232,220,170)
#EBE0B5
(235,224,181)
#EEE4C0
(238,228,192)
#F1E8CB
(241,232,203)
#F4ECD6
(244,236,214)
#F7F0E1
(247,240,225)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCC7E color. Also use rgb(220,204,126) instead hex code.

Text Font Color

.myTextColor { color: #DCCC7E; }

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

This text font color is #DCCC7E.

Background Color

.myBgColor { background-color: #DCCC7E; }

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

This div background color is #DCCC7E.

Border color

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

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

This div border color is #DCCC7E.

Opacity

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

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

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

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

This text has shadow with #DCCC7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCC7E.

Preview

Color preview on black background

This text has color #DCCC7E on black background.


Color preview on white background

This text has color #DCCC7E on white background.


Black color preview on #DCCC7E background

This text has black color on #DCCC7E background.


White color preview on #DCCC7E background

This text has white color on #DCCC7E background.


Related colors

Complementary color

Complementary color for #hex is #233381.


I love getcolorcode.com

Triadic colors

1 #7EDCCC and #CC7EDC with #DCCC7E are triadic colors.

2 #7ECCDC and #CCDC7E with #DCCC7E are triadic colors.