COLOR #D08D3D

HEX: #D08D3D RGB: (208,141,61)

Color info

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

RGB color model

#D08D3D color RGB value is (208,141,61).

RGB: (208,141,61) (82%, 55%, 24%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 61 of 255 = 24%

208
141
61

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

Portions of RGB colors in percentages

R + G + B = 208 + 141 + 61 = 410 (100%)
R 208 of 410 ~ 50.73%
G 141 of 410 ~ 34.39%
B 61 of 410 ~ 14.88'%

%50.73
%34.39
%14.88

CMYK color model

#D08D3D color CMYK value is (0,32,71,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 70.67%
  • key color value is 18.43%

CMYK: (0,32,71,18)
C0M32Y71K18 (0%, 32%, 71%, 18%)
(0.00 / 0.32 / 0.71 / 0.18)

CMYK percentages

%0
%32.21
%70.67
%18.43

Codes

Color #D08D3D in popluar color models

D0 8D 3D
RGB 208 141 61
HSL 33° 61.00% 52.75%
HSB/HSV 33° 70.67% 81.57%
CMYK 0.00% 32.21% 70.67%
18.43%

Color #D08D3D in popluar number systems.

HEX D0 8D 3D
Decimal 208 141 61
Binary 11010000 10001101 111101
Octal 320 215 75

Shades and tints

Shades of #D08D3D

#D08D3D
(208,141,61)
#BE8138
(190,129,56)
#AC7533
(172,117,51)
#9A692E
(154,105,46)
#885D29
(136,93,41)
#765124
(118,81,36)
#64451F
(100,69,31)
#52391A
(82,57,26)
#402D15
(64,45,21)
#2E2110
(46,33,16)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #D08D3D

#D08D3D
(208,141,61)
#D4974E
(212,151,78)
#D8A15F
(216,161,95)
#DCAB70
(220,171,112)
#E0B581
(224,181,129)
#E4BF92
(228,191,146)
#E8C9A3
(232,201,163)
#ECD3B4
(236,211,180)
#F0DDC5
(240,221,197)
#F4E7D6
(244,231,214)
#F8F1E7
(248,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08D3D color. Also use rgb(208,141,61) instead hex code.

Text Font Color

.myTextColor { color: #D08D3D; }

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

This text font color is #D08D3D.

Background Color

.myBgColor { background-color: #D08D3D; }

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

This div background color is #D08D3D.

Border color

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

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

This div border color is #D08D3D.

Opacity

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

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

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

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

This text has shadow with #D08D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08D3D.

Preview

Color preview on black background

This text has color #D08D3D on black background.


Color preview on white background

This text has color #D08D3D on white background.


Black color preview on #D08D3D background

This text has black color on #D08D3D background.


White color preview on #D08D3D background

This text has white color on #D08D3D background.


Related colors

Complementary color

Complementary color for #hex is #2F72C2.


I love getcolorcode.com

Triadic colors

1 #3DD08D and #8D3DD0 with #D08D3D are triadic colors.

2 #3D8DD0 and #8DD03D with #D08D3D are triadic colors.