COLOR #D7C206

HEX: #D7C206
RGB: (215,194,6)

Color info

#D7C206 contains mainly red and green colors. Web safe color of #D7C206 is #CCCC00 (or #CC0).

RGB color model

#D7C206 color RGB value is (215,194,6).

  • red value is 215;
  • green value is 194;
  • blue value is 6.
RGB:
(215,194,6)
(84%,76%,2%)

RGB channels and saturation

R 215 of 255 = 84%
G 194 of 255 = 76%
B 6 of 255 = 2%

215
194
6

R + G + B ~ 54%. #D7C206 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
215 + 194 + 6 = 415 (100%)
R 215 of 415 ~ 51.81%
G 194 of 415 ~ 46.75%
B 6 of 415 ~ 1.45%

%51.81
%46.75

CMYK color model

#D7C206 color CMYK value is (0,10,97,16).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 97.21%
  • key color value is 15.69%
CMYK:
(0,10,97,16)
C0M10Y97K16 
(0%,10%,97%,16%)
(0.00/0.10/0.97/0.16)	

CMYK percentages

%0
%9.77
%97.21
%15.69

Codes

Color #D7C206 in popluar color models

D7C206
RGB2151946
HSL54°94.57%43.33%
HSB/HSV54°97.21%84.31%
CMYK0.00%9.77%97.21%
15.69%

Color #D7C206 in popluar number systems.

HEXD7C206
Decimal2151946
Binary1101011111000010110
Octal3273026

Shades and tints

Shades of #D7C206

#D7C206
(215,194,6)
#C4B106
(196,177,6)
#B1A006
(177,160,6)
#9E8F06
(158,143,6)
#8B7E06
(139,126,6)
#786D06
(120,109,6)
#655C06
(101,92,6)
#524B06
(82,75,6)
#3F3A06
(63,58,6)
#2C2906
(44,41,6)
#191806
(25,24,6)
#000000
(0,0,0)

Tints of #D7C206

#D7C206
(215,194,6)
#DAC71C
(218,199,28)
#DDCC32
(221,204,50)
#E0D148
(224,209,72)
#E3D65E
(227,214,94)
#E6DB74
(230,219,116)
#E9E08A
(233,224,138)
#ECE5A0
(236,229,160)
#EFEAB6
(239,234,182)
#F2EFCC
(242,239,204)
#F5F4E2
(245,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C206 color. Also use rgb(215,194,6) instead hex code.

Text Font Color

.myTextColor { color: #D7C206; }

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

This text font color is #D7C206.


Background Color

.myBgColor { background-color: #D7C206; }

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

This div background color is #D7C206.


Border color

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

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

This div border color is #D7C206.


Opacity

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

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

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

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

This text has shadow with #D7C206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C206 on black background.


Color preview on white background

This text has color #D7C206 on white background.



Black color preview on #D7C206 background

This text has black color on #D7C206 background.


White color preview on #D7C206 background

This text has white color on #D7C206 background.