COLOR #D0B679

HEX: #D0B679
RGB: (208,182,121)

Color info

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

RGB color model

#D0B679 color RGB value is (208,182,121).

  • red value is 208;
  • green value is 182;
  • blue value is 121.
RGB:
(208,182,121)
(82%,71%,47%)

RGB channels and saturation

R 208 of 255 = 82%
G 182 of 255 = 71%
B 121 of 255 = 47%

208
182
121

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

Portions of RGB colors in percentages

R + G + B =
208 + 182 + 121 = 511 (100%)
R 208 of 511 ~ 40.7%
G 182 of 511 ~ 35.62%
B 121 of 511 ~ 23.68%

%40.7
%35.62
%23.68

CMYK color model

#D0B679 color CMYK value is (0,13,42,18).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 41.83%
  • key color value is 18.43%
CMYK:
(0,13,42,18)
C0M13Y42K18 
(0%,13%,42%,18%)
(0.00/0.13/0.42/0.18)	

CMYK percentages

%0
%12.5
%41.83
%18.43

Codes

Color #D0B679 in popluar color models

D0B679
RGB208182121
HSL42°48.07%64.51%
HSB/HSV42°41.83%81.57%
CMYK0.00%12.50%41.83%
18.43%

Color #D0B679 in popluar number systems.

HEXD0B679
Decimal208182121
Binary11010000101101101111001
Octal320266171

Shades and tints

Shades of #D0B679

#D0B679
(208,182,121)
#BEA66E
(190,166,110)
#AC9663
(172,150,99)
#9A8658
(154,134,88)
#88764D
(136,118,77)
#766642
(118,102,66)
#645637
(100,86,55)
#52462C
(82,70,44)
#403621
(64,54,33)
#2E2616
(46,38,22)
#1C160B
(28,22,11)
#000000
(0,0,0)

Tints of #D0B679

#D0B679
(208,182,121)
#D4BC85
(212,188,133)
#D8C291
(216,194,145)
#DCC89D
(220,200,157)
#E0CEA9
(224,206,169)
#E4D4B5
(228,212,181)
#E8DAC1
(232,218,193)
#ECE0CD
(236,224,205)
#F0E6D9
(240,230,217)
#F4ECE5
(244,236,229)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B679 color. Also use rgb(208,182,121) instead hex code.

Text Font Color

.myTextColor { color: #D0B679; }

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

This text font color is #D0B679.


Background Color

.myBgColor { background-color: #D0B679; }

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

This div background color is #D0B679.


Border color

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

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

This div border color is #D0B679.


Opacity

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

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

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

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

This text has shadow with #D0B679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B679 on black background.


Color preview on white background

This text has color #D0B679 on white background.



Black color preview on #D0B679 background

This text has black color on #D0B679 background.


White color preview on #D0B679 background

This text has white color on #D0B679 background.