COLOR #DB6601

HEX: #DB6601
RGB: (219,102,1)

Color info

#DB6601 contains mainly red color. Web safe color of #DB6601 is #CC6600 (or #C60).

RGB color model

#DB6601 color RGB value is (219,102,1).

  • red value is 219;
  • green value is 102;
  • blue value is 1.
RGB:
(219,102,1)
(86%,40%,0%)

RGB channels and saturation

R 219 of 255 = 86%
G 102 of 255 = 40%
B 1 of 255 = 0%

219
102
1

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

Portions of RGB colors in percentages

R + G + B =
219 + 102 + 1 = 322 (100%)
R 219 of 322 ~ 68.01%
G 102 of 322 ~ 31.68%
B 1 of 322 ~ 0.31%

%68.01
%31.68

CMYK color model

#DB6601 color CMYK value is (0,53,100,14).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 99.54%
  • key color value is 14.12%
CMYK:
(0,53,100,14)
C0M53Y100K14 
(0%,53%,100%,14%)
(0.00/0.53/1.00/0.14)	

CMYK percentages

%0
%53.42
%99.54
%14.12

Codes

Color #DB6601 in popluar color models

DB6601
RGB2191021
HSL28°99.09%43.14%
HSB/HSV28°99.54%85.88%
CMYK0.00%53.42%99.54%
14.12%

Color #DB6601 in popluar number systems.

HEXDB6601
Decimal2191021
Binary1101101111001101
Octal3331461

Shades and tints

Shades of #DB6601

#DB6601
(219,102,1)
#C85D01
(200,93,1)
#B55401
(181,84,1)
#A24B01
(162,75,1)
#8F4201
(143,66,1)
#7C3901
(124,57,1)
#693001
(105,48,1)
#562701
(86,39,1)
#431E01
(67,30,1)
#301501
(48,21,1)
#1D0C01
(29,12,1)
#000000
(0,0,0)

Tints of #DB6601

#DB6601
(219,102,1)
#DE7318
(222,115,24)
#E1802F
(225,128,47)
#E48D46
(228,141,70)
#E79A5D
(231,154,93)
#EAA774
(234,167,116)
#EDB48B
(237,180,139)
#F0C1A2
(240,193,162)
#F3CEB9
(243,206,185)
#F6DBD0
(246,219,208)
#F9E8E7
(249,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6601 color. Also use rgb(219,102,1) instead hex code.

Text Font Color

.myTextColor { color: #DB6601; }

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

This text font color is #DB6601.


Background Color

.myBgColor { background-color: #DB6601; }

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

This div background color is #DB6601.


Border color

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

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

This div border color is #DB6601.


Opacity

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

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

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

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

This text has shadow with #DB6601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6601 on black background.


Color preview on white background

This text has color #DB6601 on white background.



Black color preview on #DB6601 background

This text has black color on #DB6601 background.


White color preview on #DB6601 background

This text has white color on #DB6601 background.