COLOR #DBA56F

HEX: #DBA56F
RGB: (219,165,111)

Color info

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

RGB color model

#DBA56F color RGB value is (219,165,111).

  • red value is 219;
  • green value is 165;
  • blue value is 111.
RGB:
(219,165,111)
(86%,65%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 165 of 255 = 65%
B 111 of 255 = 44%

219
165
111

R + G + B ~ 65%. #DBA56F is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 165 + 111 = 495 (100%)
R 219 of 495 ~ 44.24%
G 165 of 495 ~ 33.33%
B 111 of 495 ~ 22.42%

%44.24
%33.33
%22.42

CMYK color model

#DBA56F color CMYK value is (0,25,49,14).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(0,25,49,14)
C0M25Y49K14 
(0%,25%,49%,14%)
(0.00/0.25/0.49/0.14)	

CMYK percentages

%0
%24.66
%49.32
%14.12

Codes

Color #DBA56F in popluar color models

DBA56F
RGB219165111
HSL30°60.00%64.71%
HSB/HSV30°49.32%85.88%
CMYK0.00%24.66%49.32%
14.12%

Color #DBA56F in popluar number systems.

HEXDBA56F
Decimal219165111
Binary11011011101001011101111
Octal333245157

Shades and tints

Shades of #DBA56F

#DBA56F
(219,165,111)
#C89665
(200,150,101)
#B5875B
(181,135,91)
#A27851
(162,120,81)
#8F6947
(143,105,71)
#7C5A3D
(124,90,61)
#694B33
(105,75,51)
#563C29
(86,60,41)
#432D1F
(67,45,31)
#301E15
(48,30,21)
#1D0F0B
(29,15,11)
#000000
(0,0,0)

Tints of #DBA56F

#DBA56F
(219,165,111)
#DEAD7C
(222,173,124)
#E1B589
(225,181,137)
#E4BD96
(228,189,150)
#E7C5A3
(231,197,163)
#EACDB0
(234,205,176)
#EDD5BD
(237,213,189)
#F0DDCA
(240,221,202)
#F3E5D7
(243,229,215)
#F6EDE4
(246,237,228)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA56F color. Also use rgb(219,165,111) instead hex code.

Text Font Color

.myTextColor { color: #DBA56F; }

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

This text font color is #DBA56F.


Background Color

.myBgColor { background-color: #DBA56F; }

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

This div background color is #DBA56F.


Border color

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

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

This div border color is #DBA56F.


Opacity

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

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

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

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

This text has shadow with #DBA56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA56F on black background.


Color preview on white background

This text has color #DBA56F on white background.



Black color preview on #DBA56F background

This text has black color on #DBA56F background.


White color preview on #DBA56F background

This text has white color on #DBA56F background.