COLOR #D0B775

HEX: #D0B775
RGB: (208,183,117)

Color info

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

RGB color model

#D0B775 color RGB value is (208,183,117).

  • red value is 208;
  • green value is 183;
  • blue value is 117.
RGB:
(208,183,117)
(82%,72%,46%)

RGB channels and saturation

R 208 of 255 = 82%
G 183 of 255 = 72%
B 117 of 255 = 46%

208
183
117

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

Portions of RGB colors in percentages

R + G + B =
208 + 183 + 117 = 508 (100%)
R 208 of 508 ~ 40.94%
G 183 of 508 ~ 36.02%
B 117 of 508 ~ 23.03%

%40.94
%36.02
%23.03

CMYK color model

#D0B775 color CMYK value is (0,12,44,18).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(0,12,44,18)
C0M12Y44K18 
(0%,12%,44%,18%)
(0.00/0.12/0.44/0.18)	

CMYK percentages

%0
%12.02
%43.75
%18.43

Codes

Color #D0B775 in popluar color models

D0B775
RGB208183117
HSL44°49.19%63.73%
HSB/HSV44°43.75%81.57%
CMYK0.00%12.02%43.75%
18.43%

Color #D0B775 in popluar number systems.

HEXD0B775
Decimal208183117
Binary11010000101101111110101
Octal320267165

Shades and tints

Shades of #D0B775

#D0B775
(208,183,117)
#BEA76B
(190,167,107)
#AC9761
(172,151,97)
#9A8757
(154,135,87)
#88774D
(136,119,77)
#766743
(118,103,67)
#645739
(100,87,57)
#52472F
(82,71,47)
#403725
(64,55,37)
#2E271B
(46,39,27)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #D0B775

#D0B775
(208,183,117)
#D4BD81
(212,189,129)
#D8C38D
(216,195,141)
#DCC999
(220,201,153)
#E0CFA5
(224,207,165)
#E4D5B1
(228,213,177)
#E8DBBD
(232,219,189)
#ECE1C9
(236,225,201)
#F0E7D5
(240,231,213)
#F4EDE1
(244,237,225)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B775 color. Also use rgb(208,183,117) instead hex code.

Text Font Color

.myTextColor { color: #D0B775; }

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

This text font color is #D0B775.


Background Color

.myBgColor { background-color: #D0B775; }

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

This div background color is #D0B775.


Border color

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

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

This div border color is #D0B775.


Opacity

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

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

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

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

This text has shadow with #D0B775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B775 on black background.


Color preview on white background

This text has color #D0B775 on white background.



Black color preview on #D0B775 background

This text has black color on #D0B775 background.


White color preview on #D0B775 background

This text has white color on #D0B775 background.