COLOR #D5C68B

HEX: #D5C68B RGB: (213,198,139)

Color info

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

RGB color model

#D5C68B color RGB value is (213,198,139).

RGB: (213,198,139) (84%, 78%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 139 of 255 = 55%

213
198
139

R + G + B ~ 72%. #D5C68B is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 198 + 139 = 550 (100%)
R 213 of 550 ~ 38.73%
G 198 of 550 ~ 36%
B 139 of 550 ~ 25.27'%

%38.73
%36
%25.27

CMYK color model

#D5C68B color CMYK value is (0,7,35,16).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 34.74%
  • key color value is 16.47%

CMYK: (0,7,35,16)
C0M7Y35K16 (0%, 7%, 35%, 16%)
(0.00 / 0.07 / 0.35 / 0.16)

CMYK percentages

%0
%7.04
%34.74
%16.47

Codes

Color #D5C68B in popluar color models

D5 C6 8B
RGB 213 198 139
HSL 48° 46.84% 69.02%
HSB/HSV 48° 34.74% 83.53%
CMYK 0.00% 7.04% 34.74%
16.47%

Color #D5C68B in popluar number systems.

HEX D5 C6 8B
Decimal 213 198 139
Binary 11010101 11000110 10001011
Octal 325 306 213

Shades and tints

Shades of #D5C68B

#D5C68B
(213,198,139)
#C2B47F
(194,180,127)
#AFA273
(175,162,115)
#9C9067
(156,144,103)
#897E5B
(137,126,91)
#766C4F
(118,108,79)
#635A43
(99,90,67)
#504837
(80,72,55)
#3D362B
(61,54,43)
#2A241F
(42,36,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5C68B

#D5C68B
(213,198,139)
#D8CB95
(216,203,149)
#DBD09F
(219,208,159)
#DED5A9
(222,213,169)
#E1DAB3
(225,218,179)
#E4DFBD
(228,223,189)
#E7E4C7
(231,228,199)
#EAE9D1
(234,233,209)
#EDEEDB
(237,238,219)
#F0F3E5
(240,243,229)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C68B color. Also use rgb(213,198,139) instead hex code.

Text Font Color

.myTextColor { color: #D5C68B; }

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

This text font color is #D5C68B.

Background Color

.myBgColor { background-color: #D5C68B; }

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

This div background color is #D5C68B.

Border color

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

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

This div border color is #D5C68B.

Opacity

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

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

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

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

This text has shadow with #D5C68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C68B.

Preview

Color preview on black background

This text has color #D5C68B on black background.


Color preview on white background

This text has color #D5C68B on white background.


Black color preview on #D5C68B background

This text has black color on #D5C68B background.


White color preview on #D5C68B background

This text has white color on #D5C68B background.


Related colors

Complementary color

Complementary color for #hex is #2A3974.


I love getcolorcode.com

Triadic colors

1 #8BD5C6 and #C68BD5 with #D5C68B are triadic colors.

2 #8BC6D5 and #C6D58B with #D5C68B are triadic colors.