COLOR #D09B62

HEX: #D09B62 RGB: (208,155,98)

Color info

#D09B62 contains mainly red and green colors. Web safe color of #D09B62 is #CC9966 (or #C96).

RGB color model

#D09B62 color RGB value is (208,155,98).

RGB: (208,155,98) (82%, 61%, 38%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 98 of 255 = 38%

208
155
98

R + G + B ~ 60%. #D09B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 208 + 155 + 98 = 461 (100%)
R 208 of 461 ~ 45.12%
G 155 of 461 ~ 33.62%
B 98 of 461 ~ 21.26'%

%45.12
%33.62
%21.26

CMYK color model

#D09B62 color CMYK value is (0,25,53,18).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 52.88%
  • key color value is 18.43%

CMYK: (0,25,53,18)
C0M25Y53K18 (0%, 25%, 53%, 18%)
(0.00 / 0.25 / 0.53 / 0.18)

CMYK percentages

%0
%25.48
%52.88
%18.43

Codes

Color #D09B62 in popluar color models

D0 9B 62
RGB 208 155 98
HSL 31° 53.92% 60.00%
HSB/HSV 31° 52.88% 81.57%
CMYK 0.00% 25.48% 52.88%
18.43%

Color #D09B62 in popluar number systems.

HEX D0 9B 62
Decimal 208 155 98
Binary 11010000 10011011 1100010
Octal 320 233 142

Shades and tints

Shades of #D09B62

#D09B62
(208,155,98)
#BE8D5A
(190,141,90)
#AC7F52
(172,127,82)
#9A714A
(154,113,74)
#886342
(136,99,66)
#76553A
(118,85,58)
#644732
(100,71,50)
#52392A
(82,57,42)
#402B22
(64,43,34)
#2E1D1A
(46,29,26)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #D09B62

#D09B62
(208,155,98)
#D4A470
(212,164,112)
#D8AD7E
(216,173,126)
#DCB68C
(220,182,140)
#E0BF9A
(224,191,154)
#E4C8A8
(228,200,168)
#E8D1B6
(232,209,182)
#ECDAC4
(236,218,196)
#F0E3D2
(240,227,210)
#F4ECE0
(244,236,224)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09B62 color. Also use rgb(208,155,98) instead hex code.

Text Font Color

.myTextColor { color: #D09B62; }

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

This text font color is #D09B62.

Background Color

.myBgColor { background-color: #D09B62; }

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

This div background color is #D09B62.

Border color

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

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

This div border color is #D09B62.

Opacity

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

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

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

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

This text has shadow with #D09B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09B62.

Preview

Color preview on black background

This text has color #D09B62 on black background.


Color preview on white background

This text has color #D09B62 on white background.


Black color preview on #D09B62 background

This text has black color on #D09B62 background.


White color preview on #D09B62 background

This text has white color on #D09B62 background.


Related colors

Complementary color

Complementary color for #hex is #2F649D.


I love getcolorcode.com

Triadic colors

1 #62D09B and #9B62D0 with #D09B62 are triadic colors.

2 #629BD0 and #9BD062 with #D09B62 are triadic colors.