COLOR #DCCE96

HEX: #DCCE96
RGB: (220,206,150)

Color info

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

RGB color model

#DCCE96 color RGB value is (220,206,150).

  • red value is 220;
  • green value is 206;
  • blue value is 150.
RGB:
(220,206,150)
(86%,81%,59%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 150 of 255 = 59%

220
206
150

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

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 150 = 576 (100%)
R 220 of 576 ~ 38.19%
G 206 of 576 ~ 35.76%
B 150 of 576 ~ 26.04%

%38.19
%35.76
%26.04

CMYK color model

#DCCE96 color CMYK value is (0,6,32,14).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(0,6,32,14)
C0M6Y32K14 
(0%,6%,32%,14%)
(0.00/0.06/0.32/0.14)	

CMYK percentages

%0
%6.36
%31.82
%13.73

Codes

Color #DCCE96 in popluar color models

DCCE96
RGB220206150
HSL48°50.00%72.55%
HSB/HSV48°31.82%86.27%
CMYK0.00%6.36%31.82%
13.73%

Color #DCCE96 in popluar number systems.

HEXDCCE96
Decimal220206150
Binary110111001100111010010110
Octal334316226

Shades and tints

Shades of #DCCE96

#DCCE96
(220,206,150)
#C8BC89
(200,188,137)
#B4AA7C
(180,170,124)
#A0986F
(160,152,111)
#8C8662
(140,134,98)
#787455
(120,116,85)
#646248
(100,98,72)
#50503B
(80,80,59)
#3C3E2E
(60,62,46)
#282C21
(40,44,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #DCCE96

#DCCE96
(220,206,150)
#DFD29F
(223,210,159)
#E2D6A8
(226,214,168)
#E5DAB1
(229,218,177)
#E8DEBA
(232,222,186)
#EBE2C3
(235,226,195)
#EEE6CC
(238,230,204)
#F1EAD5
(241,234,213)
#F4EEDE
(244,238,222)
#F7F2E7
(247,242,231)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCE96 color. Also use rgb(220,206,150) instead hex code.

Text Font Color

.myTextColor { color: #DCCE96; }

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

This text font color is #DCCE96.


Background Color

.myBgColor { background-color: #DCCE96; }

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

This div background color is #DCCE96.


Border color

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

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

This div border color is #DCCE96.


Opacity

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

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

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

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

This text has shadow with #DCCE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCE96 on black background.


Color preview on white background

This text has color #DCCE96 on white background.



Black color preview on #DCCE96 background

This text has black color on #DCCE96 background.


White color preview on #DCCE96 background

This text has white color on #DCCE96 background.