COLOR #DBC78A

HEX: #DBC78A RGB: (219,199,138)

Color info

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

RGB color model

#DBC78A color RGB value is (219,199,138).

RGB: (219,199,138) (86%, 78%, 54%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 138 of 255 = 54%

219
199
138

R + G + B ~ 73%. #DBC78A is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 199 + 138 = 556 (100%)
R 219 of 556 ~ 39.39%
G 199 of 556 ~ 35.79%
B 138 of 556 ~ 24.82'%

%39.39
%35.79
%24.82

CMYK color model

#DBC78A color CMYK value is (0,9,37,14).

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

CMYK: (0,9,37,14)
C0M9Y37K14 (0%, 9%, 37%, 14%)
(0.00 / 0.09 / 0.37 / 0.14)

CMYK percentages

%0
%9.13
%36.99
%14.12

Codes

Color #DBC78A in popluar color models

DB C7 8A
RGB 219 199 138
HSL 45° 52.94% 70.00%
HSB/HSV 45° 36.99% 85.88%
CMYK 0.00% 9.13% 36.99%
14.12%

Color #DBC78A in popluar number systems.

HEX DB C7 8A
Decimal 219 199 138
Binary 11011011 11000111 10001010
Octal 333 307 212

Shades and tints

Shades of #DBC78A

#DBC78A
(219,199,138)
#C8B57E
(200,181,126)
#B5A372
(181,163,114)
#A29166
(162,145,102)
#8F7F5A
(143,127,90)
#7C6D4E
(124,109,78)
#695B42
(105,91,66)
#564936
(86,73,54)
#43372A
(67,55,42)
#30251E
(48,37,30)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #DBC78A

#DBC78A
(219,199,138)
#DECC94
(222,204,148)
#E1D19E
(225,209,158)
#E4D6A8
(228,214,168)
#E7DBB2
(231,219,178)
#EAE0BC
(234,224,188)
#EDE5C6
(237,229,198)
#F0EAD0
(240,234,208)
#F3EFDA
(243,239,218)
#F6F4E4
(246,244,228)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC78A; }

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

This text font color is #DBC78A.

Background Color

.myBgColor { background-color: #DBC78A; }

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

This div background color is #DBC78A.

Border color

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

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

This div border color is #DBC78A.

Opacity

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

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

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

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

This text has shadow with #DBC78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC78A.

Preview

Color preview on black background

This text has color #DBC78A on black background.


Color preview on white background

This text has color #DBC78A on white background.


Black color preview on #DBC78A background

This text has black color on #DBC78A background.


White color preview on #DBC78A background

This text has white color on #DBC78A background.


Related colors

Complementary color

Complementary color for #hex is #243875.


I love getcolorcode.com

Triadic colors

1 #8ADBC7 and #C78ADB with #DBC78A are triadic colors.

2 #8AC7DB and #C7DB8A with #DBC78A are triadic colors.