COLOR #DBA660

HEX: #DBA660
RGB: (219,166,96)

Color info

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

RGB color model

#DBA660 color RGB value is (219,166,96).

  • red value is 219;
  • green value is 166;
  • blue value is 96.
RGB:
(219,166,96)
(86%,65%,38%)

RGB channels and saturation

R 219 of 255 = 86%
G 166 of 255 = 65%
B 96 of 255 = 38%

219
166
96

R + G + B ~ 63%. #DBA660 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 166 + 96 = 481 (100%)
R 219 of 481 ~ 45.53%
G 166 of 481 ~ 34.51%
B 96 of 481 ~ 19.96%

%45.53
%34.51
%19.96

CMYK color model

#DBA660 color CMYK value is (0,24,56,14).

  • cyan value is 0.00%
  • magenta value is 24.20%
  • yellow value is 56.16%
  • key color value is 14.12%
CMYK:
(0,24,56,14)
C0M24Y56K14 
(0%,24%,56%,14%)
(0.00/0.24/0.56/0.14)	

CMYK percentages

%0
%24.2
%56.16
%14.12

Codes

Color #DBA660 in popluar color models

DBA660
RGB21916696
HSL34°63.08%61.76%
HSB/HSV34°56.16%85.88%
CMYK0.00%24.20%56.16%
14.12%

Color #DBA660 in popluar number systems.

HEXDBA660
Decimal21916696
Binary11011011101001101100000
Octal333246140

Shades and tints

Shades of #DBA660

#DBA660
(219,166,96)
#C89758
(200,151,88)
#B58850
(181,136,80)
#A27948
(162,121,72)
#8F6A40
(143,106,64)
#7C5B38
(124,91,56)
#694C30
(105,76,48)
#563D28
(86,61,40)
#432E20
(67,46,32)
#301F18
(48,31,24)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #DBA660

#DBA660
(219,166,96)
#DEAE6E
(222,174,110)
#E1B67C
(225,182,124)
#E4BE8A
(228,190,138)
#E7C698
(231,198,152)
#EACEA6
(234,206,166)
#EDD6B4
(237,214,180)
#F0DEC2
(240,222,194)
#F3E6D0
(243,230,208)
#F6EEDE
(246,238,222)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA660 color. Also use rgb(219,166,96) instead hex code.

Text Font Color

.myTextColor { color: #DBA660; }

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

This text font color is #DBA660.


Background Color

.myBgColor { background-color: #DBA660; }

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

This div background color is #DBA660.


Border color

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

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

This div border color is #DBA660.


Opacity

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

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

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

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

This text has shadow with #DBA660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA660 on black background.


Color preview on white background

This text has color #DBA660 on white background.



Black color preview on #DBA660 background

This text has black color on #DBA660 background.


White color preview on #DBA660 background

This text has white color on #DBA660 background.