COLOR #D88A63

HEX: #D88A63
RGB: (216,138,99)

Color info

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

RGB color model

#D88A63 color RGB value is (216,138,99).

  • red value is 216;
  • green value is 138;
  • blue value is 99.
RGB:
(216,138,99)
(85%,54%,39%)

RGB channels and saturation

R 216 of 255 = 85%
G 138 of 255 = 54%
B 99 of 255 = 39%

216
138
99

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

Portions of RGB colors in percentages

R + G + B =
216 + 138 + 99 = 453 (100%)
R 216 of 453 ~ 47.68%
G 138 of 453 ~ 30.46%
B 99 of 453 ~ 21.85%

%47.68
%30.46
%21.85

CMYK color model

#D88A63 color CMYK value is (0,36,54,15).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 54.17%
  • key color value is 15.29%
CMYK:
(0,36,54,15)
C0M36Y54K15 
(0%,36%,54%,15%)
(0.00/0.36/0.54/0.15)	

CMYK percentages

%0
%36.11
%54.17
%15.29

Codes

Color #D88A63 in popluar color models

D88A63
RGB21613899
HSL20°60.00%61.76%
HSB/HSV20°54.17%84.71%
CMYK0.00%36.11%54.17%
15.29%

Color #D88A63 in popluar number systems.

HEXD88A63
Decimal21613899
Binary11011000100010101100011
Octal330212143

Shades and tints

Shades of #D88A63

#D88A63
(216,138,99)
#C57E5A
(197,126,90)
#B27251
(178,114,81)
#9F6648
(159,102,72)
#8C5A3F
(140,90,63)
#794E36
(121,78,54)
#66422D
(102,66,45)
#533624
(83,54,36)
#402A1B
(64,42,27)
#2D1E12
(45,30,18)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #D88A63

#D88A63
(216,138,99)
#DB9471
(219,148,113)
#DE9E7F
(222,158,127)
#E1A88D
(225,168,141)
#E4B29B
(228,178,155)
#E7BCA9
(231,188,169)
#EAC6B7
(234,198,183)
#EDD0C5
(237,208,197)
#F0DAD3
(240,218,211)
#F3E4E1
(243,228,225)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88A63 color. Also use rgb(216,138,99) instead hex code.

Text Font Color

.myTextColor { color: #D88A63; }

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

This text font color is #D88A63.


Background Color

.myBgColor { background-color: #D88A63; }

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

This div background color is #D88A63.


Border color

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

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

This div border color is #D88A63.


Opacity

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

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

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

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

This text has shadow with #D88A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88A63 on black background.


Color preview on white background

This text has color #D88A63 on white background.



Black color preview on #D88A63 background

This text has black color on #D88A63 background.


White color preview on #D88A63 background

This text has white color on #D88A63 background.