COLOR #D5C477

HEX: #D5C477
RGB: (213,196,119)

Color info

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

RGB color model

#D5C477 color RGB value is (213,196,119).

  • red value is 213;
  • green value is 196;
  • blue value is 119.
RGB:
(213,196,119)
(84%,77%,47%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 119 of 255 = 47%

213
196
119

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

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 119 = 528 (100%)
R 213 of 528 ~ 40.34%
G 196 of 528 ~ 37.12%
B 119 of 528 ~ 22.54%

%40.34
%37.12
%22.54

CMYK color model

#D5C477 color CMYK value is (0,8,44,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,8,44,16)
C0M8Y44K16 
(0%,8%,44%,16%)
(0.00/0.08/0.44/0.16)	

CMYK percentages

%0
%7.98
%44.13
%16.47

Codes

Color #D5C477 in popluar color models

D5C477
RGB213196119
HSL49°52.81%65.10%
HSB/HSV49°44.13%83.53%
CMYK0.00%7.98%44.13%
16.47%

Color #D5C477 in popluar number systems.

HEXD5C477
Decimal213196119
Binary11010101110001001110111
Octal325304167

Shades and tints

Shades of #D5C477

#D5C477
(213,196,119)
#C2B36D
(194,179,109)
#AFA263
(175,162,99)
#9C9159
(156,145,89)
#89804F
(137,128,79)
#766F45
(118,111,69)
#635E3B
(99,94,59)
#504D31
(80,77,49)
#3D3C27
(61,60,39)
#2A2B1D
(42,43,29)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #D5C477

#D5C477
(213,196,119)
#D8C983
(216,201,131)
#DBCE8F
(219,206,143)
#DED39B
(222,211,155)
#E1D8A7
(225,216,167)
#E4DDB3
(228,221,179)
#E7E2BF
(231,226,191)
#EAE7CB
(234,231,203)
#EDECD7
(237,236,215)
#F0F1E3
(240,241,227)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C477 color. Also use rgb(213,196,119) instead hex code.

Text Font Color

.myTextColor { color: #D5C477; }

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

This text font color is #D5C477.


Background Color

.myBgColor { background-color: #D5C477; }

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

This div background color is #D5C477.


Border color

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

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

This div border color is #D5C477.


Opacity

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

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

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

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

This text has shadow with #D5C477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C477 on black background.


Color preview on white background

This text has color #D5C477 on white background.



Black color preview on #D5C477 background

This text has black color on #D5C477 background.


White color preview on #D5C477 background

This text has white color on #D5C477 background.