COLOR #DB4722

HEX: #DB4722
RGB: (219,71,34)

Color info

#DB4722 contains mainly red color. Web safe color of #DB4722 is #CC3333 (or #C33).

RGB color model

#DB4722 color RGB value is (219,71,34).

  • red value is 219;
  • green value is 71;
  • blue value is 34.
RGB:
(219,71,34)
(86%,28%,13%)

RGB channels and saturation

R 219 of 255 = 86%
G 71 of 255 = 28%
B 34 of 255 = 13%

219
71
34

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

Portions of RGB colors in percentages

R + G + B =
219 + 71 + 34 = 324 (100%)
R 219 of 324 ~ 67.59%
G 71 of 324 ~ 21.91%
B 34 of 324 ~ 10.49%

%67.59
%21.91
%10.49

CMYK color model

#DB4722 color CMYK value is (0,68,84,14).

  • cyan value is 0.00%
  • magenta value is 67.58%
  • yellow value is 84.47%
  • key color value is 14.12%
CMYK:
(0,68,84,14)
C0M68Y84K14 
(0%,68%,84%,14%)
(0.00/0.68/0.84/0.14)	

CMYK percentages

%0
%67.58
%84.47
%14.12

Codes

Color #DB4722 in popluar color models

DB4722
RGB2197134
HSL12°73.12%49.61%
HSB/HSV12°84.47%85.88%
CMYK0.00%67.58%84.47%
14.12%

Color #DB4722 in popluar number systems.

HEXDB4722
Decimal2197134
Binary110110111000111100010
Octal33310742

Shades and tints

Shades of #DB4722

#DB4722
(219,71,34)
#C8411F
(200,65,31)
#B53B1C
(181,59,28)
#A23519
(162,53,25)
#8F2F16
(143,47,22)
#7C2913
(124,41,19)
#692310
(105,35,16)
#561D0D
(86,29,13)
#43170A
(67,23,10)
#301107
(48,17,7)
#1D0B04
(29,11,4)
#000000
(0,0,0)

Tints of #DB4722

#DB4722
(219,71,34)
#DE5736
(222,87,54)
#E1674A
(225,103,74)
#E4775E
(228,119,94)
#E78772
(231,135,114)
#EA9786
(234,151,134)
#EDA79A
(237,167,154)
#F0B7AE
(240,183,174)
#F3C7C2
(243,199,194)
#F6D7D6
(246,215,214)
#F9E7EA
(249,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB4722 color. Also use rgb(219,71,34) instead hex code.

Text Font Color

.myTextColor { color: #DB4722; }

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

This text font color is #DB4722.


Background Color

.myBgColor { background-color: #DB4722; }

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

This div background color is #DB4722.


Border color

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

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

This div border color is #DB4722.


Opacity

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

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

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

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

This text has shadow with #DB4722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4722 on black background.


Color preview on white background

This text has color #DB4722 on white background.



Black color preview on #DB4722 background

This text has black color on #DB4722 background.


White color preview on #DB4722 background

This text has white color on #DB4722 background.