COLOR #DCB07D

HEX: #DCB07D RGB: (220,176,125)

Color info

#DCB07D contains mainly red and green colors. Web safe color of #DCB07D is #CC9966 (or #C96).

RGB color model

#DCB07D color RGB value is (220,176,125).

RGB: (220,176,125) (86%, 69%, 49%)

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 125 of 255 = 49%

220
176
125

R + G + B ~ 68%. #DCB07D is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 176 + 125 = 521 (100%)
R 220 of 521 ~ 42.23%
G 176 of 521 ~ 33.78%
B 125 of 521 ~ 23.99'%

%42.23
%33.78
%23.99

CMYK color model

#DCB07D color CMYK value is (0,20,43,14).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 43.18%
  • key color value is 13.73%

CMYK: (0,20,43,14)
C0M20Y43K14 (0%, 20%, 43%, 14%)
(0.00 / 0.20 / 0.43 / 0.14)

CMYK percentages

%0
%20
%43.18
%13.73

Codes

Color #DCB07D in popluar color models

DC B0 7D
RGB 220 176 125
HSL 32° 57.58% 67.65%
HSB/HSV 32° 43.18% 86.27%
CMYK 0.00% 20.00% 43.18%
13.73%

Color #DCB07D in popluar number systems.

HEX DC B0 7D
Decimal 220 176 125
Binary 11011100 10110000 1111101
Octal 334 260 175

Shades and tints

Shades of #DCB07D

#DCB07D
(220,176,125)
#C8A072
(200,160,114)
#B49067
(180,144,103)
#A0805C
(160,128,92)
#8C7051
(140,112,81)
#786046
(120,96,70)
#64503B
(100,80,59)
#504030
(80,64,48)
#3C3025
(60,48,37)
#28201A
(40,32,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #DCB07D

#DCB07D
(220,176,125)
#DFB788
(223,183,136)
#E2BE93
(226,190,147)
#E5C59E
(229,197,158)
#E8CCA9
(232,204,169)
#EBD3B4
(235,211,180)
#EEDABF
(238,218,191)
#F1E1CA
(241,225,202)
#F4E8D5
(244,232,213)
#F7EFE0
(247,239,224)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB07D color. Also use rgb(220,176,125) instead hex code.

Text Font Color

.myTextColor { color: #DCB07D; }

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

This text font color is #DCB07D.

Background Color

.myBgColor { background-color: #DCB07D; }

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

This div background color is #DCB07D.

Border color

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

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

This div border color is #DCB07D.

Opacity

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

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

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

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

This text has shadow with #DCB07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB07D.

Preview

Color preview on black background

This text has color #DCB07D on black background.


Color preview on white background

This text has color #DCB07D on white background.


Black color preview on #DCB07D background

This text has black color on #DCB07D background.


White color preview on #DCB07D background

This text has white color on #DCB07D background.


Related colors

Complementary color

Complementary color for #hex is #234F82.


I love getcolorcode.com

Triadic colors

1 #7DDCB0 and #B07DDC with #DCB07D are triadic colors.

2 #7DB0DC and #B0DC7D with #DCB07D are triadic colors.