COLOR #DB9220

HEX: #DB9220
RGB: (219,146,32)

Color info

#DB9220 contains mainly red color. Web safe color of #DB9220 is #CC9933 (or #C93).

RGB color model

#DB9220 color RGB value is (219,146,32).

  • red value is 219;
  • green value is 146;
  • blue value is 32.
RGB:
(219,146,32)
(86%,57%,13%)

RGB channels and saturation

R 219 of 255 = 86%
G 146 of 255 = 57%
B 32 of 255 = 13%

219
146
32

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

Portions of RGB colors in percentages

R + G + B =
219 + 146 + 32 = 397 (100%)
R 219 of 397 ~ 55.16%
G 146 of 397 ~ 36.78%
B 32 of 397 ~ 8.06%

%55.16
%36.78

CMYK color model

#DB9220 color CMYK value is (0,33,85,14).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 85.39%
  • key color value is 14.12%
CMYK:
(0,33,85,14)
C0M33Y85K14 
(0%,33%,85%,14%)
(0.00/0.33/0.85/0.14)	

CMYK percentages

%0
%33.33
%85.39
%14.12

Codes

Color #DB9220 in popluar color models

DB9220
RGB21914632
HSL37°74.50%49.22%
HSB/HSV37°85.39%85.88%
CMYK0.00%33.33%85.39%
14.12%

Color #DB9220 in popluar number systems.

HEXDB9220
Decimal21914632
Binary1101101110010010100000
Octal33322240

Shades and tints

Shades of #DB9220

#DB9220
(219,146,32)
#C8851E
(200,133,30)
#B5781C
(181,120,28)
#A26B1A
(162,107,26)
#8F5E18
(143,94,24)
#7C5116
(124,81,22)
#694414
(105,68,20)
#563712
(86,55,18)
#432A10
(67,42,16)
#301D0E
(48,29,14)
#1D100C
(29,16,12)
#000000
(0,0,0)

Tints of #DB9220

#DB9220
(219,146,32)
#DE9B34
(222,155,52)
#E1A448
(225,164,72)
#E4AD5C
(228,173,92)
#E7B670
(231,182,112)
#EABF84
(234,191,132)
#EDC898
(237,200,152)
#F0D1AC
(240,209,172)
#F3DAC0
(243,218,192)
#F6E3D4
(246,227,212)
#F9ECE8
(249,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9220 color. Also use rgb(219,146,32) instead hex code.

Text Font Color

.myTextColor { color: #DB9220; }

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

This text font color is #DB9220.


Background Color

.myBgColor { background-color: #DB9220; }

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

This div background color is #DB9220.


Border color

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

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

This div border color is #DB9220.


Opacity

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

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

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

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

This text has shadow with #DB9220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9220 on black background.


Color preview on white background

This text has color #DB9220 on white background.



Black color preview on #DB9220 background

This text has black color on #DB9220 background.


White color preview on #DB9220 background

This text has white color on #DB9220 background.