COLOR #DBA941

HEX: #DBA941
RGB: (219,169,65)

Color info

#DBA941 contains mainly red and green colors. Web safe color of #DBA941 is #CC9933 (or #C93).

RGB color model

#DBA941 color RGB value is (219,169,65).

  • red value is 219;
  • green value is 169;
  • blue value is 65.
RGB:
(219,169,65)
(86%,66%,25%)

RGB channels and saturation

R 219 of 255 = 86%
G 169 of 255 = 66%
B 65 of 255 = 25%

219
169
65

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

Portions of RGB colors in percentages

R + G + B =
219 + 169 + 65 = 453 (100%)
R 219 of 453 ~ 48.34%
G 169 of 453 ~ 37.31%
B 65 of 453 ~ 14.35%

%48.34
%37.31
%14.35

CMYK color model

#DBA941 color CMYK value is (0,23,70,14).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 70.32%
  • key color value is 14.12%
CMYK:
(0,23,70,14)
C0M23Y70K14 
(0%,23%,70%,14%)
(0.00/0.23/0.70/0.14)	

CMYK percentages

%0
%22.83
%70.32
%14.12

Codes

Color #DBA941 in popluar color models

DBA941
RGB21916965
HSL41°68.14%55.69%
HSB/HSV41°70.32%85.88%
CMYK0.00%22.83%70.32%
14.12%

Color #DBA941 in popluar number systems.

HEXDBA941
Decimal21916965
Binary11011011101010011000001
Octal333251101

Shades and tints

Shades of #DBA941

#DBA941
(219,169,65)
#C89A3C
(200,154,60)
#B58B37
(181,139,55)
#A27C32
(162,124,50)
#8F6D2D
(143,109,45)
#7C5E28
(124,94,40)
#694F23
(105,79,35)
#56401E
(86,64,30)
#433119
(67,49,25)
#302214
(48,34,20)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #DBA941

#DBA941
(219,169,65)
#DEB052
(222,176,82)
#E1B763
(225,183,99)
#E4BE74
(228,190,116)
#E7C585
(231,197,133)
#EACC96
(234,204,150)
#EDD3A7
(237,211,167)
#F0DAB8
(240,218,184)
#F3E1C9
(243,225,201)
#F6E8DA
(246,232,218)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA941 color. Also use rgb(219,169,65) instead hex code.

Text Font Color

.myTextColor { color: #DBA941; }

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

This text font color is #DBA941.


Background Color

.myBgColor { background-color: #DBA941; }

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

This div background color is #DBA941.


Border color

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

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

This div border color is #DBA941.


Opacity

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

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

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

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

This text has shadow with #DBA941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA941 on black background.


Color preview on white background

This text has color #DBA941 on white background.



Black color preview on #DBA941 background

This text has black color on #DBA941 background.


White color preview on #DBA941 background

This text has white color on #DBA941 background.