COLOR #D09B80

HEX: #D09B80
RGB: (208,155,128)

Color info

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

RGB color model

#D09B80 color RGB value is (208,155,128).

  • red value is 208;
  • green value is 155;
  • blue value is 128.
RGB:
(208,155,128)
(82%,61%,50%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 128 of 255 = 50%

208
155
128

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

Portions of RGB colors in percentages

R + G + B =
208 + 155 + 128 = 491 (100%)
R 208 of 491 ~ 42.36%
G 155 of 491 ~ 31.57%
B 128 of 491 ~ 26.07%

%42.36
%31.57
%26.07

CMYK color model

#D09B80 color CMYK value is (0,25,38,18).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 38.46%
  • key color value is 18.43%
CMYK:
(0,25,38,18)
C0M25Y38K18 
(0%,25%,38%,18%)
(0.00/0.25/0.38/0.18)	

CMYK percentages

%0
%25.48
%38.46
%18.43

Codes

Color #D09B80 in popluar color models

D09B80
RGB208155128
HSL20°45.98%65.88%
HSB/HSV20°38.46%81.57%
CMYK0.00%25.48%38.46%
18.43%

Color #D09B80 in popluar number systems.

HEXD09B80
Decimal208155128
Binary110100001001101110000000
Octal320233200

Shades and tints

Shades of #D09B80

#D09B80
(208,155,128)
#BE8D75
(190,141,117)
#AC7F6A
(172,127,106)
#9A715F
(154,113,95)
#886354
(136,99,84)
#765549
(118,85,73)
#64473E
(100,71,62)
#523933
(82,57,51)
#402B28
(64,43,40)
#2E1D1D
(46,29,29)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #D09B80

#D09B80
(208,155,128)
#D4A48B
(212,164,139)
#D8AD96
(216,173,150)
#DCB6A1
(220,182,161)
#E0BFAC
(224,191,172)
#E4C8B7
(228,200,183)
#E8D1C2
(232,209,194)
#ECDACD
(236,218,205)
#F0E3D8
(240,227,216)
#F4ECE3
(244,236,227)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09B80; }

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

This text font color is #D09B80.


Background Color

.myBgColor { background-color: #D09B80; }

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

This div background color is #D09B80.


Border color

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

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

This div border color is #D09B80.


Opacity

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

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

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

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

This text has shadow with #D09B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09B80 on black background.


Color preview on white background

This text has color #D09B80 on white background.



Black color preview on #D09B80 background

This text has black color on #D09B80 background.


White color preview on #D09B80 background

This text has white color on #D09B80 background.