COLOR #DBA35B

HEX: #DBA35B
RGB: (219,163,91)

Color info

#DBA35B contains mainly red and green colors. Web safe color of #DBA35B is #CC9966 (or #C96).

RGB color model

#DBA35B color RGB value is (219,163,91).

  • red value is 219;
  • green value is 163;
  • blue value is 91.
RGB:
(219,163,91)
(86%,64%,36%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 91 of 255 = 36%

219
163
91

R + G + B ~ 62%. #DBA35B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 163 + 91 = 473 (100%)
R 219 of 473 ~ 46.3%
G 163 of 473 ~ 34.46%
B 91 of 473 ~ 19.24%

%46.3
%34.46
%19.24

CMYK color model

#DBA35B color CMYK value is (0,26,58,14).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 58.45%
  • key color value is 14.12%
CMYK:
(0,26,58,14)
C0M26Y58K14 
(0%,26%,58%,14%)
(0.00/0.26/0.58/0.14)	

CMYK percentages

%0
%25.57
%58.45
%14.12

Codes

Color #DBA35B in popluar color models

DBA35B
RGB21916391
HSL34°64.00%60.78%
HSB/HSV34°58.45%85.88%
CMYK0.00%25.57%58.45%
14.12%

Color #DBA35B in popluar number systems.

HEXDBA35B
Decimal21916391
Binary11011011101000111011011
Octal333243133

Shades and tints

Shades of #DBA35B

#DBA35B
(219,163,91)
#C89553
(200,149,83)
#B5874B
(181,135,75)
#A27943
(162,121,67)
#8F6B3B
(143,107,59)
#7C5D33
(124,93,51)
#694F2B
(105,79,43)
#564123
(86,65,35)
#43331B
(67,51,27)
#302513
(48,37,19)
#1D170B
(29,23,11)
#000000
(0,0,0)

Tints of #DBA35B

#DBA35B
(219,163,91)
#DEAB69
(222,171,105)
#E1B377
(225,179,119)
#E4BB85
(228,187,133)
#E7C393
(231,195,147)
#EACBA1
(234,203,161)
#EDD3AF
(237,211,175)
#F0DBBD
(240,219,189)
#F3E3CB
(243,227,203)
#F6EBD9
(246,235,217)
#F9F3E7
(249,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA35B color. Also use rgb(219,163,91) instead hex code.

Text Font Color

.myTextColor { color: #DBA35B; }

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

This text font color is #DBA35B.


Background Color

.myBgColor { background-color: #DBA35B; }

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

This div background color is #DBA35B.


Border color

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

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

This div border color is #DBA35B.


Opacity

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

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

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

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

This text has shadow with #DBA35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA35B on black background.


Color preview on white background

This text has color #DBA35B on white background.



Black color preview on #DBA35B background

This text has black color on #DBA35B background.


White color preview on #DBA35B background

This text has white color on #DBA35B background.