COLOR #DB870D

HEX: #DB870D
RGB: (219,135,13)

Color info

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

RGB color model

#DB870D color RGB value is (219,135,13).

  • red value is 219;
  • green value is 135;
  • blue value is 13.
RGB:
(219,135,13)
(86%,53%,5%)

RGB channels and saturation

R 219 of 255 = 86%
G 135 of 255 = 53%
B 13 of 255 = 5%

219
135
13

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

Portions of RGB colors in percentages

R + G + B =
219 + 135 + 13 = 367 (100%)
R 219 of 367 ~ 59.67%
G 135 of 367 ~ 36.78%
B 13 of 367 ~ 3.54%

%59.67
%36.78

CMYK color model

#DB870D color CMYK value is (0,38,94,14).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 94.06%
  • key color value is 14.12%
CMYK:
(0,38,94,14)
C0M38Y94K14 
(0%,38%,94%,14%)
(0.00/0.38/0.94/0.14)	

CMYK percentages

%0
%38.36
%94.06
%14.12

Codes

Color #DB870D in popluar color models

DB870D
RGB21913513
HSL36°88.79%45.49%
HSB/HSV36°94.06%85.88%
CMYK0.00%38.36%94.06%
14.12%

Color #DB870D in popluar number systems.

HEXDB870D
Decimal21913513
Binary11011011100001111101
Octal33320715

Shades and tints

Shades of #DB870D

#DB870D
(219,135,13)
#C87B0C
(200,123,12)
#B56F0B
(181,111,11)
#A2630A
(162,99,10)
#8F5709
(143,87,9)
#7C4B08
(124,75,8)
#693F07
(105,63,7)
#563306
(86,51,6)
#432705
(67,39,5)
#301B04
(48,27,4)
#1D0F03
(29,15,3)
#000000
(0,0,0)

Tints of #DB870D

#DB870D
(219,135,13)
#DE9123
(222,145,35)
#E19B39
(225,155,57)
#E4A54F
(228,165,79)
#E7AF65
(231,175,101)
#EAB97B
(234,185,123)
#EDC391
(237,195,145)
#F0CDA7
(240,205,167)
#F3D7BD
(243,215,189)
#F6E1D3
(246,225,211)
#F9EBE9
(249,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB870D color. Also use rgb(219,135,13) instead hex code.

Text Font Color

.myTextColor { color: #DB870D; }

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

This text font color is #DB870D.


Background Color

.myBgColor { background-color: #DB870D; }

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

This div background color is #DB870D.


Border color

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

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

This div border color is #DB870D.


Opacity

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

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

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

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

This text has shadow with #DB870D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB870D on black background.


Color preview on white background

This text has color #DB870D on white background.



Black color preview on #DB870D background

This text has black color on #DB870D background.


White color preview on #DB870D background

This text has white color on #DB870D background.