COLOR #D08C42

HEX: #D08C42 RGB: (208,140,66)

Color info

#D08C42 contains mainly red color. Web safe color of #D08C42 is #CC9933 (or #C93).

RGB color model

#D08C42 color RGB value is (208,140,66).

RGB: (208,140,66) (82%, 55%, 26%)

RGB channels and saturation

R 208 of 255 = 82%
G 140 of 255 = 55%
B 66 of 255 = 26%

208
140
66

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

Portions of RGB colors in percentages

R + G + B = 208 + 140 + 66 = 414 (100%)
R 208 of 414 ~ 50.24%
G 140 of 414 ~ 33.82%
B 66 of 414 ~ 15.94'%

%50.24
%33.82
%15.94

CMYK color model

#D08C42 color CMYK value is (0,33,68,18).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 68.27%
  • key color value is 18.43%

CMYK: (0,33,68,18)
C0M33Y68K18 (0%, 33%, 68%, 18%)
(0.00 / 0.33 / 0.68 / 0.18)

CMYK percentages

%0
%32.69
%68.27
%18.43

Codes

Color #D08C42 in popluar color models

D0 8C 42
RGB 208 140 66
HSL 31° 60.17% 53.73%
HSB/HSV 31° 68.27% 81.57%
CMYK 0.00% 32.69% 68.27%
18.43%

Color #D08C42 in popluar number systems.

HEX D0 8C 42
Decimal 208 140 66
Binary 11010000 10001100 1000010
Octal 320 214 102

Shades and tints

Shades of #D08C42

#D08C42
(208,140,66)
#BE803C
(190,128,60)
#AC7436
(172,116,54)
#9A6830
(154,104,48)
#885C2A
(136,92,42)
#765024
(118,80,36)
#64441E
(100,68,30)
#523818
(82,56,24)
#402C12
(64,44,18)
#2E200C
(46,32,12)
#1C1406
(28,20,6)
#000000
(0,0,0)

Tints of #D08C42

#D08C42
(208,140,66)
#D49653
(212,150,83)
#D8A064
(216,160,100)
#DCAA75
(220,170,117)
#E0B486
(224,180,134)
#E4BE97
(228,190,151)
#E8C8A8
(232,200,168)
#ECD2B9
(236,210,185)
#F0DCCA
(240,220,202)
#F4E6DB
(244,230,219)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08C42 color. Also use rgb(208,140,66) instead hex code.

Text Font Color

.myTextColor { color: #D08C42; }

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

This text font color is #D08C42.

Background Color

.myBgColor { background-color: #D08C42; }

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

This div background color is #D08C42.

Border color

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

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

This div border color is #D08C42.

Opacity

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

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

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

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

This text has shadow with #D08C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08C42.

Preview

Color preview on black background

This text has color #D08C42 on black background.


Color preview on white background

This text has color #D08C42 on white background.


Black color preview on #D08C42 background

This text has black color on #D08C42 background.


White color preview on #D08C42 background

This text has white color on #D08C42 background.


Related colors

Complementary color

Complementary color for #hex is #2F73BD.


I love getcolorcode.com

Triadic colors

1 #42D08C and #8C42D0 with #D08C42 are triadic colors.

2 #428CD0 and #8CD042 with #D08C42 are triadic colors.