COLOR #D09F68

HEX: #D09F68 RGB: (208,159,104)

Color info

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

RGB color model

#D09F68 color RGB value is (208,159,104).

RGB: (208,159,104) (82%, 62%, 41%)

RGB channels and saturation

R 208 of 255 = 82%
G 159 of 255 = 62%
B 104 of 255 = 41%

208
159
104

R + G + B ~ 62%. #D09F68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 159 + 104 = 471 (100%)
R 208 of 471 ~ 44.16%
G 159 of 471 ~ 33.76%
B 104 of 471 ~ 22.08'%

%44.16
%33.76
%22.08

CMYK color model

#D09F68 color CMYK value is (0,24,50,18).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 50.00%
  • key color value is 18.43%

CMYK: (0,24,50,18)
C0M24Y50K18 (0%, 24%, 50%, 18%)
(0.00 / 0.24 / 0.50 / 0.18)

CMYK percentages

%0
%23.56
%50
%18.43

Codes

Color #D09F68 in popluar color models

D0 9F 68
RGB 208 159 104
HSL 32° 52.53% 61.18%
HSB/HSV 32° 50.00% 81.57%
CMYK 0.00% 23.56% 50.00%
18.43%

Color #D09F68 in popluar number systems.

HEX D0 9F 68
Decimal 208 159 104
Binary 11010000 10011111 1101000
Octal 320 237 150

Shades and tints

Shades of #D09F68

#D09F68
(208,159,104)
#BE915F
(190,145,95)
#AC8356
(172,131,86)
#9A754D
(154,117,77)
#886744
(136,103,68)
#76593B
(118,89,59)
#644B32
(100,75,50)
#523D29
(82,61,41)
#402F20
(64,47,32)
#2E2117
(46,33,23)
#1C130E
(28,19,14)
#000000
(0,0,0)

Tints of #D09F68

#D09F68
(208,159,104)
#D4A775
(212,167,117)
#D8AF82
(216,175,130)
#DCB78F
(220,183,143)
#E0BF9C
(224,191,156)
#E4C7A9
(228,199,169)
#E8CFB6
(232,207,182)
#ECD7C3
(236,215,195)
#F0DFD0
(240,223,208)
#F4E7DD
(244,231,221)
#F8EFEA
(248,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09F68 color. Also use rgb(208,159,104) instead hex code.

Text Font Color

.myTextColor { color: #D09F68; }

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

This text font color is #D09F68.

Background Color

.myBgColor { background-color: #D09F68; }

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

This div background color is #D09F68.

Border color

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

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

This div border color is #D09F68.

Opacity

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

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

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

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

This text has shadow with #D09F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09F68.

Preview

Color preview on black background

This text has color #D09F68 on black background.


Color preview on white background

This text has color #D09F68 on white background.


Black color preview on #D09F68 background

This text has black color on #D09F68 background.


White color preview on #D09F68 background

This text has white color on #D09F68 background.


Related colors

Complementary color

Complementary color for #hex is #2F6097.


I love getcolorcode.com

Triadic colors

1 #68D09F and #9F68D0 with #D09F68 are triadic colors.

2 #689FD0 and #9FD068 with #D09F68 are triadic colors.