COLOR #DBC495

HEX: #DBC495 RGB: (219,196,149)

Color info

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

RGB color model

#DBC495 color RGB value is (219,196,149).

RGB: (219,196,149) (86%, 77%, 58%)

RGB channels and saturation

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

219
196
149

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

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 149 = 564 (100%)
R 219 of 564 ~ 38.83%
G 196 of 564 ~ 34.75%
B 149 of 564 ~ 26.42'%

%38.83
%34.75
%26.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 31.96%
  • 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
%31.96
%14.12

Codes

Color #DBC495 in popluar color models

DB C4 95
RGB 219 196 149
HSL 40° 49.30% 72.16%
HSB/HSV 40° 31.96% 85.88%
CMYK 0.00% 10.50% 31.96%
14.12%

Color #DBC495 in popluar number systems.

HEX DB C4 95
Decimal 219 196 149
Binary 11011011 11000100 10010101
Octal 333 304 225

Shades and tints

Shades of #DBC495

#DBC495
(219,196,149)
#C8B388
(200,179,136)
#B5A27B
(181,162,123)
#A2916E
(162,145,110)
#8F8061
(143,128,97)
#7C6F54
(124,111,84)
#695E47
(105,94,71)
#564D3A
(86,77,58)
#433C2D
(67,60,45)
#302B20
(48,43,32)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #DBC495

#DBC495
(219,196,149)
#DEC99E
(222,201,158)
#E1CEA7
(225,206,167)
#E4D3B0
(228,211,176)
#E7D8B9
(231,216,185)
#EADDC2
(234,221,194)
#EDE2CB
(237,226,203)
#F0E7D4
(240,231,212)
#F3ECDD
(243,236,221)
#F6F1E6
(246,241,230)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC495; }

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

This text font color is #DBC495.

Background Color

.myBgColor { background-color: #DBC495; }

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

This div background color is #DBC495.

Border color

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

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

This div border color is #DBC495.

Opacity

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

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

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

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

This text has shadow with #DBC495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC495.

Preview

Color preview on black background

This text has color #DBC495 on black background.


Color preview on white background

This text has color #DBC495 on white background.


Black color preview on #DBC495 background

This text has black color on #DBC495 background.


White color preview on #DBC495 background

This text has white color on #DBC495 background.


Related colors

Complementary color

Complementary color for #hex is #243B6A.


I love getcolorcode.com

Triadic colors

1 #95DBC4 and #C495DB with #DBC495 are triadic colors.

2 #95C4DB and #C4DB95 with #DBC495 are triadic colors.