COLOR #DB8212

HEX: #DB8212
RGB: (219,130,18)

Color info

#DB8212 contains mainly red color. Web safe color of #DB8212 is #CC9900 (or #C90).

RGB color model

#DB8212 color RGB value is (219,130,18).

  • red value is 219;
  • green value is 130;
  • blue value is 18.
RGB:
(219,130,18)
(86%,51%,7%)

RGB channels and saturation

R 219 of 255 = 86%
G 130 of 255 = 51%
B 18 of 255 = 7%

219
130
18

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

Portions of RGB colors in percentages

R + G + B =
219 + 130 + 18 = 367 (100%)
R 219 of 367 ~ 59.67%
G 130 of 367 ~ 35.42%
B 18 of 367 ~ 4.9%

%59.67
%35.42

CMYK color model

#DB8212 color CMYK value is (0,41,92,14).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 91.78%
  • key color value is 14.12%
CMYK:
(0,41,92,14)
C0M41Y92K14 
(0%,41%,92%,14%)
(0.00/0.41/0.92/0.14)	

CMYK percentages

%0
%40.64
%91.78
%14.12

Codes

Color #DB8212 in popluar color models

DB8212
RGB21913018
HSL33°84.81%46.47%
HSB/HSV33°91.78%85.88%
CMYK0.00%40.64%91.78%
14.12%

Color #DB8212 in popluar number systems.

HEXDB8212
Decimal21913018
Binary110110111000001010010
Octal33320222

Shades and tints

Shades of #DB8212

#DB8212
(219,130,18)
#C87711
(200,119,17)
#B56C10
(181,108,16)
#A2610F
(162,97,15)
#8F560E
(143,86,14)
#7C4B0D
(124,75,13)
#69400C
(105,64,12)
#56350B
(86,53,11)
#432A0A
(67,42,10)
#301F09
(48,31,9)
#1D1408
(29,20,8)
#000000
(0,0,0)

Tints of #DB8212

#DB8212
(219,130,18)
#DE8D27
(222,141,39)
#E1983C
(225,152,60)
#E4A351
(228,163,81)
#E7AE66
(231,174,102)
#EAB97B
(234,185,123)
#EDC490
(237,196,144)
#F0CFA5
(240,207,165)
#F3DABA
(243,218,186)
#F6E5CF
(246,229,207)
#F9F0E4
(249,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8212 color. Also use rgb(219,130,18) instead hex code.

Text Font Color

.myTextColor { color: #DB8212; }

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

This text font color is #DB8212.


Background Color

.myBgColor { background-color: #DB8212; }

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

This div background color is #DB8212.


Border color

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

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

This div border color is #DB8212.


Opacity

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

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

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

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

This text has shadow with #DB8212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8212 on black background.


Color preview on white background

This text has color #DB8212 on white background.



Black color preview on #DB8212 background

This text has black color on #DB8212 background.


White color preview on #DB8212 background

This text has white color on #DB8212 background.