COLOR #DCC795

HEX: #DCC795
RGB: (220,199,149)

Color info

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

RGB color model

#DCC795 color RGB value is (220,199,149).

  • red value is 220;
  • green value is 199;
  • blue value is 149.
RGB:
(220,199,149)
(86%,78%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 149 of 255 = 58%

220
199
149

R + G + B ~ 74%. #DCC795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 149 = 568 (100%)
R 220 of 568 ~ 38.73%
G 199 of 568 ~ 35.04%
B 149 of 568 ~ 26.23%

%38.73
%35.04
%26.23

CMYK color model

#DCC795 color CMYK value is (0,10,32,14).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 32.27%
  • key color value is 13.73%
CMYK:
(0,10,32,14)
C0M10Y32K14 
(0%,10%,32%,14%)
(0.00/0.10/0.32/0.14)	

CMYK percentages

%0
%9.55
%32.27
%13.73

Codes

Color #DCC795 in popluar color models

DCC795
RGB220199149
HSL42°50.35%72.35%
HSB/HSV42°32.27%86.27%
CMYK0.00%9.55%32.27%
13.73%

Color #DCC795 in popluar number systems.

HEXDCC795
Decimal220199149
Binary110111001100011110010101
Octal334307225

Shades and tints

Shades of #DCC795

#DCC795
(220,199,149)
#C8B588
(200,181,136)
#B4A37B
(180,163,123)
#A0916E
(160,145,110)
#8C7F61
(140,127,97)
#786D54
(120,109,84)
#645B47
(100,91,71)
#50493A
(80,73,58)
#3C372D
(60,55,45)
#282520
(40,37,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #DCC795

#DCC795
(220,199,149)
#DFCC9E
(223,204,158)
#E2D1A7
(226,209,167)
#E5D6B0
(229,214,176)
#E8DBB9
(232,219,185)
#EBE0C2
(235,224,194)
#EEE5CB
(238,229,203)
#F1EAD4
(241,234,212)
#F4EFDD
(244,239,221)
#F7F4E6
(247,244,230)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC795 color. Also use rgb(220,199,149) instead hex code.

Text Font Color

.myTextColor { color: #DCC795; }

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

This text font color is #DCC795.


Background Color

.myBgColor { background-color: #DCC795; }

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

This div background color is #DCC795.


Border color

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

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

This div border color is #DCC795.


Opacity

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

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

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

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

This text has shadow with #DCC795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC795 on black background.


Color preview on white background

This text has color #DCC795 on white background.



Black color preview on #DCC795 background

This text has black color on #DCC795 background.


White color preview on #DCC795 background

This text has white color on #DCC795 background.