COLOR #DB8C2A

HEX: #DB8C2A
RGB: (219,140,42)

Color info

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

RGB color model

#DB8C2A color RGB value is (219,140,42).

  • red value is 219;
  • green value is 140;
  • blue value is 42.
RGB:
(219,140,42)
(86%,55%,16%)

RGB channels and saturation

R 219 of 255 = 86%
G 140 of 255 = 55%
B 42 of 255 = 16%

219
140
42

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

Portions of RGB colors in percentages

R + G + B =
219 + 140 + 42 = 401 (100%)
R 219 of 401 ~ 54.61%
G 140 of 401 ~ 34.91%
B 42 of 401 ~ 10.47%

%54.61
%34.91
%10.47

CMYK color model

#DB8C2A color CMYK value is (0,36,81,14).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 80.82%
  • key color value is 14.12%
CMYK:
(0,36,81,14)
C0M36Y81K14 
(0%,36%,81%,14%)
(0.00/0.36/0.81/0.14)	

CMYK percentages

%0
%36.07
%80.82
%14.12

Codes

Color #DB8C2A in popluar color models

DB8C2A
RGB21914042
HSL33°71.08%51.18%
HSB/HSV33°80.82%85.88%
CMYK0.00%36.07%80.82%
14.12%

Color #DB8C2A in popluar number systems.

HEXDB8C2A
Decimal21914042
Binary1101101110001100101010
Octal33321452

Shades and tints

Shades of #DB8C2A

#DB8C2A
(219,140,42)
#C88027
(200,128,39)
#B57424
(181,116,36)
#A26821
(162,104,33)
#8F5C1E
(143,92,30)
#7C501B
(124,80,27)
#694418
(105,68,24)
#563815
(86,56,21)
#432C12
(67,44,18)
#30200F
(48,32,15)
#1D140C
(29,20,12)
#000000
(0,0,0)

Tints of #DB8C2A

#DB8C2A
(219,140,42)
#DE963D
(222,150,61)
#E1A050
(225,160,80)
#E4AA63
(228,170,99)
#E7B476
(231,180,118)
#EABE89
(234,190,137)
#EDC89C
(237,200,156)
#F0D2AF
(240,210,175)
#F3DCC2
(243,220,194)
#F6E6D5
(246,230,213)
#F9F0E8
(249,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8C2A color. Also use rgb(219,140,42) instead hex code.

Text Font Color

.myTextColor { color: #DB8C2A; }

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

This text font color is #DB8C2A.


Background Color

.myBgColor { background-color: #DB8C2A; }

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

This div background color is #DB8C2A.


Border color

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

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

This div border color is #DB8C2A.


Opacity

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

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

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

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

This text has shadow with #DB8C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8C2A on black background.


Color preview on white background

This text has color #DB8C2A on white background.



Black color preview on #DB8C2A background

This text has black color on #DB8C2A background.


White color preview on #DB8C2A background

This text has white color on #DB8C2A background.