COLOR #D08711

HEX: #D08711
RGB: (208,135,17)

Color info

#D08711 contains mainly red color. Web safe color of #D08711 is #CC9900 (or #C90).

RGB color model

#D08711 color RGB value is (208,135,17).

  • red value is 208;
  • green value is 135;
  • blue value is 17.
RGB:
(208,135,17)
(82%,53%,7%)

RGB channels and saturation

R 208 of 255 = 82%
G 135 of 255 = 53%
B 17 of 255 = 7%

208
135
17

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

Portions of RGB colors in percentages

R + G + B =
208 + 135 + 17 = 360 (100%)
R 208 of 360 ~ 57.78%
G 135 of 360 ~ 37.5%
B 17 of 360 ~ 4.72%

%57.78
%37.5

CMYK color model

#D08711 color CMYK value is (0,35,92,18).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 91.83%
  • key color value is 18.43%
CMYK:
(0,35,92,18)
C0M35Y92K18 
(0%,35%,92%,18%)
(0.00/0.35/0.92/0.18)	

CMYK percentages

%0
%35.1
%91.83
%18.43

Codes

Color #D08711 in popluar color models

D08711
RGB20813517
HSL37°84.89%44.12%
HSB/HSV37°91.83%81.57%
CMYK0.00%35.10%91.83%
18.43%

Color #D08711 in popluar number systems.

HEXD08711
Decimal20813517
Binary110100001000011110001
Octal32020721

Shades and tints

Shades of #D08711

#D08711
(208,135,17)
#BE7B10
(190,123,16)
#AC6F0F
(172,111,15)
#9A630E
(154,99,14)
#88570D
(136,87,13)
#764B0C
(118,75,12)
#643F0B
(100,63,11)
#52330A
(82,51,10)
#402709
(64,39,9)
#2E1B08
(46,27,8)
#1C0F07
(28,15,7)
#000000
(0,0,0)

Tints of #D08711

#D08711
(208,135,17)
#D49126
(212,145,38)
#D89B3B
(216,155,59)
#DCA550
(220,165,80)
#E0AF65
(224,175,101)
#E4B97A
(228,185,122)
#E8C38F
(232,195,143)
#ECCDA4
(236,205,164)
#F0D7B9
(240,215,185)
#F4E1CE
(244,225,206)
#F8EBE3
(248,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08711 color. Also use rgb(208,135,17) instead hex code.

Text Font Color

.myTextColor { color: #D08711; }

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

This text font color is #D08711.


Background Color

.myBgColor { background-color: #D08711; }

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

This div background color is #D08711.


Border color

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

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

This div border color is #D08711.


Opacity

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

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

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

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

This text has shadow with #D08711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08711 on black background.


Color preview on white background

This text has color #D08711 on white background.



Black color preview on #D08711 background

This text has black color on #D08711 background.


White color preview on #D08711 background

This text has white color on #D08711 background.