COLOR #D0BD65

HEX: #D0BD65 RGB: (208,189,101)

Color info

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

RGB color model

#D0BD65 color RGB value is (208,189,101).

RGB: (208,189,101) (82%, 74%, 40%)

RGB channels and saturation

R 208 of 255 = 82%
G 189 of 255 = 74%
B 101 of 255 = 40%

208
189
101

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

Portions of RGB colors in percentages

R + G + B = 208 + 189 + 101 = 498 (100%)
R 208 of 498 ~ 41.77%
G 189 of 498 ~ 37.95%
B 101 of 498 ~ 20.28'%

%41.77
%37.95
%20.28

CMYK color model

#D0BD65 color CMYK value is (0,9,51,18).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 51.44%
  • key color value is 18.43%
CMYK: (0,9,51,18) C0M9Y51K18 (0%,9%,51%,18%) (0.00/0.09/0.51/0.18) 

CMYK percentages

%0
%9.13
%51.44
%18.43

Codes

Color #D0BD65 in popluar color models

D0 BD 65
RGB 208 189 101
HSL 49° 53.23% 60.59%
HSB/HSV 49° 51.44% 81.57%
CMYK 0.00% 9.13% 51.44%
18.43%

Color #D0BD65 in popluar number systems.

HEX D0 BD 65
Decimal 208 189 101
Binary 11010000 10111101 1100101
Octal 320 275 145

Shades and tints

Shades of #D0BD65

#D0BD65
(208,189,101)
#BEAC5C
(190,172,92)
#AC9B53
(172,155,83)
#9A8A4A
(154,138,74)
#887941
(136,121,65)
#766838
(118,104,56)
#64572F
(100,87,47)
#524626
(82,70,38)
#40351D
(64,53,29)
#2E2414
(46,36,20)
#1C130B
(28,19,11)
#000000
(0,0,0)

Tints of #D0BD65

#D0BD65
(208,189,101)
#D4C373
(212,195,115)
#D8C981
(216,201,129)
#DCCF8F
(220,207,143)
#E0D59D
(224,213,157)
#E4DBAB
(228,219,171)
#E8E1B9
(232,225,185)
#ECE7C7
(236,231,199)
#F0EDD5
(240,237,213)
#F4F3E3
(244,243,227)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BD65 color. Also use rgb(208,189,101) instead hex code.

Text Font Color

.myTextColor { color: #D0BD65; }

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

This text font color is #D0BD65.

Background Color

.myBgColor { background-color: #D0BD65; }

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

This div background color is #D0BD65.

Border color

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

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

This div border color is #D0BD65.

Opacity

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

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

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

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

This text has shadow with #D0BD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BD65.

Preview

Color preview on black background

This text has color #D0BD65 on black background.


Color preview on white background

This text has color #D0BD65 on white background.


Black color preview on #D0BD65 background

This text has black color on #D0BD65 background.


White color preview on #D0BD65 background

This text has white color on #D0BD65 background.


Related colors

Complementary color

Complementary color for #hex is #2F429A.


I love getcolorcode.com

Triadic colors

1 #65D0BD and #BD65D0 with #D0BD65 are triadic colors.

2 #65BDD0 and #BDD065 with #D0BD65 are triadic colors.