COLOR #DBC997

HEX: #DBC997 RGB: (219,201,151)

Color info

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

RGB color model

#DBC997 color RGB value is (219,201,151).

RGB: (219,201,151) (86%, 79%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 151 of 255 = 59%

219
201
151

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

Portions of RGB colors in percentages

R + G + B = 219 + 201 + 151 = 571 (100%)
R 219 of 571 ~ 38.35%
G 201 of 571 ~ 35.2%
B 151 of 571 ~ 26.44'%

%38.35
%35.2
%26.44

CMYK color model

#DBC997 color CMYK value is (0,8,31,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK: (0,8,31,14) C0M8Y31K14 (0%,8%,31%,14%) (0.00/0.08/0.31/0.14) 

CMYK percentages

%0
%8.22
%31.05
%14.12

Codes

Color #DBC997 in popluar color models

DB C9 97
RGB 219 201 151
HSL 44° 48.57% 72.55%
HSB/HSV 44° 31.05% 85.88%
CMYK 0.00% 8.22% 31.05%
14.12%

Color #DBC997 in popluar number systems.

HEX DB C9 97
Decimal 219 201 151
Binary 11011011 11001001 10010111
Octal 333 311 227

Shades and tints

Shades of #DBC997

#DBC997
(219,201,151)
#C8B78A
(200,183,138)
#B5A57D
(181,165,125)
#A29370
(162,147,112)
#8F8163
(143,129,99)
#7C6F56
(124,111,86)
#695D49
(105,93,73)
#564B3C
(86,75,60)
#43392F
(67,57,47)
#302722
(48,39,34)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #DBC997

#DBC997
(219,201,151)
#DECDA0
(222,205,160)
#E1D1A9
(225,209,169)
#E4D5B2
(228,213,178)
#E7D9BB
(231,217,187)
#EADDC4
(234,221,196)
#EDE1CD
(237,225,205)
#F0E5D6
(240,229,214)
#F3E9DF
(243,233,223)
#F6EDE8
(246,237,232)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC997 color. Also use rgb(219,201,151) instead hex code.

Text Font Color

.myTextColor { color: #DBC997; }

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

This text font color is #DBC997.

Background Color

.myBgColor { background-color: #DBC997; }

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

This div background color is #DBC997.

Border color

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

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

This div border color is #DBC997.

Opacity

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

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

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

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

This text has shadow with #DBC997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC997.

Preview

Color preview on black background

This text has color #DBC997 on black background.


Color preview on white background

This text has color #DBC997 on white background.


Black color preview on #DBC997 background

This text has black color on #DBC997 background.


White color preview on #DBC997 background

This text has white color on #DBC997 background.


Related colors

Complementary color

Complementary color for #hex is #243668.


I love getcolorcode.com

Triadic colors

1 #97DBC9 and #C997DB with #DBC997 are triadic colors.

2 #97C9DB and #C9DB97 with #DBC997 are triadic colors.