COLOR #DBC497

HEX: #DBC497
RGB: (219,196,151)

Color info

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

RGB color model

#DBC497 color RGB value is (219,196,151).

  • red value is 219;
  • green value is 196;
  • blue value is 151.
RGB:
(219,196,151)
(86%,77%,59%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 151 of 255 = 59%

219
196
151

R + G + B ~ 74%. #DBC497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 196 + 151 = 566 (100%)
R 219 of 566 ~ 38.69%
G 196 of 566 ~ 34.63%
B 151 of 566 ~ 26.68%

%38.69
%34.63
%26.68

CMYK color model

#DBC497 color CMYK value is (0,11,31,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK:
(0,11,31,14)
C0M11Y31K14 
(0%,11%,31%,14%)
(0.00/0.11/0.31/0.14)	

CMYK percentages

%0
%10.5
%31.05
%14.12

Codes

Color #DBC497 in popluar color models

DBC497
RGB219196151
HSL40°48.57%72.55%
HSB/HSV40°31.05%85.88%
CMYK0.00%10.50%31.05%
14.12%

Color #DBC497 in popluar number systems.

HEXDBC497
Decimal219196151
Binary110110111100010010010111
Octal333304227

Shades and tints

Shades of #DBC497

#DBC497
(219,196,151)
#C8B38A
(200,179,138)
#B5A27D
(181,162,125)
#A29170
(162,145,112)
#8F8063
(143,128,99)
#7C6F56
(124,111,86)
#695E49
(105,94,73)
#564D3C
(86,77,60)
#433C2F
(67,60,47)
#302B22
(48,43,34)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBC497

#DBC497
(219,196,151)
#DEC9A0
(222,201,160)
#E1CEA9
(225,206,169)
#E4D3B2
(228,211,178)
#E7D8BB
(231,216,187)
#EADDC4
(234,221,196)
#EDE2CD
(237,226,205)
#F0E7D6
(240,231,214)
#F3ECDF
(243,236,223)
#F6F1E8
(246,241,232)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC497; }

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

This text font color is #DBC497.


Background Color

.myBgColor { background-color: #DBC497; }

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

This div background color is #DBC497.


Border color

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

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

This div border color is #DBC497.


Opacity

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

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

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

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

This text has shadow with #DBC497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC497 on black background.


Color preview on white background

This text has color #DBC497 on white background.



Black color preview on #DBC497 background

This text has black color on #DBC497 background.


White color preview on #DBC497 background

This text has white color on #DBC497 background.