COLOR #D08C36

HEX: #D08C36
RGB: (208,140,54)

Color info

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

RGB color model

#D08C36 color RGB value is (208,140,54).

  • red value is 208;
  • green value is 140;
  • blue value is 54.
RGB:
(208,140,54)
(82%,55%,21%)

RGB channels and saturation

R 208 of 255 = 82%
G 140 of 255 = 55%
B 54 of 255 = 21%

208
140
54

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

Portions of RGB colors in percentages

R + G + B =
208 + 140 + 54 = 402 (100%)
R 208 of 402 ~ 51.74%
G 140 of 402 ~ 34.83%
B 54 of 402 ~ 13.43%

%51.74
%34.83
%13.43

CMYK color model

#D08C36 color CMYK value is (0,33,74,18).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 74.04%
  • key color value is 18.43%
CMYK:
(0,33,74,18)
C0M33Y74K18 
(0%,33%,74%,18%)
(0.00/0.33/0.74/0.18)	

CMYK percentages

%0
%32.69
%74.04
%18.43

Codes

Color #D08C36 in popluar color models

D08C36
RGB20814054
HSL34°62.10%51.37%
HSB/HSV34°74.04%81.57%
CMYK0.00%32.69%74.04%
18.43%

Color #D08C36 in popluar number systems.

HEXD08C36
Decimal20814054
Binary1101000010001100110110
Octal32021466

Shades and tints

Shades of #D08C36

#D08C36
(208,140,54)
#BE8032
(190,128,50)
#AC742E
(172,116,46)
#9A682A
(154,104,42)
#885C26
(136,92,38)
#765022
(118,80,34)
#64441E
(100,68,30)
#52381A
(82,56,26)
#402C16
(64,44,22)
#2E2012
(46,32,18)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #D08C36

#D08C36
(208,140,54)
#D49648
(212,150,72)
#D8A05A
(216,160,90)
#DCAA6C
(220,170,108)
#E0B47E
(224,180,126)
#E4BE90
(228,190,144)
#E8C8A2
(232,200,162)
#ECD2B4
(236,210,180)
#F0DCC6
(240,220,198)
#F4E6D8
(244,230,216)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08C36; }

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

This text font color is #D08C36.


Background Color

.myBgColor { background-color: #D08C36; }

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

This div background color is #D08C36.


Border color

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

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

This div border color is #D08C36.


Opacity

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

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

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

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

This text has shadow with #D08C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08C36 on black background.


Color preview on white background

This text has color #D08C36 on white background.



Black color preview on #D08C36 background

This text has black color on #D08C36 background.


White color preview on #D08C36 background

This text has white color on #D08C36 background.