COLOR #D0B66D

HEX: #D0B66D
RGB: (208,182,109)

Color info

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

RGB color model

#D0B66D color RGB value is (208,182,109).

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

RGB channels and saturation

R 208 of 255 = 82%
G 182 of 255 = 71%
B 109 of 255 = 43%

208
182
109

R + G + B ~ 65%. #D0B66D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 182 + 109 = 499 (100%)
R 208 of 499 ~ 41.68%
G 182 of 499 ~ 36.47%
B 109 of 499 ~ 21.84%

%41.68
%36.47
%21.84

CMYK color model

#D0B66D color CMYK value is (0,13,48,18).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(0,13,48,18)
C0M13Y48K18 
(0%,13%,48%,18%)
(0.00/0.13/0.48/0.18)	

CMYK percentages

%0
%12.5
%47.6
%18.43

Codes

Color #D0B66D in popluar color models

D0B66D
RGB208182109
HSL44°51.30%62.16%
HSB/HSV44°47.60%81.57%
CMYK0.00%12.50%47.60%
18.43%

Color #D0B66D in popluar number systems.

HEXD0B66D
Decimal208182109
Binary11010000101101101101101
Octal320266155

Shades and tints

Shades of #D0B66D

#D0B66D
(208,182,109)
#BEA664
(190,166,100)
#AC965B
(172,150,91)
#9A8652
(154,134,82)
#887649
(136,118,73)
#766640
(118,102,64)
#645637
(100,86,55)
#52462E
(82,70,46)
#403625
(64,54,37)
#2E261C
(46,38,28)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #D0B66D

#D0B66D
(208,182,109)
#D4BC7A
(212,188,122)
#D8C287
(216,194,135)
#DCC894
(220,200,148)
#E0CEA1
(224,206,161)
#E4D4AE
(228,212,174)
#E8DABB
(232,218,187)
#ECE0C8
(236,224,200)
#F0E6D5
(240,230,213)
#F4ECE2
(244,236,226)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B66D; }

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

This text font color is #D0B66D.


Background Color

.myBgColor { background-color: #D0B66D; }

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

This div background color is #D0B66D.


Border color

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

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

This div border color is #D0B66D.


Opacity

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

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

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

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

This text has shadow with #D0B66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B66D on black background.


Color preview on white background

This text has color #D0B66D on white background.



Black color preview on #D0B66D background

This text has black color on #D0B66D background.


White color preview on #D0B66D background

This text has white color on #D0B66D background.