COLOR #DBC79F

HEX: #DBC79F RGB: (219,199,159)

Color info

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

RGB color model

#DBC79F color RGB value is (219,199,159).

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

RGB channels and saturation

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

219
199
159

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

Portions of RGB colors in percentages

R + G + B = 219 + 199 + 159 = 577 (100%)
R 219 of 577 ~ 37.95%
G 199 of 577 ~ 34.49%
B 159 of 577 ~ 27.56'%

%37.95
%34.49
%27.56

CMYK color model

#DBC79F color CMYK value is (0,9,27,14).

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

CMYK: (0,9,27,14)
C0M9Y27K14 (0%, 9%, 27%, 14%)
(0.00 / 0.09 / 0.27 / 0.14)

CMYK percentages

%0
%9.13
%27.4
%14.12

Codes

Color #DBC79F in popluar color models

DB C7 9F
RGB 219 199 159
HSL 40° 45.45% 74.12%
HSB/HSV 40° 27.40% 85.88%
CMYK 0.00% 9.13% 27.40%
14.12%

Color #DBC79F in popluar number systems.

HEX DB C7 9F
Decimal 219 199 159
Binary 11011011 11000111 10011111
Octal 333 307 237

Shades and tints

Shades of #DBC79F

#DBC79F
(219,199,159)
#C8B591
(200,181,145)
#B5A383
(181,163,131)
#A29175
(162,145,117)
#8F7F67
(143,127,103)
#7C6D59
(124,109,89)
#695B4B
(105,91,75)
#56493D
(86,73,61)
#43372F
(67,55,47)
#302521
(48,37,33)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #DBC79F

#DBC79F
(219,199,159)
#DECCA7
(222,204,167)
#E1D1AF
(225,209,175)
#E4D6B7
(228,214,183)
#E7DBBF
(231,219,191)
#EAE0C7
(234,224,199)
#EDE5CF
(237,229,207)
#F0EAD7
(240,234,215)
#F3EFDF
(243,239,223)
#F6F4E7
(246,244,231)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC79F; }

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

This text font color is #DBC79F.

Background Color

.myBgColor { background-color: #DBC79F; }

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

This div background color is #DBC79F.

Border color

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

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

This div border color is #DBC79F.

Opacity

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

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

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

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

This text has shadow with #DBC79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC79F.

Preview

Color preview on black background

This text has color #DBC79F on black background.


Color preview on white background

This text has color #DBC79F on white background.


Black color preview on #DBC79F background

This text has black color on #DBC79F background.


White color preview on #DBC79F background

This text has white color on #DBC79F background.


Related colors

Complementary color

Complementary color for #hex is #243860.


I love getcolorcode.com

Triadic colors

1 #9FDBC7 and #C79FDB with #DBC79F are triadic colors.

2 #9FC7DB and #C7DB9F with #DBC79F are triadic colors.