COLOR #DCB770

HEX: #DCB770 RGB: (220,183,112)

Color info

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

RGB color model

#DCB770 color RGB value is (220,183,112).

RGB: (220,183,112) (86%, 72%, 44%)

RGB channels and saturation

R 220 of 255 = 86%
G 183 of 255 = 72%
B 112 of 255 = 44%

220
183
112

R + G + B ~ 67%. #DCB770 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 183 + 112 = 515 (100%)
R 220 of 515 ~ 42.72%
G 183 of 515 ~ 35.53%
B 112 of 515 ~ 21.75'%

%42.72
%35.53
%21.75

CMYK color model

#DCB770 color CMYK value is (0,17,49,14).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 49.09%
  • key color value is 13.73%

CMYK: (0,17,49,14)
C0M17Y49K14 (0%, 17%, 49%, 14%)
(0.00 / 0.17 / 0.49 / 0.14)

CMYK percentages

%0
%16.82
%49.09
%13.73

Codes

Color #DCB770 in popluar color models

DC B7 70
RGB 220 183 112
HSL 39° 60.67% 65.10%
HSB/HSV 39° 49.09% 86.27%
CMYK 0.00% 16.82% 49.09%
13.73%

Color #DCB770 in popluar number systems.

HEX DC B7 70
Decimal 220 183 112
Binary 11011100 10110111 1110000
Octal 334 267 160

Shades and tints

Shades of #DCB770

#DCB770
(220,183,112)
#C8A766
(200,167,102)
#B4975C
(180,151,92)
#A08752
(160,135,82)
#8C7748
(140,119,72)
#78673E
(120,103,62)
#645734
(100,87,52)
#50472A
(80,71,42)
#3C3720
(60,55,32)
#282716
(40,39,22)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #DCB770

#DCB770
(220,183,112)
#DFBD7D
(223,189,125)
#E2C38A
(226,195,138)
#E5C997
(229,201,151)
#E8CFA4
(232,207,164)
#EBD5B1
(235,213,177)
#EEDBBE
(238,219,190)
#F1E1CB
(241,225,203)
#F4E7D8
(244,231,216)
#F7EDE5
(247,237,229)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB770 color. Also use rgb(220,183,112) instead hex code.

Text Font Color

.myTextColor { color: #DCB770; }

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

This text font color is #DCB770.

Background Color

.myBgColor { background-color: #DCB770; }

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

This div background color is #DCB770.

Border color

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

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

This div border color is #DCB770.

Opacity

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

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

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

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

This text has shadow with #DCB770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB770.

Preview

Color preview on black background

This text has color #DCB770 on black background.


Color preview on white background

This text has color #DCB770 on white background.


Black color preview on #DCB770 background

This text has black color on #DCB770 background.


White color preview on #DCB770 background

This text has white color on #DCB770 background.


Related colors

Complementary color

Complementary color for #hex is #23488F.


I love getcolorcode.com

Triadic colors

1 #70DCB7 and #B770DC with #DCB770 are triadic colors.

2 #70B7DC and #B7DC70 with #DCB770 are triadic colors.