COLOR #DCC57C

HEX: #DCC57C RGB: (220,197,124)

Color info

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

RGB color model

#DCC57C color RGB value is (220,197,124).

RGB: (220,197,124) (86%, 77%, 49%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 124 of 255 = 49%

220
197
124

R + G + B ~ 71%. #DCC57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 197 + 124 = 541 (100%)
R 220 of 541 ~ 40.67%
G 197 of 541 ~ 36.41%
B 124 of 541 ~ 22.92'%

%40.67
%36.41
%22.92

CMYK color model

#DCC57C color CMYK value is (0,10,44,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 43.64%
  • key color value is 13.73%

CMYK: (0,10,44,14)
C0M10Y44K14 (0%, 10%, 44%, 14%)
(0.00 / 0.10 / 0.44 / 0.14)

CMYK percentages

%0
%10.45
%43.64
%13.73

Codes

Color #DCC57C in popluar color models

DC C5 7C
RGB 220 197 124
HSL 46° 57.83% 67.45%
HSB/HSV 46° 43.64% 86.27%
CMYK 0.00% 10.45% 43.64%
13.73%

Color #DCC57C in popluar number systems.

HEX DC C5 7C
Decimal 220 197 124
Binary 11011100 11000101 1111100
Octal 334 305 174

Shades and tints

Shades of #DCC57C

#DCC57C
(220,197,124)
#C8B471
(200,180,113)
#B4A366
(180,163,102)
#A0925B
(160,146,91)
#8C8150
(140,129,80)
#787045
(120,112,69)
#645F3A
(100,95,58)
#504E2F
(80,78,47)
#3C3D24
(60,61,36)
#282C19
(40,44,25)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #DCC57C

#DCC57C
(220,197,124)
#DFCA87
(223,202,135)
#E2CF92
(226,207,146)
#E5D49D
(229,212,157)
#E8D9A8
(232,217,168)
#EBDEB3
(235,222,179)
#EEE3BE
(238,227,190)
#F1E8C9
(241,232,201)
#F4EDD4
(244,237,212)
#F7F2DF
(247,242,223)
#FAF7EA
(250,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC57C color. Also use rgb(220,197,124) instead hex code.

Text Font Color

.myTextColor { color: #DCC57C; }

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

This text font color is #DCC57C.

Background Color

.myBgColor { background-color: #DCC57C; }

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

This div background color is #DCC57C.

Border color

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

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

This div border color is #DCC57C.

Opacity

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

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

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

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

This text has shadow with #DCC57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC57C.

Preview

Color preview on black background

This text has color #DCC57C on black background.


Color preview on white background

This text has color #DCC57C on white background.


Black color preview on #DCC57C background

This text has black color on #DCC57C background.


White color preview on #DCC57C background

This text has white color on #DCC57C background.


Related colors

Complementary color

Complementary color for #hex is #233A83.


I love getcolorcode.com

Triadic colors

1 #7CDCC5 and #C57CDC with #DCC57C are triadic colors.

2 #7CC5DC and #C5DC7C with #DCC57C are triadic colors.