COLOR #DB6F1D

HEX: #DB6F1D
RGB: (219,111,29)

Color info

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

RGB color model

#DB6F1D color RGB value is (219,111,29).

  • red value is 219;
  • green value is 111;
  • blue value is 29.
RGB:
(219,111,29)
(86%,44%,11%)

RGB channels and saturation

R 219 of 255 = 86%
G 111 of 255 = 44%
B 29 of 255 = 11%

219
111
29

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

Portions of RGB colors in percentages

R + G + B =
219 + 111 + 29 = 359 (100%)
R 219 of 359 ~ 61%
G 111 of 359 ~ 30.92%
B 29 of 359 ~ 8.08%

%61
%30.92

CMYK color model

#DB6F1D color CMYK value is (0,49,87,14).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 86.76%
  • key color value is 14.12%
CMYK:
(0,49,87,14)
C0M49Y87K14 
(0%,49%,87%,14%)
(0.00/0.49/0.87/0.14)	

CMYK percentages

%0
%49.32
%86.76
%14.12

Codes

Color #DB6F1D in popluar color models

DB6F1D
RGB21911129
HSL26°76.61%48.63%
HSB/HSV26°86.76%85.88%
CMYK0.00%49.32%86.76%
14.12%

Color #DB6F1D in popluar number systems.

HEXDB6F1D
Decimal21911129
Binary11011011110111111101
Octal33315735

Shades and tints

Shades of #DB6F1D

#DB6F1D
(219,111,29)
#C8651B
(200,101,27)
#B55B19
(181,91,25)
#A25117
(162,81,23)
#8F4715
(143,71,21)
#7C3D13
(124,61,19)
#693311
(105,51,17)
#56290F
(86,41,15)
#431F0D
(67,31,13)
#30150B
(48,21,11)
#1D0B09
(29,11,9)
#000000
(0,0,0)

Tints of #DB6F1D

#DB6F1D
(219,111,29)
#DE7C31
(222,124,49)
#E18945
(225,137,69)
#E49659
(228,150,89)
#E7A36D
(231,163,109)
#EAB081
(234,176,129)
#EDBD95
(237,189,149)
#F0CAA9
(240,202,169)
#F3D7BD
(243,215,189)
#F6E4D1
(246,228,209)
#F9F1E5
(249,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6F1D color. Also use rgb(219,111,29) instead hex code.

Text Font Color

.myTextColor { color: #DB6F1D; }

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

This text font color is #DB6F1D.


Background Color

.myBgColor { background-color: #DB6F1D; }

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

This div background color is #DB6F1D.


Border color

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

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

This div border color is #DB6F1D.


Opacity

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

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

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

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

This text has shadow with #DB6F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6F1D on black background.


Color preview on white background

This text has color #DB6F1D on white background.



Black color preview on #DB6F1D background

This text has black color on #DB6F1D background.


White color preview on #DB6F1D background

This text has white color on #DB6F1D background.