COLOR #DCB366

HEX: #DCB366
RGB: (220,179,102)

Color info

#DCB366 contains mainly red and green colors. Web safe color of #DCB366 is #CC9966 (or #C96).

RGB color model

#DCB366 color RGB value is (220,179,102).

  • red value is 220;
  • green value is 179;
  • blue value is 102.
RGB:
(220,179,102)
(86%,70%,40%)

RGB channels and saturation

R 220 of 255 = 86%
G 179 of 255 = 70%
B 102 of 255 = 40%

220
179
102

R + G + B ~ 65%. #DCB366 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 179 + 102 = 501 (100%)
R 220 of 501 ~ 43.91%
G 179 of 501 ~ 35.73%
B 102 of 501 ~ 20.36%

%43.91
%35.73
%20.36

CMYK color model

#DCB366 color CMYK value is (0,19,54,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 53.64%
  • key color value is 13.73%
CMYK:
(0,19,54,14)
C0M19Y54K14 
(0%,19%,54%,14%)
(0.00/0.19/0.54/0.14)	

CMYK percentages

%0
%18.64
%53.64
%13.73

Codes

Color #DCB366 in popluar color models

DCB366
RGB220179102
HSL39°62.77%63.14%
HSB/HSV39°53.64%86.27%
CMYK0.00%18.64%53.64%
13.73%

Color #DCB366 in popluar number systems.

HEXDCB366
Decimal220179102
Binary11011100101100111100110
Octal334263146

Shades and tints

Shades of #DCB366

#DCB366
(220,179,102)
#C8A35D
(200,163,93)
#B49354
(180,147,84)
#A0834B
(160,131,75)
#8C7342
(140,115,66)
#786339
(120,99,57)
#645330
(100,83,48)
#504327
(80,67,39)
#3C331E
(60,51,30)
#282315
(40,35,21)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #DCB366

#DCB366
(220,179,102)
#DFB973
(223,185,115)
#E2BF80
(226,191,128)
#E5C58D
(229,197,141)
#E8CB9A
(232,203,154)
#EBD1A7
(235,209,167)
#EED7B4
(238,215,180)
#F1DDC1
(241,221,193)
#F4E3CE
(244,227,206)
#F7E9DB
(247,233,219)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB366 color. Also use rgb(220,179,102) instead hex code.

Text Font Color

.myTextColor { color: #DCB366; }

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

This text font color is #DCB366.


Background Color

.myBgColor { background-color: #DCB366; }

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

This div background color is #DCB366.


Border color

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

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

This div border color is #DCB366.


Opacity

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

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

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

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

This text has shadow with #DCB366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB366 on black background.


Color preview on white background

This text has color #DCB366 on white background.



Black color preview on #DCB366 background

This text has black color on #DCB366 background.


White color preview on #DCB366 background

This text has white color on #DCB366 background.