COLOR #DBA000

HEX: #DBA000
RGB: (219,160,0)

Color info

#DBA000 contains only red and green colors. Web safe color of #DBA000 is #CC9900 (or #C90).

RGB color model

#DBA000 color RGB value is (219,160,0).

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

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 0 of 255 = 0%

219
160
0

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 0 = 379 (100%)
R 219 of 379 ~ 57.78%
G 160 of 379 ~ 42.22%
B 0 of 379 ~ 0%

%57.78
%42.22

CMYK color model

#DBA000 color CMYK value is (0,27,100,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 100.00%
  • key color value is 14.12%
CMYK:
(0,27,100,14)
C0M27Y100K14 
(0%,27%,100%,14%)
(0.00/0.27/1.00/0.14)	

CMYK percentages

%0
%26.94
%100
%14.12

Codes

Color #DBA000 in popluar color models

DBA000
RGB2191600
HSL44°100.00%42.94%
HSB/HSV44°100.00%85.88%
CMYK0.00%26.94%100.00%
14.12%

Color #DBA000 in popluar number systems.

HEXDBA000
Decimal2191600
Binary11011011101000000
Octal3332400

Shades and tints

Shades of #DBA000

#DBA000
(219,160,0)
#C89200
(200,146,0)
#B58400
(181,132,0)
#A27600
(162,118,0)
#8F6800
(143,104,0)
#7C5A00
(124,90,0)
#694C00
(105,76,0)
#563E00
(86,62,0)
#433000
(67,48,0)
#302200
(48,34,0)
#1D1400
(29,20,0)
#000000
(0,0,0)

Tints of #DBA000

#DBA000
(219,160,0)
#DEA817
(222,168,23)
#E1B02E
(225,176,46)
#E4B845
(228,184,69)
#E7C05C
(231,192,92)
#EAC873
(234,200,115)
#EDD08A
(237,208,138)
#F0D8A1
(240,216,161)
#F3E0B8
(243,224,184)
#F6E8CF
(246,232,207)
#F9F0E6
(249,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA000; }

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

This text font color is #DBA000.


Background Color

.myBgColor { background-color: #DBA000; }

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

This div background color is #DBA000.


Border color

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

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

This div border color is #DBA000.


Opacity

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

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

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

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

This text has shadow with #DBA000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA000 on black background.


Color preview on white background

This text has color #DBA000 on white background.



Black color preview on #DBA000 background

This text has black color on #DBA000 background.


White color preview on #DBA000 background

This text has white color on #DBA000 background.