COLOR #D7C46C

HEX: #D7C46C
RGB: (215,196,108)

Color info

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

RGB color model

#D7C46C color RGB value is (215,196,108).

  • red value is 215;
  • green value is 196;
  • blue value is 108.
RGB:
(215,196,108)
(84%,77%,42%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 108 of 255 = 42%

215
196
108

R + G + B ~ 68%. #D7C46C is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 108 = 519 (100%)
R 215 of 519 ~ 41.43%
G 196 of 519 ~ 37.76%
B 108 of 519 ~ 20.81%

%41.43
%37.76
%20.81

CMYK color model

#D7C46C color CMYK value is (0,9,50,16).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 49.77%
  • key color value is 15.69%
CMYK:
(0,9,50,16)
C0M9Y50K16 
(0%,9%,50%,16%)
(0.00/0.09/0.50/0.16)	

CMYK percentages

%0
%8.84
%49.77
%15.69

Codes

Color #D7C46C in popluar color models

D7C46C
RGB215196108
HSL49°57.22%63.33%
HSB/HSV49°49.77%84.31%
CMYK0.00%8.84%49.77%
15.69%

Color #D7C46C in popluar number systems.

HEXD7C46C
Decimal215196108
Binary11010111110001001101100
Octal327304154

Shades and tints

Shades of #D7C46C

#D7C46C
(215,196,108)
#C4B363
(196,179,99)
#B1A25A
(177,162,90)
#9E9151
(158,145,81)
#8B8048
(139,128,72)
#786F3F
(120,111,63)
#655E36
(101,94,54)
#524D2D
(82,77,45)
#3F3C24
(63,60,36)
#2C2B1B
(44,43,27)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #D7C46C

#D7C46C
(215,196,108)
#DAC979
(218,201,121)
#DDCE86
(221,206,134)
#E0D393
(224,211,147)
#E3D8A0
(227,216,160)
#E6DDAD
(230,221,173)
#E9E2BA
(233,226,186)
#ECE7C7
(236,231,199)
#EFECD4
(239,236,212)
#F2F1E1
(242,241,225)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C46C color. Also use rgb(215,196,108) instead hex code.

Text Font Color

.myTextColor { color: #D7C46C; }

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

This text font color is #D7C46C.


Background Color

.myBgColor { background-color: #D7C46C; }

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

This div background color is #D7C46C.


Border color

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

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

This div border color is #D7C46C.


Opacity

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

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

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

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

This text has shadow with #D7C46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C46C on black background.


Color preview on white background

This text has color #D7C46C on white background.



Black color preview on #D7C46C background

This text has black color on #D7C46C background.


White color preview on #D7C46C background

This text has white color on #D7C46C background.