COLOR #DBB06A

HEX: #DBB06A
RGB: (219,176,106)

Color info

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

RGB color model

#DBB06A color RGB value is (219,176,106).

  • red value is 219;
  • green value is 176;
  • blue value is 106.
RGB:
(219,176,106)
(86%,69%,42%)

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 106 of 255 = 42%

219
176
106

R + G + B ~ 66%. #DBB06A is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 176 + 106 = 501 (100%)
R 219 of 501 ~ 43.71%
G 176 of 501 ~ 35.13%
B 106 of 501 ~ 21.16%

%43.71
%35.13
%21.16

CMYK color model

#DBB06A color CMYK value is (0,20,52,14).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 51.60%
  • key color value is 14.12%
CMYK:
(0,20,52,14)
C0M20Y52K14 
(0%,20%,52%,14%)
(0.00/0.20/0.52/0.14)	

CMYK percentages

%0
%19.63
%51.6
%14.12

Codes

Color #DBB06A in popluar color models

DBB06A
RGB219176106
HSL37°61.08%63.73%
HSB/HSV37°51.60%85.88%
CMYK0.00%19.63%51.60%
14.12%

Color #DBB06A in popluar number systems.

HEXDBB06A
Decimal219176106
Binary11011011101100001101010
Octal333260152

Shades and tints

Shades of #DBB06A

#DBB06A
(219,176,106)
#C8A061
(200,160,97)
#B59058
(181,144,88)
#A2804F
(162,128,79)
#8F7046
(143,112,70)
#7C603D
(124,96,61)
#695034
(105,80,52)
#56402B
(86,64,43)
#433022
(67,48,34)
#302019
(48,32,25)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #DBB06A

#DBB06A
(219,176,106)
#DEB777
(222,183,119)
#E1BE84
(225,190,132)
#E4C591
(228,197,145)
#E7CC9E
(231,204,158)
#EAD3AB
(234,211,171)
#EDDAB8
(237,218,184)
#F0E1C5
(240,225,197)
#F3E8D2
(243,232,210)
#F6EFDF
(246,239,223)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB06A color. Also use rgb(219,176,106) instead hex code.

Text Font Color

.myTextColor { color: #DBB06A; }

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

This text font color is #DBB06A.


Background Color

.myBgColor { background-color: #DBB06A; }

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

This div background color is #DBB06A.


Border color

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

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

This div border color is #DBB06A.


Opacity

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

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

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

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

This text has shadow with #DBB06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB06A on black background.


Color preview on white background

This text has color #DBB06A on white background.



Black color preview on #DBB06A background

This text has black color on #DBB06A background.


White color preview on #DBB06A background

This text has white color on #DBB06A background.