COLOR #D7CC80

HEX: #D7CC80
RGB: (215,204,128)

Color info

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

RGB color model

#D7CC80 color RGB value is (215,204,128).

  • red value is 215;
  • green value is 204;
  • blue value is 128.
RGB:
(215,204,128)
(84%,80%,50%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 128 of 255 = 50%

215
204
128

R + G + B ~ 71%. #D7CC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 128 = 547 (100%)
R 215 of 547 ~ 39.31%
G 204 of 547 ~ 37.29%
B 128 of 547 ~ 23.4%

%39.31
%37.29
%23.4

CMYK color model

#D7CC80 color CMYK value is (0,5,40,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 40.47%
  • key color value is 15.69%
CMYK:
(0,5,40,16)
C0M5Y40K16 
(0%,5%,40%,16%)
(0.00/0.05/0.40/0.16)	

CMYK percentages

%0
%5.12
%40.47
%15.69

Codes

Color #D7CC80 in popluar color models

D7CC80
RGB215204128
HSL52°52.10%67.25%
HSB/HSV52°40.47%84.31%
CMYK0.00%5.12%40.47%
15.69%

Color #D7CC80 in popluar number systems.

HEXD7CC80
Decimal215204128
Binary110101111100110010000000
Octal327314200

Shades and tints

Shades of #D7CC80

#D7CC80
(215,204,128)
#C4BA75
(196,186,117)
#B1A86A
(177,168,106)
#9E965F
(158,150,95)
#8B8454
(139,132,84)
#787249
(120,114,73)
#65603E
(101,96,62)
#524E33
(82,78,51)
#3F3C28
(63,60,40)
#2C2A1D
(44,42,29)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #D7CC80

#D7CC80
(215,204,128)
#DAD08B
(218,208,139)
#DDD496
(221,212,150)
#E0D8A1
(224,216,161)
#E3DCAC
(227,220,172)
#E6E0B7
(230,224,183)
#E9E4C2
(233,228,194)
#ECE8CD
(236,232,205)
#EFECD8
(239,236,216)
#F2F0E3
(242,240,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CC80 color. Also use rgb(215,204,128) instead hex code.

Text Font Color

.myTextColor { color: #D7CC80; }

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

This text font color is #D7CC80.


Background Color

.myBgColor { background-color: #D7CC80; }

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

This div background color is #D7CC80.


Border color

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

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

This div border color is #D7CC80.


Opacity

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

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

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

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

This text has shadow with #D7CC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CC80 on black background.


Color preview on white background

This text has color #D7CC80 on white background.



Black color preview on #D7CC80 background

This text has black color on #D7CC80 background.


White color preview on #D7CC80 background

This text has white color on #D7CC80 background.