COLOR #D7C675

HEX: #D7C675
RGB: (215,198,117)

Color info

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

RGB color model

#D7C675 color RGB value is (215,198,117).

  • red value is 215;
  • green value is 198;
  • blue value is 117.
RGB:
(215,198,117)
(84%,78%,46%)

RGB channels and saturation

R 215 of 255 = 84%
G 198 of 255 = 78%
B 117 of 255 = 46%

215
198
117

R + G + B ~ 69%. #D7C675 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 198 + 117 = 530 (100%)
R 215 of 530 ~ 40.57%
G 198 of 530 ~ 37.36%
B 117 of 530 ~ 22.08%

%40.57
%37.36
%22.08

CMYK color model

#D7C675 color CMYK value is (0,8,46,16).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 45.58%
  • key color value is 15.69%
CMYK:
(0,8,46,16)
C0M8Y46K16 
(0%,8%,46%,16%)
(0.00/0.08/0.46/0.16)	

CMYK percentages

%0
%7.91
%45.58
%15.69

Codes

Color #D7C675 in popluar color models

D7C675
RGB215198117
HSL50°55.06%65.10%
HSB/HSV50°45.58%84.31%
CMYK0.00%7.91%45.58%
15.69%

Color #D7C675 in popluar number systems.

HEXD7C675
Decimal215198117
Binary11010111110001101110101
Octal327306165

Shades and tints

Shades of #D7C675

#D7C675
(215,198,117)
#C4B46B
(196,180,107)
#B1A261
(177,162,97)
#9E9057
(158,144,87)
#8B7E4D
(139,126,77)
#786C43
(120,108,67)
#655A39
(101,90,57)
#52482F
(82,72,47)
#3F3625
(63,54,37)
#2C241B
(44,36,27)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #D7C675

#D7C675
(215,198,117)
#DACB81
(218,203,129)
#DDD08D
(221,208,141)
#E0D599
(224,213,153)
#E3DAA5
(227,218,165)
#E6DFB1
(230,223,177)
#E9E4BD
(233,228,189)
#ECE9C9
(236,233,201)
#EFEED5
(239,238,213)
#F2F3E1
(242,243,225)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C675 color. Also use rgb(215,198,117) instead hex code.

Text Font Color

.myTextColor { color: #D7C675; }

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

This text font color is #D7C675.


Background Color

.myBgColor { background-color: #D7C675; }

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

This div background color is #D7C675.


Border color

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

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

This div border color is #D7C675.


Opacity

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

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

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

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

This text has shadow with #D7C675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C675 on black background.


Color preview on white background

This text has color #D7C675 on white background.



Black color preview on #D7C675 background

This text has black color on #D7C675 background.


White color preview on #D7C675 background

This text has white color on #D7C675 background.