COLOR #D3C07D

HEX: #D3C07D RGB: (211,192,125)

Color info

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

RGB color model

#D3C07D color RGB value is (211,192,125).

RGB: (211,192,125) (83%, 75%, 49%)

RGB channels and saturation

R 211 of 255 = 83%
G 192 of 255 = 75%
B 125 of 255 = 49%

211
192
125

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

Portions of RGB colors in percentages

R + G + B = 211 + 192 + 125 = 528 (100%)
R 211 of 528 ~ 39.96%
G 192 of 528 ~ 36.36%
B 125 of 528 ~ 23.67'%

%39.96
%36.36
%23.67

CMYK color model

#D3C07D color CMYK value is (0,9,41,17).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 40.76%
  • key color value is 17.25%

CMYK: (0,9,41,17)
C0M9Y41K17 (0%, 9%, 41%, 17%)
(0.00 / 0.09 / 0.41 / 0.17)

CMYK percentages

%0
%9
%40.76
%17.25

Codes

Color #D3C07D in popluar color models

D3 C0 7D
RGB 211 192 125
HSL 47° 49.43% 65.88%
HSB/HSV 47° 40.76% 82.75%
CMYK 0.00% 9.00% 40.76%
17.25%

Color #D3C07D in popluar number systems.

HEX D3 C0 7D
Decimal 211 192 125
Binary 11010011 11000000 1111101
Octal 323 300 175

Shades and tints

Shades of #D3C07D

#D3C07D
(211,192,125)
#C0AF72
(192,175,114)
#AD9E67
(173,158,103)
#9A8D5C
(154,141,92)
#877C51
(135,124,81)
#746B46
(116,107,70)
#615A3B
(97,90,59)
#4E4930
(78,73,48)
#3B3825
(59,56,37)
#28271A
(40,39,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #D3C07D

#D3C07D
(211,192,125)
#D7C588
(215,197,136)
#DBCA93
(219,202,147)
#DFCF9E
(223,207,158)
#E3D4A9
(227,212,169)
#E7D9B4
(231,217,180)
#EBDEBF
(235,222,191)
#EFE3CA
(239,227,202)
#F3E8D5
(243,232,213)
#F7EDE0
(247,237,224)
#FBF2EB
(251,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C07D; }

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

This text font color is #D3C07D.

Background Color

.myBgColor { background-color: #D3C07D; }

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

This div background color is #D3C07D.

Border color

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

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

This div border color is #D3C07D.

Opacity

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

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

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

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

This text has shadow with #D3C07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C07D.

Preview

Color preview on black background

This text has color #D3C07D on black background.


Color preview on white background

This text has color #D3C07D on white background.


Black color preview on #D3C07D background

This text has black color on #D3C07D background.


White color preview on #D3C07D background

This text has white color on #D3C07D background.


Related colors

Complementary color

Complementary color for #hex is #2C3F82.


I love getcolorcode.com

Triadic colors

1 #7DD3C0 and #C07DD3 with #D3C07D are triadic colors.

2 #7DC0D3 and #C0D37D with #D3C07D are triadic colors.