COLOR #D6B273

HEX: #D6B273 RGB: (214,178,115)

Color info

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

RGB color model

#D6B273 color RGB value is (214,178,115).

RGB: (214,178,115) (84%, 70%, 45%)

RGB channels and saturation

R 214 of 255 = 84%
G 178 of 255 = 70%
B 115 of 255 = 45%

214
178
115

R + G + B ~ 66%. #D6B273 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 178 + 115 = 507 (100%)
R 214 of 507 ~ 42.21%
G 178 of 507 ~ 35.11%
B 115 of 507 ~ 22.68'%

%42.21
%35.11
%22.68

CMYK color model

#D6B273 color CMYK value is (0,17,46,16).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 46.26%
  • key color value is 16.08%
CMYK: (0,17,46,16) C0M17Y46K16 (0%,17%,46%,16%) (0.00/0.17/0.46/0.16) 

CMYK percentages

%0
%16.82
%46.26
%16.08

Codes

Color #D6B273 in popluar color models

D6 B2 73
RGB 214 178 115
HSL 38° 54.70% 64.51%
HSB/HSV 38° 46.26% 83.92%
CMYK 0.00% 16.82% 46.26%
16.08%

Color #D6B273 in popluar number systems.

HEX D6 B2 73
Decimal 214 178 115
Binary 11010110 10110010 1110011
Octal 326 262 163

Shades and tints

Shades of #D6B273

#D6B273
(214,178,115)
#C3A269
(195,162,105)
#B0925F
(176,146,95)
#9D8255
(157,130,85)
#8A724B
(138,114,75)
#776241
(119,98,65)
#645237
(100,82,55)
#51422D
(81,66,45)
#3E3223
(62,50,35)
#2B2219
(43,34,25)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #D6B273

#D6B273
(214,178,115)
#D9B97F
(217,185,127)
#DCC08B
(220,192,139)
#DFC797
(223,199,151)
#E2CEA3
(226,206,163)
#E5D5AF
(229,213,175)
#E8DCBB
(232,220,187)
#EBE3C7
(235,227,199)
#EEEAD3
(238,234,211)
#F1F1DF
(241,241,223)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B273 color. Also use rgb(214,178,115) instead hex code.

Text Font Color

.myTextColor { color: #D6B273; }

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

This text font color is #D6B273.

Background Color

.myBgColor { background-color: #D6B273; }

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

This div background color is #D6B273.

Border color

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

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

This div border color is #D6B273.

Opacity

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

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

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

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

This text has shadow with #D6B273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B273.

Preview

Color preview on black background

This text has color #D6B273 on black background.


Color preview on white background

This text has color #D6B273 on white background.


Black color preview on #D6B273 background

This text has black color on #D6B273 background.


White color preview on #D6B273 background

This text has white color on #D6B273 background.


Related colors

Complementary color

Complementary color for #hex is #294D8C.


I love getcolorcode.com

Triadic colors

1 #73D6B2 and #B273D6 with #D6B273 are triadic colors.

2 #73B2D6 and #B2D673 with #D6B273 are triadic colors.