COLOR #D09766

HEX: #D09766 RGB: (208,151,102)

Color info

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

RGB color model

#D09766 color RGB value is (208,151,102).

RGB: (208,151,102) (82%, 59%, 40%)

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 102 of 255 = 40%

208
151
102

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

Portions of RGB colors in percentages

R + G + B = 208 + 151 + 102 = 461 (100%)
R 208 of 461 ~ 45.12%
G 151 of 461 ~ 32.75%
B 102 of 461 ~ 22.13'%

%45.12
%32.75
%22.13

CMYK color model

#D09766 color CMYK value is (0,27,51,18).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 50.96%
  • key color value is 18.43%
CMYK: (0,27,51,18) C0M27Y51K18 (0%,27%,51%,18%) (0.00/0.27/0.51/0.18) 

CMYK percentages

%0
%27.4
%50.96
%18.43

Codes

Color #D09766 in popluar color models

D0 97 66
RGB 208 151 102
HSL 28° 53.00% 60.78%
HSB/HSV 28° 50.96% 81.57%
CMYK 0.00% 27.40% 50.96%
18.43%

Color #D09766 in popluar number systems.

HEX D0 97 66
Decimal 208 151 102
Binary 11010000 10010111 1100110
Octal 320 227 146

Shades and tints

Shades of #D09766

#D09766
(208,151,102)
#BE8A5D
(190,138,93)
#AC7D54
(172,125,84)
#9A704B
(154,112,75)
#886342
(136,99,66)
#765639
(118,86,57)
#644930
(100,73,48)
#523C27
(82,60,39)
#402F1E
(64,47,30)
#2E2215
(46,34,21)
#1C150C
(28,21,12)
#000000
(0,0,0)

Tints of #D09766

#D09766
(208,151,102)
#D4A073
(212,160,115)
#D8A980
(216,169,128)
#DCB28D
(220,178,141)
#E0BB9A
(224,187,154)
#E4C4A7
(228,196,167)
#E8CDB4
(232,205,180)
#ECD6C1
(236,214,193)
#F0DFCE
(240,223,206)
#F4E8DB
(244,232,219)
#F8F1E8
(248,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09766 color. Also use rgb(208,151,102) instead hex code.

Text Font Color

.myTextColor { color: #D09766; }

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

This text font color is #D09766.

Background Color

.myBgColor { background-color: #D09766; }

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

This div background color is #D09766.

Border color

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

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

This div border color is #D09766.

Opacity

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

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

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

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

This text has shadow with #D09766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09766.

Preview

Color preview on black background

This text has color #D09766 on black background.


Color preview on white background

This text has color #D09766 on white background.


Black color preview on #D09766 background

This text has black color on #D09766 background.


White color preview on #D09766 background

This text has white color on #D09766 background.


Related colors

Complementary color

Complementary color for #hex is #2F6899.


I love getcolorcode.com

Triadic colors

1 #66D097 and #9766D0 with #D09766 are triadic colors.

2 #6697D0 and #97D066 with #D09766 are triadic colors.