COLOR #DCC38F

HEX: #DCC38F RGB: (220,195,143)

Color info

#DCC38F contains mainly red and green colors. Web safe color of #DCC38F is #CCCC99 (or #CC9).

RGB color model

#DCC38F color RGB value is (220,195,143).

RGB: (220,195,143) (86%, 76%, 56%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 143 of 255 = 56%

220
195
143

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

Portions of RGB colors in percentages

R + G + B = 220 + 195 + 143 = 558 (100%)
R 220 of 558 ~ 39.43%
G 195 of 558 ~ 34.95%
B 143 of 558 ~ 25.63'%

%39.43
%34.95
%25.63

CMYK color model

#DCC38F color CMYK value is (0,11,35,14).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK: (0,11,35,14) C0M11Y35K14 (0%,11%,35%,14%) (0.00/0.11/0.35/0.14) 

CMYK percentages

%0
%11.36
%35
%13.73

Codes

Color #DCC38F in popluar color models

DC C3 8F
RGB 220 195 143
HSL 41° 52.38% 71.18%
HSB/HSV 41° 35.00% 86.27%
CMYK 0.00% 11.36% 35.00%
13.73%

Color #DCC38F in popluar number systems.

HEX DC C3 8F
Decimal 220 195 143
Binary 11011100 11000011 10001111
Octal 334 303 217

Shades and tints

Shades of #DCC38F

#DCC38F
(220,195,143)
#C8B282
(200,178,130)
#B4A175
(180,161,117)
#A09068
(160,144,104)
#8C7F5B
(140,127,91)
#786E4E
(120,110,78)
#645D41
(100,93,65)
#504C34
(80,76,52)
#3C3B27
(60,59,39)
#282A1A
(40,42,26)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #DCC38F

#DCC38F
(220,195,143)
#DFC899
(223,200,153)
#E2CDA3
(226,205,163)
#E5D2AD
(229,210,173)
#E8D7B7
(232,215,183)
#EBDCC1
(235,220,193)
#EEE1CB
(238,225,203)
#F1E6D5
(241,230,213)
#F4EBDF
(244,235,223)
#F7F0E9
(247,240,233)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC38F color. Also use rgb(220,195,143) instead hex code.

Text Font Color

.myTextColor { color: #DCC38F; }

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

This text font color is #DCC38F.

Background Color

.myBgColor { background-color: #DCC38F; }

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

This div background color is #DCC38F.

Border color

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

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

This div border color is #DCC38F.

Opacity

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

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

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

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

This text has shadow with #DCC38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC38F.

Preview

Color preview on black background

This text has color #DCC38F on black background.


Color preview on white background

This text has color #DCC38F on white background.


Black color preview on #DCC38F background

This text has black color on #DCC38F background.


White color preview on #DCC38F background

This text has white color on #DCC38F background.


Related colors

Complementary color

Complementary color for #hex is #233C70.


I love getcolorcode.com

Triadic colors

1 #8FDCC3 and #C38FDC with #DCC38F are triadic colors.

2 #8FC3DC and #C3DC8F with #DCC38F are triadic colors.