COLOR #D09A7C

HEX: #D09A7C
RGB: (208,154,124)

Color info

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

RGB color model

#D09A7C color RGB value is (208,154,124).

  • red value is 208;
  • green value is 154;
  • blue value is 124.
RGB:
(208,154,124)
(82%,60%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 124 of 255 = 49%

208
154
124

R + G + B ~ 64%. #D09A7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 154 + 124 = 486 (100%)
R 208 of 486 ~ 42.8%
G 154 of 486 ~ 31.69%
B 124 of 486 ~ 25.51%

%42.8
%31.69
%25.51

CMYK color model

#D09A7C color CMYK value is (0,26,40,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 40.38%
  • key color value is 18.43%
CMYK:
(0,26,40,18)
C0M26Y40K18 
(0%,26%,40%,18%)
(0.00/0.26/0.40/0.18)	

CMYK percentages

%0
%25.96
%40.38
%18.43

Codes

Color #D09A7C in popluar color models

D09A7C
RGB208154124
HSL21°47.19%65.10%
HSB/HSV21°40.38%81.57%
CMYK0.00%25.96%40.38%
18.43%

Color #D09A7C in popluar number systems.

HEXD09A7C
Decimal208154124
Binary11010000100110101111100
Octal320232174

Shades and tints

Shades of #D09A7C

#D09A7C
(208,154,124)
#BE8C71
(190,140,113)
#AC7E66
(172,126,102)
#9A705B
(154,112,91)
#886250
(136,98,80)
#765445
(118,84,69)
#64463A
(100,70,58)
#52382F
(82,56,47)
#402A24
(64,42,36)
#2E1C19
(46,28,25)
#1C0E0E
(28,14,14)
#000000
(0,0,0)

Tints of #D09A7C

#D09A7C
(208,154,124)
#D4A387
(212,163,135)
#D8AC92
(216,172,146)
#DCB59D
(220,181,157)
#E0BEA8
(224,190,168)
#E4C7B3
(228,199,179)
#E8D0BE
(232,208,190)
#ECD9C9
(236,217,201)
#F0E2D4
(240,226,212)
#F4EBDF
(244,235,223)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09A7C color. Also use rgb(208,154,124) instead hex code.

Text Font Color

.myTextColor { color: #D09A7C; }

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

This text font color is #D09A7C.


Background Color

.myBgColor { background-color: #D09A7C; }

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

This div background color is #D09A7C.


Border color

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

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

This div border color is #D09A7C.


Opacity

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

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

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

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

This text has shadow with #D09A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09A7C on black background.


Color preview on white background

This text has color #D09A7C on white background.



Black color preview on #D09A7C background

This text has black color on #D09A7C background.


White color preview on #D09A7C background

This text has white color on #D09A7C background.