COLOR #D08E63

HEX: #D08E63 RGB: (208,142,99)

Color info

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

RGB color model

#D08E63 color RGB value is (208,142,99).

RGB: (208,142,99) (82%, 56%, 39%)

RGB channels and saturation

R 208 of 255 = 82%
G 142 of 255 = 56%
B 99 of 255 = 39%

208
142
99

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

Portions of RGB colors in percentages

R + G + B = 208 + 142 + 99 = 449 (100%)
R 208 of 449 ~ 46.33%
G 142 of 449 ~ 31.63%
B 99 of 449 ~ 22.05'%

%46.33
%31.63
%22.05

CMYK color model

#D08E63 color CMYK value is (0,32,52,18).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 52.40%
  • key color value is 18.43%

CMYK: (0,32,52,18)
C0M32Y52K18 (0%, 32%, 52%, 18%)
(0.00 / 0.32 / 0.52 / 0.18)

CMYK percentages

%0
%31.73
%52.4
%18.43

Codes

Color #D08E63 in popluar color models

D0 8E 63
RGB 208 142 99
HSL 24° 53.69% 60.20%
HSB/HSV 24° 52.40% 81.57%
CMYK 0.00% 31.73% 52.40%
18.43%

Color #D08E63 in popluar number systems.

HEX D0 8E 63
Decimal 208 142 99
Binary 11010000 10001110 1100011
Octal 320 216 143

Shades and tints

Shades of #D08E63

#D08E63
(208,142,99)
#BE825A
(190,130,90)
#AC7651
(172,118,81)
#9A6A48
(154,106,72)
#885E3F
(136,94,63)
#765236
(118,82,54)
#64462D
(100,70,45)
#523A24
(82,58,36)
#402E1B
(64,46,27)
#2E2212
(46,34,18)
#1C1609
(28,22,9)
#000000
(0,0,0)

Tints of #D08E63

#D08E63
(208,142,99)
#D49871
(212,152,113)
#D8A27F
(216,162,127)
#DCAC8D
(220,172,141)
#E0B69B
(224,182,155)
#E4C0A9
(228,192,169)
#E8CAB7
(232,202,183)
#ECD4C5
(236,212,197)
#F0DED3
(240,222,211)
#F4E8E1
(244,232,225)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08E63 color. Also use rgb(208,142,99) instead hex code.

Text Font Color

.myTextColor { color: #D08E63; }

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

This text font color is #D08E63.

Background Color

.myBgColor { background-color: #D08E63; }

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

This div background color is #D08E63.

Border color

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

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

This div border color is #D08E63.

Opacity

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

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

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

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

This text has shadow with #D08E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08E63.

Preview

Color preview on black background

This text has color #D08E63 on black background.


Color preview on white background

This text has color #D08E63 on white background.


Black color preview on #D08E63 background

This text has black color on #D08E63 background.


White color preview on #D08E63 background

This text has white color on #D08E63 background.


Related colors

Complementary color

Complementary color for #hex is #2F719C.


I love getcolorcode.com

Triadic colors

1 #63D08E and #8E63D0 with #D08E63 are triadic colors.

2 #638ED0 and #8ED063 with #D08E63 are triadic colors.