COLOR #DBC79E

HEX: #DBC79E RGB: (219,199,158)

Color info

#DBC79E contains mainly red and green colors. Web safe color of #DBC79E is #CCCC99 (or #CC9).

RGB color model

#DBC79E color RGB value is (219,199,158).

RGB: (219,199,158) (86%, 78%, 62%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 158 of 255 = 62%

219
199
158

R + G + B ~ 75%. #DBC79E is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 199 + 158 = 576 (100%)
R 219 of 576 ~ 38.02%
G 199 of 576 ~ 34.55%
B 158 of 576 ~ 27.43'%

%38.02
%34.55
%27.43

CMYK color model

#DBC79E color CMYK value is (0,9,28,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 27.85%
  • key color value is 14.12%

CMYK: (0,9,28,14)
C0M9Y28K14 (0%, 9%, 28%, 14%)
(0.00 / 0.09 / 0.28 / 0.14)

CMYK percentages

%0
%9.13
%27.85
%14.12

Codes

Color #DBC79E in popluar color models

DB C7 9E
RGB 219 199 158
HSL 40° 45.86% 73.92%
HSB/HSV 40° 27.85% 85.88%
CMYK 0.00% 9.13% 27.85%
14.12%

Color #DBC79E in popluar number systems.

HEX DB C7 9E
Decimal 219 199 158
Binary 11011011 11000111 10011110
Octal 333 307 236

Shades and tints

Shades of #DBC79E

#DBC79E
(219,199,158)
#C8B590
(200,181,144)
#B5A382
(181,163,130)
#A29174
(162,145,116)
#8F7F66
(143,127,102)
#7C6D58
(124,109,88)
#695B4A
(105,91,74)
#56493C
(86,73,60)
#43372E
(67,55,46)
#302520
(48,37,32)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #DBC79E

#DBC79E
(219,199,158)
#DECCA6
(222,204,166)
#E1D1AE
(225,209,174)
#E4D6B6
(228,214,182)
#E7DBBE
(231,219,190)
#EAE0C6
(234,224,198)
#EDE5CE
(237,229,206)
#F0EAD6
(240,234,214)
#F3EFDE
(243,239,222)
#F6F4E6
(246,244,230)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC79E color. Also use rgb(219,199,158) instead hex code.

Text Font Color

.myTextColor { color: #DBC79E; }

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

This text font color is #DBC79E.

Background Color

.myBgColor { background-color: #DBC79E; }

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

This div background color is #DBC79E.

Border color

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

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

This div border color is #DBC79E.

Opacity

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

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

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

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

This text has shadow with #DBC79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC79E.

Preview

Color preview on black background

This text has color #DBC79E on black background.


Color preview on white background

This text has color #DBC79E on white background.


Black color preview on #DBC79E background

This text has black color on #DBC79E background.


White color preview on #DBC79E background

This text has white color on #DBC79E background.


Related colors

Complementary color

Complementary color for #hex is #243861.


I love getcolorcode.com

Triadic colors

1 #9EDBC7 and #C79EDB with #DBC79E are triadic colors.

2 #9EC7DB and #C7DB9E with #DBC79E are triadic colors.