COLOR #D0870B

HEX: #D0870B RGB: (208,135,11)

Color info

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

RGB color model

#D0870B color RGB value is (208,135,11).

RGB: (208,135,11) (82%, 53%, 4%)

RGB channels and saturation

R 208 of 255 = 82%
G 135 of 255 = 53%
B 11 of 255 = 4%

208
135
11

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

Portions of RGB colors in percentages

R + G + B = 208 + 135 + 11 = 354 (100%)
R 208 of 354 ~ 58.76%
G 135 of 354 ~ 38.14%
B 11 of 354 ~ 3.11'%

%58.76
%38.14

CMYK color model

#D0870B color CMYK value is (0,35,95,18).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 94.71%
  • key color value is 18.43%

CMYK: (0,35,95,18)
C0M35Y95K18 (0%, 35%, 95%, 18%)
(0.00 / 0.35 / 0.95 / 0.18)

CMYK percentages

%0
%35.1
%94.71
%18.43

Codes

Color #D0870B in popluar color models

D0 87 0B
RGB 208 135 11
HSL 38° 89.95% 42.94%
HSB/HSV 38° 94.71% 81.57%
CMYK 0.00% 35.10% 94.71%
18.43%

Color #D0870B in popluar number systems.

HEX D0 87 0B
Decimal 208 135 11
Binary 11010000 10000111 1011
Octal 320 207 13

Shades and tints

Shades of #D0870B

#D0870B
(208,135,11)
#BE7B0A
(190,123,10)
#AC6F09
(172,111,9)
#9A6308
(154,99,8)
#885707
(136,87,7)
#764B06
(118,75,6)
#643F05
(100,63,5)
#523304
(82,51,4)
#402703
(64,39,3)
#2E1B02
(46,27,2)
#1C0F01
(28,15,1)
#000000
(0,0,0)

Tints of #D0870B

#D0870B
(208,135,11)
#D49121
(212,145,33)
#D89B37
(216,155,55)
#DCA54D
(220,165,77)
#E0AF63
(224,175,99)
#E4B979
(228,185,121)
#E8C38F
(232,195,143)
#ECCDA5
(236,205,165)
#F0D7BB
(240,215,187)
#F4E1D1
(244,225,209)
#F8EBE7
(248,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0870B; }

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

This text font color is #D0870B.

Background Color

.myBgColor { background-color: #D0870B; }

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

This div background color is #D0870B.

Border color

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

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

This div border color is #D0870B.

Opacity

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

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

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

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

This text has shadow with #D0870B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0870B.

Preview

Color preview on black background

This text has color #D0870B on black background.


Color preview on white background

This text has color #D0870B on white background.


Black color preview on #D0870B background

This text has black color on #D0870B background.


White color preview on #D0870B background

This text has white color on #D0870B background.


Related colors

Complementary color

Complementary color for #hex is #2F78F4.


I love getcolorcode.com

Triadic colors

1 #0BD087 and #870BD0 with #D0870B are triadic colors.

2 #0B87D0 and #87D00B with #D0870B are triadic colors.