COLOR #DB6A21

HEX: #DB6A21
RGB: (219,106,33)

Color info

#DB6A21 contains mainly red color. Web safe color of #DB6A21 is #CC6633 (or #C63).

RGB color model

#DB6A21 color RGB value is (219,106,33).

  • red value is 219;
  • green value is 106;
  • blue value is 33.
RGB:
(219,106,33)
(86%,42%,13%)

RGB channels and saturation

R 219 of 255 = 86%
G 106 of 255 = 42%
B 33 of 255 = 13%

219
106
33

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

Portions of RGB colors in percentages

R + G + B =
219 + 106 + 33 = 358 (100%)
R 219 of 358 ~ 61.17%
G 106 of 358 ~ 29.61%
B 33 of 358 ~ 9.22%

%61.17
%29.61

CMYK color model

#DB6A21 color CMYK value is (0,52,85,14).

  • cyan value is 0.00%
  • magenta value is 51.60%
  • yellow value is 84.93%
  • key color value is 14.12%
CMYK:
(0,52,85,14)
C0M52Y85K14 
(0%,52%,85%,14%)
(0.00/0.52/0.85/0.14)	

CMYK percentages

%0
%51.6
%84.93
%14.12

Codes

Color #DB6A21 in popluar color models

DB6A21
RGB21910633
HSL24°73.81%49.41%
HSB/HSV24°84.93%85.88%
CMYK0.00%51.60%84.93%
14.12%

Color #DB6A21 in popluar number systems.

HEXDB6A21
Decimal21910633
Binary110110111101010100001
Octal33315241

Shades and tints

Shades of #DB6A21

#DB6A21
(219,106,33)
#C8611E
(200,97,30)
#B5581B
(181,88,27)
#A24F18
(162,79,24)
#8F4615
(143,70,21)
#7C3D12
(124,61,18)
#69340F
(105,52,15)
#562B0C
(86,43,12)
#432209
(67,34,9)
#301906
(48,25,6)
#1D1003
(29,16,3)
#000000
(0,0,0)

Tints of #DB6A21

#DB6A21
(219,106,33)
#DE7735
(222,119,53)
#E18449
(225,132,73)
#E4915D
(228,145,93)
#E79E71
(231,158,113)
#EAAB85
(234,171,133)
#EDB899
(237,184,153)
#F0C5AD
(240,197,173)
#F3D2C1
(243,210,193)
#F6DFD5
(246,223,213)
#F9ECE9
(249,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6A21 color. Also use rgb(219,106,33) instead hex code.

Text Font Color

.myTextColor { color: #DB6A21; }

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

This text font color is #DB6A21.


Background Color

.myBgColor { background-color: #DB6A21; }

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

This div background color is #DB6A21.


Border color

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

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

This div border color is #DB6A21.


Opacity

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

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

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

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

This text has shadow with #DB6A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6A21 on black background.


Color preview on white background

This text has color #DB6A21 on white background.



Black color preview on #DB6A21 background

This text has black color on #DB6A21 background.


White color preview on #DB6A21 background

This text has white color on #DB6A21 background.