COLOR #DB9D23

HEX: #DB9D23
RGB: (219,157,35)

Color info

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

RGB color model

#DB9D23 color RGB value is (219,157,35).

  • red value is 219;
  • green value is 157;
  • blue value is 35.
RGB:
(219,157,35)
(86%,62%,14%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 35 of 255 = 14%

219
157
35

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

Portions of RGB colors in percentages

R + G + B =
219 + 157 + 35 = 411 (100%)
R 219 of 411 ~ 53.28%
G 157 of 411 ~ 38.2%
B 35 of 411 ~ 8.52%

%53.28
%38.2

CMYK color model

#DB9D23 color CMYK value is (0,28,84,14).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 84.02%
  • key color value is 14.12%
CMYK:
(0,28,84,14)
C0M28Y84K14 
(0%,28%,84%,14%)
(0.00/0.28/0.84/0.14)	

CMYK percentages

%0
%28.31
%84.02
%14.12

Codes

Color #DB9D23 in popluar color models

DB9D23
RGB21915735
HSL40°72.44%49.80%
HSB/HSV40°84.02%85.88%
CMYK0.00%28.31%84.02%
14.12%

Color #DB9D23 in popluar number systems.

HEXDB9D23
Decimal21915735
Binary1101101110011101100011
Octal33323543

Shades and tints

Shades of #DB9D23

#DB9D23
(219,157,35)
#C88F20
(200,143,32)
#B5811D
(181,129,29)
#A2731A
(162,115,26)
#8F6517
(143,101,23)
#7C5714
(124,87,20)
#694911
(105,73,17)
#563B0E
(86,59,14)
#432D0B
(67,45,11)
#301F08
(48,31,8)
#1D1105
(29,17,5)
#000000
(0,0,0)

Tints of #DB9D23

#DB9D23
(219,157,35)
#DEA537
(222,165,55)
#E1AD4B
(225,173,75)
#E4B55F
(228,181,95)
#E7BD73
(231,189,115)
#EAC587
(234,197,135)
#EDCD9B
(237,205,155)
#F0D5AF
(240,213,175)
#F3DDC3
(243,221,195)
#F6E5D7
(246,229,215)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9D23 color. Also use rgb(219,157,35) instead hex code.

Text Font Color

.myTextColor { color: #DB9D23; }

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

This text font color is #DB9D23.


Background Color

.myBgColor { background-color: #DB9D23; }

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

This div background color is #DB9D23.


Border color

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

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

This div border color is #DB9D23.


Opacity

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

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

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

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

This text has shadow with #DB9D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9D23 on black background.


Color preview on white background

This text has color #DB9D23 on white background.



Black color preview on #DB9D23 background

This text has black color on #DB9D23 background.


White color preview on #DB9D23 background

This text has white color on #DB9D23 background.