COLOR #DBC899

HEX: #DBC899
RGB: (219,200,153)

Color info

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

RGB color model

#DBC899 color RGB value is (219,200,153).

  • red value is 219;
  • green value is 200;
  • blue value is 153.
RGB:
(219,200,153)
(86%,78%,60%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 153 of 255 = 60%

219
200
153

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 153 = 572 (100%)
R 219 of 572 ~ 38.29%
G 200 of 572 ~ 34.97%
B 153 of 572 ~ 26.75%

%38.29
%34.97
%26.75

CMYK color model

#DBC899 color CMYK value is (0,9,30,14).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 30.14%
  • key color value is 14.12%
CMYK:
(0,9,30,14)
C0M9Y30K14 
(0%,9%,30%,14%)
(0.00/0.09/0.30/0.14)	

CMYK percentages

%0
%8.68
%30.14
%14.12

Codes

Color #DBC899 in popluar color models

DBC899
RGB219200153
HSL43°47.83%72.94%
HSB/HSV43°30.14%85.88%
CMYK0.00%8.68%30.14%
14.12%

Color #DBC899 in popluar number systems.

HEXDBC899
Decimal219200153
Binary110110111100100010011001
Octal333310231

Shades and tints

Shades of #DBC899

#DBC899
(219,200,153)
#C8B68C
(200,182,140)
#B5A47F
(181,164,127)
#A29272
(162,146,114)
#8F8065
(143,128,101)
#7C6E58
(124,110,88)
#695C4B
(105,92,75)
#564A3E
(86,74,62)
#433831
(67,56,49)
#302624
(48,38,36)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBC899

#DBC899
(219,200,153)
#DECDA2
(222,205,162)
#E1D2AB
(225,210,171)
#E4D7B4
(228,215,180)
#E7DCBD
(231,220,189)
#EAE1C6
(234,225,198)
#EDE6CF
(237,230,207)
#F0EBD8
(240,235,216)
#F3F0E1
(243,240,225)
#F6F5EA
(246,245,234)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC899 color. Also use rgb(219,200,153) instead hex code.

Text Font Color

.myTextColor { color: #DBC899; }

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

This text font color is #DBC899.


Background Color

.myBgColor { background-color: #DBC899; }

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

This div background color is #DBC899.


Border color

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

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

This div border color is #DBC899.


Opacity

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

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

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

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

This text has shadow with #DBC899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC899 on black background.


Color preview on white background

This text has color #DBC899 on white background.



Black color preview on #DBC899 background

This text has black color on #DBC899 background.


White color preview on #DBC899 background

This text has white color on #DBC899 background.