COLOR #D3C68A

HEX: #D3C68A RGB: (211,198,138)

Color info

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

RGB color model

#D3C68A color RGB value is (211,198,138).

RGB: (211,198,138) (83%, 78%, 54%)

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 138 of 255 = 54%

211
198
138

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

Portions of RGB colors in percentages

R + G + B = 211 + 198 + 138 = 547 (100%)
R 211 of 547 ~ 38.57%
G 198 of 547 ~ 36.2%
B 138 of 547 ~ 25.23'%

%38.57
%36.2
%25.23

CMYK color model

#D3C68A color CMYK value is (0,6,35,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 34.60%
  • key color value is 17.25%

CMYK: (0,6,35,17)
C0M6Y35K17 (0%, 6%, 35%, 17%)
(0.00 / 0.06 / 0.35 / 0.17)

CMYK percentages

%0
%6.16
%34.6
%17.25

Codes

Color #D3C68A in popluar color models

D3 C6 8A
RGB 211 198 138
HSL 49° 45.34% 68.43%
HSB/HSV 49° 34.60% 82.75%
CMYK 0.00% 6.16% 34.60%
17.25%

Color #D3C68A in popluar number systems.

HEX D3 C6 8A
Decimal 211 198 138
Binary 11010011 11000110 10001010
Octal 323 306 212

Shades and tints

Shades of #D3C68A

#D3C68A
(211,198,138)
#C0B47E
(192,180,126)
#ADA272
(173,162,114)
#9A9066
(154,144,102)
#877E5A
(135,126,90)
#746C4E
(116,108,78)
#615A42
(97,90,66)
#4E4836
(78,72,54)
#3B362A
(59,54,42)
#28241E
(40,36,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #D3C68A

#D3C68A
(211,198,138)
#D7CB94
(215,203,148)
#DBD09E
(219,208,158)
#DFD5A8
(223,213,168)
#E3DAB2
(227,218,178)
#E7DFBC
(231,223,188)
#EBE4C6
(235,228,198)
#EFE9D0
(239,233,208)
#F3EEDA
(243,238,218)
#F7F3E4
(247,243,228)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C68A color. Also use rgb(211,198,138) instead hex code.

Text Font Color

.myTextColor { color: #D3C68A; }

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

This text font color is #D3C68A.

Background Color

.myBgColor { background-color: #D3C68A; }

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

This div background color is #D3C68A.

Border color

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

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

This div border color is #D3C68A.

Opacity

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

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

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

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

This text has shadow with #D3C68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C68A.

Preview

Color preview on black background

This text has color #D3C68A on black background.


Color preview on white background

This text has color #D3C68A on white background.


Black color preview on #D3C68A background

This text has black color on #D3C68A background.


White color preview on #D3C68A background

This text has white color on #D3C68A background.


Related colors

Complementary color

Complementary color for #hex is #2C3975.


I love getcolorcode.com

Triadic colors

1 #8AD3C6 and #C68AD3 with #D3C68A are triadic colors.

2 #8AC6D3 and #C6D38A with #D3C68A are triadic colors.