COLOR #DB9C17

HEX: #DB9C17
RGB: (219,156,23)

Color info

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

RGB color model

#DB9C17 color RGB value is (219,156,23).

  • red value is 219;
  • green value is 156;
  • blue value is 23.
RGB:
(219,156,23)
(86%,61%,9%)

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 23 of 255 = 9%

219
156
23

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

Portions of RGB colors in percentages

R + G + B =
219 + 156 + 23 = 398 (100%)
R 219 of 398 ~ 55.03%
G 156 of 398 ~ 39.2%
B 23 of 398 ~ 5.78%

%55.03
%39.2

CMYK color model

#DB9C17 color CMYK value is (0,29,89,14).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 89.50%
  • key color value is 14.12%
CMYK:
(0,29,89,14)
C0M29Y89K14 
(0%,29%,89%,14%)
(0.00/0.29/0.89/0.14)	

CMYK percentages

%0
%28.77
%89.5
%14.12

Codes

Color #DB9C17 in popluar color models

DB9C17
RGB21915623
HSL41°80.99%47.45%
HSB/HSV41°89.50%85.88%
CMYK0.00%28.77%89.50%
14.12%

Color #DB9C17 in popluar number systems.

HEXDB9C17
Decimal21915623
Binary110110111001110010111
Octal33323427

Shades and tints

Shades of #DB9C17

#DB9C17
(219,156,23)
#C88E15
(200,142,21)
#B58013
(181,128,19)
#A27211
(162,114,17)
#8F640F
(143,100,15)
#7C560D
(124,86,13)
#69480B
(105,72,11)
#563A09
(86,58,9)
#432C07
(67,44,7)
#301E05
(48,30,5)
#1D1003
(29,16,3)
#000000
(0,0,0)

Tints of #DB9C17

#DB9C17
(219,156,23)
#DEA52C
(222,165,44)
#E1AE41
(225,174,65)
#E4B756
(228,183,86)
#E7C06B
(231,192,107)
#EAC980
(234,201,128)
#EDD295
(237,210,149)
#F0DBAA
(240,219,170)
#F3E4BF
(243,228,191)
#F6EDD4
(246,237,212)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9C17 color. Also use rgb(219,156,23) instead hex code.

Text Font Color

.myTextColor { color: #DB9C17; }

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

This text font color is #DB9C17.


Background Color

.myBgColor { background-color: #DB9C17; }

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

This div background color is #DB9C17.


Border color

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

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

This div border color is #DB9C17.


Opacity

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

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

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

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

This text has shadow with #DB9C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9C17 on black background.


Color preview on white background

This text has color #DB9C17 on white background.



Black color preview on #DB9C17 background

This text has black color on #DB9C17 background.


White color preview on #DB9C17 background

This text has white color on #DB9C17 background.