COLOR #DBC494

HEX: #DBC494
RGB: (219,196,148)

Color info

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

RGB color model

#DBC494 color RGB value is (219,196,148).

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

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 148 of 255 = 58%

219
196
148

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

Portions of RGB colors in percentages

R + G + B =
219 + 196 + 148 = 563 (100%)
R 219 of 563 ~ 38.9%
G 196 of 563 ~ 34.81%
B 148 of 563 ~ 26.29%

%38.9
%34.81
%26.29

CMYK color model

#DBC494 color CMYK value is (0,11,32,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 32.42%
  • key color value is 14.12%
CMYK:
(0,11,32,14)
C0M11Y32K14 
(0%,11%,32%,14%)
(0.00/0.11/0.32/0.14)	

CMYK percentages

%0
%10.5
%32.42
%14.12

Codes

Color #DBC494 in popluar color models

DBC494
RGB219196148
HSL41°49.65%71.96%
HSB/HSV41°32.42%85.88%
CMYK0.00%10.50%32.42%
14.12%

Color #DBC494 in popluar number systems.

HEXDBC494
Decimal219196148
Binary110110111100010010010100
Octal333304224

Shades and tints

Shades of #DBC494

#DBC494
(219,196,148)
#C8B387
(200,179,135)
#B5A27A
(181,162,122)
#A2916D
(162,145,109)
#8F8060
(143,128,96)
#7C6F53
(124,111,83)
#695E46
(105,94,70)
#564D39
(86,77,57)
#433C2C
(67,60,44)
#302B1F
(48,43,31)
#1D1A12
(29,26,18)
#000000
(0,0,0)

Tints of #DBC494

#DBC494
(219,196,148)
#DEC99D
(222,201,157)
#E1CEA6
(225,206,166)
#E4D3AF
(228,211,175)
#E7D8B8
(231,216,184)
#EADDC1
(234,221,193)
#EDE2CA
(237,226,202)
#F0E7D3
(240,231,211)
#F3ECDC
(243,236,220)
#F6F1E5
(246,241,229)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC494; }

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

This text font color is #DBC494.


Background Color

.myBgColor { background-color: #DBC494; }

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

This div background color is #DBC494.


Border color

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

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

This div border color is #DBC494.


Opacity

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

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

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

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

This text has shadow with #DBC494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC494 on black background.


Color preview on white background

This text has color #DBC494 on white background.



Black color preview on #DBC494 background

This text has black color on #DBC494 background.


White color preview on #DBC494 background

This text has white color on #DBC494 background.