COLOR #DCC072

HEX: #DCC072
RGB: (220,192,114)

Color info

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

RGB color model

#DCC072 color RGB value is (220,192,114).

  • red value is 220;
  • green value is 192;
  • blue value is 114.
RGB:
(220,192,114)
(86%,75%,45%)

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 114 of 255 = 45%

220
192
114

R + G + B ~ 69%. #DCC072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 114 = 526 (100%)
R 220 of 526 ~ 41.83%
G 192 of 526 ~ 36.5%
B 114 of 526 ~ 21.67%

%41.83
%36.5
%21.67

CMYK color model

#DCC072 color CMYK value is (0,13,48,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 48.18%
  • key color value is 13.73%
CMYK:
(0,13,48,14)
C0M13Y48K14 
(0%,13%,48%,14%)
(0.00/0.13/0.48/0.14)	

CMYK percentages

%0
%12.73
%48.18
%13.73

Codes

Color #DCC072 in popluar color models

DCC072
RGB220192114
HSL44°60.23%65.49%
HSB/HSV44°48.18%86.27%
CMYK0.00%12.73%48.18%
13.73%

Color #DCC072 in popluar number systems.

HEXDCC072
Decimal220192114
Binary11011100110000001110010
Octal334300162

Shades and tints

Shades of #DCC072

#DCC072
(220,192,114)
#C8AF68
(200,175,104)
#B49E5E
(180,158,94)
#A08D54
(160,141,84)
#8C7C4A
(140,124,74)
#786B40
(120,107,64)
#645A36
(100,90,54)
#50492C
(80,73,44)
#3C3822
(60,56,34)
#282718
(40,39,24)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #DCC072

#DCC072
(220,192,114)
#DFC57E
(223,197,126)
#E2CA8A
(226,202,138)
#E5CF96
(229,207,150)
#E8D4A2
(232,212,162)
#EBD9AE
(235,217,174)
#EEDEBA
(238,222,186)
#F1E3C6
(241,227,198)
#F4E8D2
(244,232,210)
#F7EDDE
(247,237,222)
#FAF2EA
(250,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC072 color. Also use rgb(220,192,114) instead hex code.

Text Font Color

.myTextColor { color: #DCC072; }

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

This text font color is #DCC072.


Background Color

.myBgColor { background-color: #DCC072; }

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

This div background color is #DCC072.


Border color

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

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

This div border color is #DCC072.


Opacity

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

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

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

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

This text has shadow with #DCC072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC072 on black background.


Color preview on white background

This text has color #DCC072 on white background.



Black color preview on #DCC072 background

This text has black color on #DCC072 background.


White color preview on #DCC072 background

This text has white color on #DCC072 background.