COLOR #D88B65

HEX: #D88B65
RGB: (216,139,101)

Color info

#D88B65 contains mainly red color. Web safe color of #D88B65 is #CC9966 (or #C96).

RGB color model

#D88B65 color RGB value is (216,139,101).

  • red value is 216;
  • green value is 139;
  • blue value is 101.
RGB:
(216,139,101)
(85%,55%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 139 of 255 = 55%
B 101 of 255 = 40%

216
139
101

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

Portions of RGB colors in percentages

R + G + B =
216 + 139 + 101 = 456 (100%)
R 216 of 456 ~ 47.37%
G 139 of 456 ~ 30.48%
B 101 of 456 ~ 22.15%

%47.37
%30.48
%22.15

CMYK color model

#D88B65 color CMYK value is (0,36,53,15).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(0,36,53,15)
C0M36Y53K15 
(0%,36%,53%,15%)
(0.00/0.36/0.53/0.15)	

CMYK percentages

%0
%35.65
%53.24
%15.29

Codes

Color #D88B65 in popluar color models

D88B65
RGB216139101
HSL20°59.59%62.16%
HSB/HSV20°53.24%84.71%
CMYK0.00%35.65%53.24%
15.29%

Color #D88B65 in popluar number systems.

HEXD88B65
Decimal216139101
Binary11011000100010111100101
Octal330213145

Shades and tints

Shades of #D88B65

#D88B65
(216,139,101)
#C57F5C
(197,127,92)
#B27353
(178,115,83)
#9F674A
(159,103,74)
#8C5B41
(140,91,65)
#794F38
(121,79,56)
#66432F
(102,67,47)
#533726
(83,55,38)
#402B1D
(64,43,29)
#2D1F14
(45,31,20)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #D88B65

#D88B65
(216,139,101)
#DB9573
(219,149,115)
#DE9F81
(222,159,129)
#E1A98F
(225,169,143)
#E4B39D
(228,179,157)
#E7BDAB
(231,189,171)
#EAC7B9
(234,199,185)
#EDD1C7
(237,209,199)
#F0DBD5
(240,219,213)
#F3E5E3
(243,229,227)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88B65 color. Also use rgb(216,139,101) instead hex code.

Text Font Color

.myTextColor { color: #D88B65; }

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

This text font color is #D88B65.


Background Color

.myBgColor { background-color: #D88B65; }

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

This div background color is #D88B65.


Border color

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

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

This div border color is #D88B65.


Opacity

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

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

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

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

This text has shadow with #D88B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88B65 on black background.


Color preview on white background

This text has color #D88B65 on white background.



Black color preview on #D88B65 background

This text has black color on #D88B65 background.


White color preview on #D88B65 background

This text has white color on #D88B65 background.