COLOR #D7CF77

HEX: #D7CF77
RGB: (215,207,119)

Color info

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

RGB color model

#D7CF77 color RGB value is (215,207,119).

  • red value is 215;
  • green value is 207;
  • blue value is 119.
RGB:
(215,207,119)
(84%,81%,47%)

RGB channels and saturation

R 215 of 255 = 84%
G 207 of 255 = 81%
B 119 of 255 = 47%

215
207
119

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

Portions of RGB colors in percentages

R + G + B =
215 + 207 + 119 = 541 (100%)
R 215 of 541 ~ 39.74%
G 207 of 541 ~ 38.26%
B 119 of 541 ~ 22%

%39.74
%38.26
%22

CMYK color model

#D7CF77 color CMYK value is (0,4,45,16).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 44.65%
  • key color value is 15.69%
CMYK:
(0,4,45,16)
C0M4Y45K16 
(0%,4%,45%,16%)
(0.00/0.04/0.45/0.16)	

CMYK percentages

%0
%3.72
%44.65
%15.69

Codes

Color #D7CF77 in popluar color models

D7CF77
RGB215207119
HSL55°54.55%65.49%
HSB/HSV55°44.65%84.31%
CMYK0.00%3.72%44.65%
15.69%

Color #D7CF77 in popluar number systems.

HEXD7CF77
Decimal215207119
Binary11010111110011111110111
Octal327317167

Shades and tints

Shades of #D7CF77

#D7CF77
(215,207,119)
#C4BD6D
(196,189,109)
#B1AB63
(177,171,99)
#9E9959
(158,153,89)
#8B874F
(139,135,79)
#787545
(120,117,69)
#65633B
(101,99,59)
#525131
(82,81,49)
#3F3F27
(63,63,39)
#2C2D1D
(44,45,29)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #D7CF77

#D7CF77
(215,207,119)
#DAD383
(218,211,131)
#DDD78F
(221,215,143)
#E0DB9B
(224,219,155)
#E3DFA7
(227,223,167)
#E6E3B3
(230,227,179)
#E9E7BF
(233,231,191)
#ECEBCB
(236,235,203)
#EFEFD7
(239,239,215)
#F2F3E3
(242,243,227)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CF77 color. Also use rgb(215,207,119) instead hex code.

Text Font Color

.myTextColor { color: #D7CF77; }

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

This text font color is #D7CF77.


Background Color

.myBgColor { background-color: #D7CF77; }

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

This div background color is #D7CF77.


Border color

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

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

This div border color is #D7CF77.


Opacity

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

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

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

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

This text has shadow with #D7CF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CF77 on black background.


Color preview on white background

This text has color #D7CF77 on white background.



Black color preview on #D7CF77 background

This text has black color on #D7CF77 background.


White color preview on #D7CF77 background

This text has white color on #D7CF77 background.