COLOR #DCB575

HEX: #DCB575 RGB: (220,181,117)

Color info

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

RGB color model

#DCB575 color RGB value is (220,181,117).

RGB: (220,181,117) (86%, 71%, 46%)

RGB channels and saturation

R 220 of 255 = 86%
G 181 of 255 = 71%
B 117 of 255 = 46%

220
181
117

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

Portions of RGB colors in percentages

R + G + B = 220 + 181 + 117 = 518 (100%)
R 220 of 518 ~ 42.47%
G 181 of 518 ~ 34.94%
B 117 of 518 ~ 22.59'%

%42.47
%34.94
%22.59

CMYK color model

#DCB575 color CMYK value is (0,18,47,14).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 46.82%
  • key color value is 13.73%

CMYK: (0,18,47,14)
C0M18Y47K14 (0%, 18%, 47%, 14%)
(0.00 / 0.18 / 0.47 / 0.14)

CMYK percentages

%0
%17.73
%46.82
%13.73

Codes

Color #DCB575 in popluar color models

DC B5 75
RGB 220 181 117
HSL 37° 59.54% 66.08%
HSB/HSV 37° 46.82% 86.27%
CMYK 0.00% 17.73% 46.82%
13.73%

Color #DCB575 in popluar number systems.

HEX DC B5 75
Decimal 220 181 117
Binary 11011100 10110101 1110101
Octal 334 265 165

Shades and tints

Shades of #DCB575

#DCB575
(220,181,117)
#C8A56B
(200,165,107)
#B49561
(180,149,97)
#A08557
(160,133,87)
#8C754D
(140,117,77)
#786543
(120,101,67)
#645539
(100,85,57)
#50452F
(80,69,47)
#3C3525
(60,53,37)
#28251B
(40,37,27)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #DCB575

#DCB575
(220,181,117)
#DFBB81
(223,187,129)
#E2C18D
(226,193,141)
#E5C799
(229,199,153)
#E8CDA5
(232,205,165)
#EBD3B1
(235,211,177)
#EED9BD
(238,217,189)
#F1DFC9
(241,223,201)
#F4E5D5
(244,229,213)
#F7EBE1
(247,235,225)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB575 color. Also use rgb(220,181,117) instead hex code.

Text Font Color

.myTextColor { color: #DCB575; }

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

This text font color is #DCB575.

Background Color

.myBgColor { background-color: #DCB575; }

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

This div background color is #DCB575.

Border color

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

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

This div border color is #DCB575.

Opacity

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

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

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

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

This text has shadow with #DCB575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB575.

Preview

Color preview on black background

This text has color #DCB575 on black background.


Color preview on white background

This text has color #DCB575 on white background.


Black color preview on #DCB575 background

This text has black color on #DCB575 background.


White color preview on #DCB575 background

This text has white color on #DCB575 background.


Related colors

Complementary color

Complementary color for #hex is #234A8A.


I love getcolorcode.com

Triadic colors

1 #75DCB5 and #B575DC with #DCB575 are triadic colors.

2 #75B5DC and #B5DC75 with #DCB575 are triadic colors.