COLOR #DB892C

HEX: #DB892C
RGB: (219,137,44)

Color info

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

RGB color model

#DB892C color RGB value is (219,137,44).

  • red value is 219;
  • green value is 137;
  • blue value is 44.
RGB:
(219,137,44)
(86%,54%,17%)

RGB channels and saturation

R 219 of 255 = 86%
G 137 of 255 = 54%
B 44 of 255 = 17%

219
137
44

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

Portions of RGB colors in percentages

R + G + B =
219 + 137 + 44 = 400 (100%)
R 219 of 400 ~ 54.75%
G 137 of 400 ~ 34.25%
B 44 of 400 ~ 11%

%54.75
%34.25
%11

CMYK color model

#DB892C color CMYK value is (0,37,80,14).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 79.91%
  • key color value is 14.12%
CMYK:
(0,37,80,14)
C0M37Y80K14 
(0%,37%,80%,14%)
(0.00/0.37/0.80/0.14)	

CMYK percentages

%0
%37.44
%79.91
%14.12

Codes

Color #DB892C in popluar color models

DB892C
RGB21913744
HSL32°70.85%51.57%
HSB/HSV32°79.91%85.88%
CMYK0.00%37.44%79.91%
14.12%

Color #DB892C in popluar number systems.

HEXDB892C
Decimal21913744
Binary1101101110001001101100
Octal33321154

Shades and tints

Shades of #DB892C

#DB892C
(219,137,44)
#C87D28
(200,125,40)
#B57124
(181,113,36)
#A26520
(162,101,32)
#8F591C
(143,89,28)
#7C4D18
(124,77,24)
#694114
(105,65,20)
#563510
(86,53,16)
#43290C
(67,41,12)
#301D08
(48,29,8)
#1D1104
(29,17,4)
#000000
(0,0,0)

Tints of #DB892C

#DB892C
(219,137,44)
#DE933F
(222,147,63)
#E19D52
(225,157,82)
#E4A765
(228,167,101)
#E7B178
(231,177,120)
#EABB8B
(234,187,139)
#EDC59E
(237,197,158)
#F0CFB1
(240,207,177)
#F3D9C4
(243,217,196)
#F6E3D7
(246,227,215)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB892C color. Also use rgb(219,137,44) instead hex code.

Text Font Color

.myTextColor { color: #DB892C; }

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

This text font color is #DB892C.


Background Color

.myBgColor { background-color: #DB892C; }

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

This div background color is #DB892C.


Border color

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

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

This div border color is #DB892C.


Opacity

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

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

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

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

This text has shadow with #DB892C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB892C on black background.


Color preview on white background

This text has color #DB892C on white background.



Black color preview on #DB892C background

This text has black color on #DB892C background.


White color preview on #DB892C background

This text has white color on #DB892C background.