COLOR #D0BF7D

HEX: #D0BF7D RGB: (208,191,125)

Color info

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

RGB color model

#D0BF7D color RGB value is (208,191,125).

RGB: (208,191,125) (82%, 75%, 49%)

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 125 of 255 = 49%

208
191
125

R + G + B ~ 69%. #D0BF7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 191 + 125 = 524 (100%)
R 208 of 524 ~ 39.69%
G 191 of 524 ~ 36.45%
B 125 of 524 ~ 23.85'%

%39.69
%36.45
%23.85

CMYK color model

#D0BF7D color CMYK value is (0,8,40,18).

  • cyan value is 0.00%
  • magenta value is 8.17%
  • yellow value is 39.90%
  • key color value is 18.43%

CMYK: (0,8,40,18)
C0M8Y40K18 (0%, 8%, 40%, 18%)
(0.00 / 0.08 / 0.40 / 0.18)

CMYK percentages

%0
%8.17
%39.9
%18.43

Codes

Color #D0BF7D in popluar color models

D0 BF 7D
RGB 208 191 125
HSL 48° 46.89% 65.29%
HSB/HSV 48° 39.90% 81.57%
CMYK 0.00% 8.17% 39.90%
18.43%

Color #D0BF7D in popluar number systems.

HEX D0 BF 7D
Decimal 208 191 125
Binary 11010000 10111111 1111101
Octal 320 277 175

Shades and tints

Shades of #D0BF7D

#D0BF7D
(208,191,125)
#BEAE72
(190,174,114)
#AC9D67
(172,157,103)
#9A8C5C
(154,140,92)
#887B51
(136,123,81)
#766A46
(118,106,70)
#64593B
(100,89,59)
#524830
(82,72,48)
#403725
(64,55,37)
#2E261A
(46,38,26)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #D0BF7D

#D0BF7D
(208,191,125)
#D4C488
(212,196,136)
#D8C993
(216,201,147)
#DCCE9E
(220,206,158)
#E0D3A9
(224,211,169)
#E4D8B4
(228,216,180)
#E8DDBF
(232,221,191)
#ECE2CA
(236,226,202)
#F0E7D5
(240,231,213)
#F4ECE0
(244,236,224)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BF7D color. Also use rgb(208,191,125) instead hex code.

Text Font Color

.myTextColor { color: #D0BF7D; }

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

This text font color is #D0BF7D.

Background Color

.myBgColor { background-color: #D0BF7D; }

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

This div background color is #D0BF7D.

Border color

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

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

This div border color is #D0BF7D.

Opacity

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

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

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

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

This text has shadow with #D0BF7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BF7D.

Preview

Color preview on black background

This text has color #D0BF7D on black background.


Color preview on white background

This text has color #D0BF7D on white background.


Black color preview on #D0BF7D background

This text has black color on #D0BF7D background.


White color preview on #D0BF7D background

This text has white color on #D0BF7D background.


Related colors

Complementary color

Complementary color for #hex is #2F4082.


I love getcolorcode.com

Triadic colors

1 #7DD0BF and #BF7DD0 with #D0BF7D are triadic colors.

2 #7DBFD0 and #BFD07D with #D0BF7D are triadic colors.