COLOR #D5C592

HEX: #D5C592
RGB: (213,197,146)

Color info

#D5C592 contains mainly red and green colors. Web safe color of #D5C592 is #CCCC99 (or #CC9).

RGB color model

#D5C592 color RGB value is (213,197,146).

  • red value is 213;
  • green value is 197;
  • blue value is 146.
RGB:
(213,197,146)
(84%,77%,57%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 146 of 255 = 57%

213
197
146

R + G + B ~ 73%. #D5C592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 146 = 556 (100%)
R 213 of 556 ~ 38.31%
G 197 of 556 ~ 35.43%
B 146 of 556 ~ 26.26%

%38.31
%35.43
%26.26

CMYK color model

#D5C592 color CMYK value is (0,8,31,16).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 31.46%
  • key color value is 16.47%
CMYK:
(0,8,31,16)
C0M8Y31K16 
(0%,8%,31%,16%)
(0.00/0.08/0.31/0.16)	

CMYK percentages

%0
%7.51
%31.46
%16.47

Codes

Color #D5C592 in popluar color models

D5C592
RGB213197146
HSL46°44.37%70.39%
HSB/HSV46°31.46%83.53%
CMYK0.00%7.51%31.46%
16.47%

Color #D5C592 in popluar number systems.

HEXD5C592
Decimal213197146
Binary110101011100010110010010
Octal325305222

Shades and tints

Shades of #D5C592

#D5C592
(213,197,146)
#C2B485
(194,180,133)
#AFA378
(175,163,120)
#9C926B
(156,146,107)
#89815E
(137,129,94)
#767051
(118,112,81)
#635F44
(99,95,68)
#504E37
(80,78,55)
#3D3D2A
(61,61,42)
#2A2C1D
(42,44,29)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #D5C592

#D5C592
(213,197,146)
#D8CA9B
(216,202,155)
#DBCFA4
(219,207,164)
#DED4AD
(222,212,173)
#E1D9B6
(225,217,182)
#E4DEBF
(228,222,191)
#E7E3C8
(231,227,200)
#EAE8D1
(234,232,209)
#EDEDDA
(237,237,218)
#F0F2E3
(240,242,227)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C592 color. Also use rgb(213,197,146) instead hex code.

Text Font Color

.myTextColor { color: #D5C592; }

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

This text font color is #D5C592.


Background Color

.myBgColor { background-color: #D5C592; }

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

This div background color is #D5C592.


Border color

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

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

This div border color is #D5C592.


Opacity

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

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

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

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

This text has shadow with #D5C592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C592 on black background.


Color preview on white background

This text has color #D5C592 on white background.



Black color preview on #D5C592 background

This text has black color on #D5C592 background.


White color preview on #D5C592 background

This text has white color on #D5C592 background.