COLOR #DB9C00

HEX: #DB9C00
RGB: (219,156,0)

Color info

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

RGB color model

#DB9C00 color RGB value is (219,156,0).

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

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 0 of 255 = 0%

219
156
0

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

Portions of RGB colors in percentages

R + G + B =
219 + 156 + 0 = 375 (100%)
R 219 of 375 ~ 58.4%
G 156 of 375 ~ 41.6%
B 0 of 375 ~ 0%

%58.4
%41.6

CMYK color model

#DB9C00 color CMYK value is (0,29,100,14).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 100.00%
  • key color value is 14.12%
CMYK:
(0,29,100,14)
C0M29Y100K14 
(0%,29%,100%,14%)
(0.00/0.29/1.00/0.14)	

CMYK percentages

%0
%28.77
%100
%14.12

Codes

Color #DB9C00 in popluar color models

DB9C00
RGB2191560
HSL43°100.00%42.94%
HSB/HSV43°100.00%85.88%
CMYK0.00%28.77%100.00%
14.12%

Color #DB9C00 in popluar number systems.

HEXDB9C00
Decimal2191560
Binary11011011100111000
Octal3332340

Shades and tints

Shades of #DB9C00

#DB9C00
(219,156,0)
#C88E00
(200,142,0)
#B58000
(181,128,0)
#A27200
(162,114,0)
#8F6400
(143,100,0)
#7C5600
(124,86,0)
#694800
(105,72,0)
#563A00
(86,58,0)
#432C00
(67,44,0)
#301E00
(48,30,0)
#1D1000
(29,16,0)
#000000
(0,0,0)

Tints of #DB9C00

#DB9C00
(219,156,0)
#DEA517
(222,165,23)
#E1AE2E
(225,174,46)
#E4B745
(228,183,69)
#E7C05C
(231,192,92)
#EAC973
(234,201,115)
#EDD28A
(237,210,138)
#F0DBA1
(240,219,161)
#F3E4B8
(243,228,184)
#F6EDCF
(246,237,207)
#F9F6E6
(249,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9C00; }

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

This text font color is #DB9C00.


Background Color

.myBgColor { background-color: #DB9C00; }

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

This div background color is #DB9C00.


Border color

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

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

This div border color is #DB9C00.


Opacity

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

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

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

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

This text has shadow with #DB9C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9C00 on black background.


Color preview on white background

This text has color #DB9C00 on white background.



Black color preview on #DB9C00 background

This text has black color on #DB9C00 background.


White color preview on #DB9C00 background

This text has white color on #DB9C00 background.