COLOR #DB650F

HEX: #DB650F
RGB: (219,101,15)

Color info

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

RGB color model

#DB650F color RGB value is (219,101,15).

  • red value is 219;
  • green value is 101;
  • blue value is 15.
RGB:
(219,101,15)
(86%,40%,6%)

RGB channels and saturation

R 219 of 255 = 86%
G 101 of 255 = 40%
B 15 of 255 = 6%

219
101
15

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

Portions of RGB colors in percentages

R + G + B =
219 + 101 + 15 = 335 (100%)
R 219 of 335 ~ 65.37%
G 101 of 335 ~ 30.15%
B 15 of 335 ~ 4.48%

%65.37
%30.15

CMYK color model

#DB650F color CMYK value is (0,54,93,14).

  • cyan value is 0.00%
  • magenta value is 53.88%
  • yellow value is 93.15%
  • key color value is 14.12%
CMYK:
(0,54,93,14)
C0M54Y93K14 
(0%,54%,93%,14%)
(0.00/0.54/0.93/0.14)	

CMYK percentages

%0
%53.88
%93.15
%14.12

Codes

Color #DB650F in popluar color models

DB650F
RGB21910115
HSL25°87.18%45.88%
HSB/HSV25°93.15%85.88%
CMYK0.00%53.88%93.15%
14.12%

Color #DB650F in popluar number systems.

HEXDB650F
Decimal21910115
Binary1101101111001011111
Octal33314517

Shades and tints

Shades of #DB650F

#DB650F
(219,101,15)
#C85C0E
(200,92,14)
#B5530D
(181,83,13)
#A24A0C
(162,74,12)
#8F410B
(143,65,11)
#7C380A
(124,56,10)
#692F09
(105,47,9)
#562608
(86,38,8)
#431D07
(67,29,7)
#301406
(48,20,6)
#1D0B05
(29,11,5)
#000000
(0,0,0)

Tints of #DB650F

#DB650F
(219,101,15)
#DE7324
(222,115,36)
#E18139
(225,129,57)
#E48F4E
(228,143,78)
#E79D63
(231,157,99)
#EAAB78
(234,171,120)
#EDB98D
(237,185,141)
#F0C7A2
(240,199,162)
#F3D5B7
(243,213,183)
#F6E3CC
(246,227,204)
#F9F1E1
(249,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB650F color. Also use rgb(219,101,15) instead hex code.

Text Font Color

.myTextColor { color: #DB650F; }

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

This text font color is #DB650F.


Background Color

.myBgColor { background-color: #DB650F; }

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

This div background color is #DB650F.


Border color

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

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

This div border color is #DB650F.


Opacity

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

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

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

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

This text has shadow with #DB650F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB650F on black background.


Color preview on white background

This text has color #DB650F on white background.



Black color preview on #DB650F background

This text has black color on #DB650F background.


White color preview on #DB650F background

This text has white color on #DB650F background.