COLOR #D3C07B

HEX: #D3C07B
RGB: (211,192,123)

Color info

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

RGB color model

#D3C07B color RGB value is (211,192,123).

  • red value is 211;
  • green value is 192;
  • blue value is 123.
RGB:
(211,192,123)
(83%,75%,48%)

RGB channels and saturation

R 211 of 255 = 83%
G 192 of 255 = 75%
B 123 of 255 = 48%

211
192
123

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

Portions of RGB colors in percentages

R + G + B =
211 + 192 + 123 = 526 (100%)
R 211 of 526 ~ 40.11%
G 192 of 526 ~ 36.5%
B 123 of 526 ~ 23.38%

%40.11
%36.5
%23.38

CMYK color model

#D3C07B color CMYK value is (0,9,42,17).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 41.71%
  • key color value is 17.25%
CMYK:
(0,9,42,17)
C0M9Y42K17 
(0%,9%,42%,17%)
(0.00/0.09/0.42/0.17)	

CMYK percentages

%0
%9
%41.71
%17.25

Codes

Color #D3C07B in popluar color models

D3C07B
RGB211192123
HSL47°50.00%65.49%
HSB/HSV47°41.71%82.75%
CMYK0.00%9.00%41.71%
17.25%

Color #D3C07B in popluar number systems.

HEXD3C07B
Decimal211192123
Binary11010011110000001111011
Octal323300173

Shades and tints

Shades of #D3C07B

#D3C07B
(211,192,123)
#C0AF70
(192,175,112)
#AD9E65
(173,158,101)
#9A8D5A
(154,141,90)
#877C4F
(135,124,79)
#746B44
(116,107,68)
#615A39
(97,90,57)
#4E492E
(78,73,46)
#3B3823
(59,56,35)
#282718
(40,39,24)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #D3C07B

#D3C07B
(211,192,123)
#D7C587
(215,197,135)
#DBCA93
(219,202,147)
#DFCF9F
(223,207,159)
#E3D4AB
(227,212,171)
#E7D9B7
(231,217,183)
#EBDEC3
(235,222,195)
#EFE3CF
(239,227,207)
#F3E8DB
(243,232,219)
#F7EDE7
(247,237,231)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C07B color. Also use rgb(211,192,123) instead hex code.

Text Font Color

.myTextColor { color: #D3C07B; }

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

This text font color is #D3C07B.


Background Color

.myBgColor { background-color: #D3C07B; }

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

This div background color is #D3C07B.


Border color

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

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

This div border color is #D3C07B.


Opacity

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

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

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

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

This text has shadow with #D3C07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C07B on black background.


Color preview on white background

This text has color #D3C07B on white background.



Black color preview on #D3C07B background

This text has black color on #D3C07B background.


White color preview on #D3C07B background

This text has white color on #D3C07B background.