COLOR #DBC793

HEX: #DBC793
RGB: (219,199,147)

Color info

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

RGB color model

#DBC793 color RGB value is (219,199,147).

  • red value is 219;
  • green value is 199;
  • blue value is 147.
RGB:
(219,199,147)
(86%,78%,58%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 147 of 255 = 58%

219
199
147

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

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 147 = 565 (100%)
R 219 of 565 ~ 38.76%
G 199 of 565 ~ 35.22%
B 147 of 565 ~ 26.02%

%38.76
%35.22
%26.02

CMYK color model

#DBC793 color CMYK value is (0,9,33,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 32.88%
  • key color value is 14.12%
CMYK:
(0,9,33,14)
C0M9Y33K14 
(0%,9%,33%,14%)
(0.00/0.09/0.33/0.14)	

CMYK percentages

%0
%9.13
%32.88
%14.12

Codes

Color #DBC793 in popluar color models

DBC793
RGB219199147
HSL43°50.00%71.76%
HSB/HSV43°32.88%85.88%
CMYK0.00%9.13%32.88%
14.12%

Color #DBC793 in popluar number systems.

HEXDBC793
Decimal219199147
Binary110110111100011110010011
Octal333307223

Shades and tints

Shades of #DBC793

#DBC793
(219,199,147)
#C8B586
(200,181,134)
#B5A379
(181,163,121)
#A2916C
(162,145,108)
#8F7F5F
(143,127,95)
#7C6D52
(124,109,82)
#695B45
(105,91,69)
#564938
(86,73,56)
#43372B
(67,55,43)
#30251E
(48,37,30)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DBC793

#DBC793
(219,199,147)
#DECC9C
(222,204,156)
#E1D1A5
(225,209,165)
#E4D6AE
(228,214,174)
#E7DBB7
(231,219,183)
#EAE0C0
(234,224,192)
#EDE5C9
(237,229,201)
#F0EAD2
(240,234,210)
#F3EFDB
(243,239,219)
#F6F4E4
(246,244,228)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC793; }

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

This text font color is #DBC793.


Background Color

.myBgColor { background-color: #DBC793; }

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

This div background color is #DBC793.


Border color

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

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

This div border color is #DBC793.


Opacity

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

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

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

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

This text has shadow with #DBC793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC793 on black background.


Color preview on white background

This text has color #DBC793 on white background.



Black color preview on #DBC793 background

This text has black color on #DBC793 background.


White color preview on #DBC793 background

This text has white color on #DBC793 background.