COLOR #D7B278

HEX: #D7B278 RGB: (215,178,120)

Color info

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

RGB color model

#D7B278 color RGB value is (215,178,120).

RGB: (215,178,120) (84%, 70%, 47%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 120 of 255 = 47%

215
178
120

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

Portions of RGB colors in percentages

R + G + B = 215 + 178 + 120 = 513 (100%)
R 215 of 513 ~ 41.91%
G 178 of 513 ~ 34.7%
B 120 of 513 ~ 23.39'%

%41.91
%34.7
%23.39

CMYK color model

#D7B278 color CMYK value is (0,17,44,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 44.19%
  • key color value is 15.69%

CMYK: (0,17,44,16)
C0M17Y44K16 (0%, 17%, 44%, 16%)
(0.00 / 0.17 / 0.44 / 0.16)

CMYK percentages

%0
%17.21
%44.19
%15.69

Codes

Color #D7B278 in popluar color models

D7 B2 78
RGB 215 178 120
HSL 37° 54.29% 65.69%
HSB/HSV 37° 44.19% 84.31%
CMYK 0.00% 17.21% 44.19%
15.69%

Color #D7B278 in popluar number systems.

HEX D7 B2 78
Decimal 215 178 120
Binary 11010111 10110010 1111000
Octal 327 262 170

Shades and tints

Shades of #D7B278

#D7B278
(215,178,120)
#C4A26E
(196,162,110)
#B19264
(177,146,100)
#9E825A
(158,130,90)
#8B7250
(139,114,80)
#786246
(120,98,70)
#65523C
(101,82,60)
#524232
(82,66,50)
#3F3228
(63,50,40)
#2C221E
(44,34,30)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #D7B278

#D7B278
(215,178,120)
#DAB984
(218,185,132)
#DDC090
(221,192,144)
#E0C79C
(224,199,156)
#E3CEA8
(227,206,168)
#E6D5B4
(230,213,180)
#E9DCC0
(233,220,192)
#ECE3CC
(236,227,204)
#EFEAD8
(239,234,216)
#F2F1E4
(242,241,228)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B278 color. Also use rgb(215,178,120) instead hex code.

Text Font Color

.myTextColor { color: #D7B278; }

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

This text font color is #D7B278.

Background Color

.myBgColor { background-color: #D7B278; }

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

This div background color is #D7B278.

Border color

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

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

This div border color is #D7B278.

Opacity

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

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

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

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

This text has shadow with #D7B278 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B278.

Preview

Color preview on black background

This text has color #D7B278 on black background.


Color preview on white background

This text has color #D7B278 on white background.


Black color preview on #D7B278 background

This text has black color on #D7B278 background.


White color preview on #D7B278 background

This text has white color on #D7B278 background.


Related colors

Complementary color

Complementary color for #hex is #284D87.


I love getcolorcode.com

Triadic colors

1 #78D7B2 and #B278D7 with #D7B278 are triadic colors.

2 #78B2D7 and #B2D778 with #D7B278 are triadic colors.