COLOR #DBB676

HEX: #DBB676 RGB: (219,182,118)

Color info

#DBB676 contains mainly red and green colors. Web safe color of #DBB676 is #CCCC66 (or #CC6).

RGB color model

#DBB676 color RGB value is (219,182,118).

RGB: (219,182,118) (86%, 71%, 46%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 118 of 255 = 46%

219
182
118

R + G + B ~ 68%. #DBB676 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 118 = 519 (100%)
R 219 of 519 ~ 42.2%
G 182 of 519 ~ 35.07%
B 118 of 519 ~ 22.74'%

%42.2
%35.07
%22.74

CMYK color model

#DBB676 color CMYK value is (0,17,46,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 46.12%
  • key color value is 14.12%

CMYK: (0,17,46,14)
C0M17Y46K14 (0%, 17%, 46%, 14%)
(0.00 / 0.17 / 0.46 / 0.14)

CMYK percentages

%0
%16.89
%46.12
%14.12

Codes

Color #DBB676 in popluar color models

DB B6 76
RGB 219 182 118
HSL 38° 58.38% 66.08%
HSB/HSV 38° 46.12% 85.88%
CMYK 0.00% 16.89% 46.12%
14.12%

Color #DBB676 in popluar number systems.

HEX DB B6 76
Decimal 219 182 118
Binary 11011011 10110110 1110110
Octal 333 266 166

Shades and tints

Shades of #DBB676

#DBB676
(219,182,118)
#C8A66C
(200,166,108)
#B59662
(181,150,98)
#A28658
(162,134,88)
#8F764E
(143,118,78)
#7C6644
(124,102,68)
#69563A
(105,86,58)
#564630
(86,70,48)
#433626
(67,54,38)
#30261C
(48,38,28)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DBB676

#DBB676
(219,182,118)
#DEBC82
(222,188,130)
#E1C28E
(225,194,142)
#E4C89A
(228,200,154)
#E7CEA6
(231,206,166)
#EAD4B2
(234,212,178)
#EDDABE
(237,218,190)
#F0E0CA
(240,224,202)
#F3E6D6
(243,230,214)
#F6ECE2
(246,236,226)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB676 color. Also use rgb(219,182,118) instead hex code.

Text Font Color

.myTextColor { color: #DBB676; }

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

This text font color is #DBB676.

Background Color

.myBgColor { background-color: #DBB676; }

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

This div background color is #DBB676.

Border color

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

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

This div border color is #DBB676.

Opacity

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

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

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

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

This text has shadow with #DBB676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB676.

Preview

Color preview on black background

This text has color #DBB676 on black background.


Color preview on white background

This text has color #DBB676 on white background.


Black color preview on #DBB676 background

This text has black color on #DBB676 background.


White color preview on #DBB676 background

This text has white color on #DBB676 background.


Related colors

Complementary color

Complementary color for #hex is #244989.


I love getcolorcode.com

Triadic colors

1 #76DBB6 and #B676DB with #DBB676 are triadic colors.

2 #76B6DB and #B6DB76 with #DBB676 are triadic colors.