COLOR #D0BE72

HEX: #D0BE72 RGB: (208,190,114)

Color info

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

RGB color model

#D0BE72 color RGB value is (208,190,114).

RGB: (208,190,114) (82%, 75%, 45%)

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 114 of 255 = 45%

208
190
114

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

Portions of RGB colors in percentages

R + G + B = 208 + 190 + 114 = 512 (100%)
R 208 of 512 ~ 40.63%
G 190 of 512 ~ 37.11%
B 114 of 512 ~ 22.27'%

%40.63
%37.11
%22.27

CMYK color model

#D0BE72 color CMYK value is (0,9,45,18).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 45.19%
  • key color value is 18.43%

CMYK: (0,9,45,18)
C0M9Y45K18 (0%, 9%, 45%, 18%)
(0.00 / 0.09 / 0.45 / 0.18)

CMYK percentages

%0
%8.65
%45.19
%18.43

Codes

Color #D0BE72 in popluar color models

D0 BE 72
RGB 208 190 114
HSL 49° 50.00% 63.14%
HSB/HSV 49° 45.19% 81.57%
CMYK 0.00% 8.65% 45.19%
18.43%

Color #D0BE72 in popluar number systems.

HEX D0 BE 72
Decimal 208 190 114
Binary 11010000 10111110 1110010
Octal 320 276 162

Shades and tints

Shades of #D0BE72

#D0BE72
(208,190,114)
#BEAD68
(190,173,104)
#AC9C5E
(172,156,94)
#9A8B54
(154,139,84)
#887A4A
(136,122,74)
#766940
(118,105,64)
#645836
(100,88,54)
#52472C
(82,71,44)
#403622
(64,54,34)
#2E2518
(46,37,24)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #D0BE72

#D0BE72
(208,190,114)
#D4C37E
(212,195,126)
#D8C88A
(216,200,138)
#DCCD96
(220,205,150)
#E0D2A2
(224,210,162)
#E4D7AE
(228,215,174)
#E8DCBA
(232,220,186)
#ECE1C6
(236,225,198)
#F0E6D2
(240,230,210)
#F4EBDE
(244,235,222)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BE72 color. Also use rgb(208,190,114) instead hex code.

Text Font Color

.myTextColor { color: #D0BE72; }

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

This text font color is #D0BE72.

Background Color

.myBgColor { background-color: #D0BE72; }

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

This div background color is #D0BE72.

Border color

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

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

This div border color is #D0BE72.

Opacity

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

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

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

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

This text has shadow with #D0BE72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BE72.

Preview

Color preview on black background

This text has color #D0BE72 on black background.


Color preview on white background

This text has color #D0BE72 on white background.


Black color preview on #D0BE72 background

This text has black color on #D0BE72 background.


White color preview on #D0BE72 background

This text has white color on #D0BE72 background.


Related colors

Complementary color

Complementary color for #hex is #2F418D.


I love getcolorcode.com

Triadic colors

1 #72D0BE and #BE72D0 with #D0BE72 are triadic colors.

2 #72BED0 and #BED072 with #D0BE72 are triadic colors.