COLOR #DCC99B

HEX: #DCC99B
RGB: (220,201,155)

Color info

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

RGB color model

#DCC99B color RGB value is (220,201,155).

  • red value is 220;
  • green value is 201;
  • blue value is 155.
RGB:
(220,201,155)
(86%,79%,61%)

RGB channels and saturation

R 220 of 255 = 86%
G 201 of 255 = 79%
B 155 of 255 = 61%

220
201
155

R + G + B ~ 75%. #DCC99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 201 + 155 = 576 (100%)
R 220 of 576 ~ 38.19%
G 201 of 576 ~ 34.9%
B 155 of 576 ~ 26.91%

%38.19
%34.9
%26.91

CMYK color model

#DCC99B color CMYK value is (0,9,30,14).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(0,9,30,14)
C0M9Y30K14 
(0%,9%,30%,14%)
(0.00/0.09/0.30/0.14)	

CMYK percentages

%0
%8.64
%29.55
%13.73

Codes

Color #DCC99B in popluar color models

DCC99B
RGB220201155
HSL42°48.15%73.53%
HSB/HSV42°29.55%86.27%
CMYK0.00%8.64%29.55%
13.73%

Color #DCC99B in popluar number systems.

HEXDCC99B
Decimal220201155
Binary110111001100100110011011
Octal334311233

Shades and tints

Shades of #DCC99B

#DCC99B
(220,201,155)
#C8B78D
(200,183,141)
#B4A57F
(180,165,127)
#A09371
(160,147,113)
#8C8163
(140,129,99)
#786F55
(120,111,85)
#645D47
(100,93,71)
#504B39
(80,75,57)
#3C392B
(60,57,43)
#28271D
(40,39,29)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #DCC99B

#DCC99B
(220,201,155)
#DFCDA4
(223,205,164)
#E2D1AD
(226,209,173)
#E5D5B6
(229,213,182)
#E8D9BF
(232,217,191)
#EBDDC8
(235,221,200)
#EEE1D1
(238,225,209)
#F1E5DA
(241,229,218)
#F4E9E3
(244,233,227)
#F7EDEC
(247,237,236)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC99B color. Also use rgb(220,201,155) instead hex code.

Text Font Color

.myTextColor { color: #DCC99B; }

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

This text font color is #DCC99B.


Background Color

.myBgColor { background-color: #DCC99B; }

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

This div background color is #DCC99B.


Border color

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

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

This div border color is #DCC99B.


Opacity

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

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

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

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

This text has shadow with #DCC99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC99B on black background.


Color preview on white background

This text has color #DCC99B on white background.



Black color preview on #DCC99B background

This text has black color on #DCC99B background.


White color preview on #DCC99B background

This text has white color on #DCC99B background.