COLOR #D5C061

HEX: #D5C061
RGB: (213,192,97)

Color info

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

RGB color model

#D5C061 color RGB value is (213,192,97).

  • red value is 213;
  • green value is 192;
  • blue value is 97.
RGB:
(213,192,97)
(84%,75%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 97 of 255 = 38%

213
192
97

R + G + B ~ 66%. #D5C061 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 192 + 97 = 502 (100%)
R 213 of 502 ~ 42.43%
G 192 of 502 ~ 38.25%
B 97 of 502 ~ 19.32%

%42.43
%38.25
%19.32

CMYK color model

#D5C061 color CMYK value is (0,10,54,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 54.46%
  • key color value is 16.47%
CMYK:
(0,10,54,16)
C0M10Y54K16 
(0%,10%,54%,16%)
(0.00/0.10/0.54/0.16)	

CMYK percentages

%0
%9.86
%54.46
%16.47

Codes

Color #D5C061 in popluar color models

D5C061
RGB21319297
HSL49°58.00%60.78%
HSB/HSV49°54.46%83.53%
CMYK0.00%9.86%54.46%
16.47%

Color #D5C061 in popluar number systems.

HEXD5C061
Decimal21319297
Binary11010101110000001100001
Octal325300141

Shades and tints

Shades of #D5C061

#D5C061
(213,192,97)
#C2AF59
(194,175,89)
#AF9E51
(175,158,81)
#9C8D49
(156,141,73)
#897C41
(137,124,65)
#766B39
(118,107,57)
#635A31
(99,90,49)
#504929
(80,73,41)
#3D3821
(61,56,33)
#2A2719
(42,39,25)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5C061

#D5C061
(213,192,97)
#D8C56F
(216,197,111)
#DBCA7D
(219,202,125)
#DECF8B
(222,207,139)
#E1D499
(225,212,153)
#E4D9A7
(228,217,167)
#E7DEB5
(231,222,181)
#EAE3C3
(234,227,195)
#EDE8D1
(237,232,209)
#F0EDDF
(240,237,223)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C061 color. Also use rgb(213,192,97) instead hex code.

Text Font Color

.myTextColor { color: #D5C061; }

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

This text font color is #D5C061.


Background Color

.myBgColor { background-color: #D5C061; }

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

This div background color is #D5C061.


Border color

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

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

This div border color is #D5C061.


Opacity

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

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

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

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

This text has shadow with #D5C061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C061 on black background.


Color preview on white background

This text has color #D5C061 on white background.



Black color preview on #D5C061 background

This text has black color on #D5C061 background.


White color preview on #D5C061 background

This text has white color on #D5C061 background.