COLOR #DBC798

HEX: #DBC798
RGB: (219,199,152)

Color info

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

RGB color model

#DBC798 color RGB value is (219,199,152).

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

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 152 of 255 = 60%

219
199
152

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

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 152 = 570 (100%)
R 219 of 570 ~ 38.42%
G 199 of 570 ~ 34.91%
B 152 of 570 ~ 26.67%

%38.42
%34.91
%26.67

CMYK color model

#DBC798 color CMYK value is (0,9,31,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 30.59%
  • key color value is 14.12%
CMYK:
(0,9,31,14)
C0M9Y31K14 
(0%,9%,31%,14%)
(0.00/0.09/0.31/0.14)	

CMYK percentages

%0
%9.13
%30.59
%14.12

Codes

Color #DBC798 in popluar color models

DBC798
RGB219199152
HSL42°48.20%72.75%
HSB/HSV42°30.59%85.88%
CMYK0.00%9.13%30.59%
14.12%

Color #DBC798 in popluar number systems.

HEXDBC798
Decimal219199152
Binary110110111100011110011000
Octal333307230

Shades and tints

Shades of #DBC798

#DBC798
(219,199,152)
#C8B58B
(200,181,139)
#B5A37E
(181,163,126)
#A29171
(162,145,113)
#8F7F64
(143,127,100)
#7C6D57
(124,109,87)
#695B4A
(105,91,74)
#56493D
(86,73,61)
#433730
(67,55,48)
#302523
(48,37,35)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBC798

#DBC798
(219,199,152)
#DECCA1
(222,204,161)
#E1D1AA
(225,209,170)
#E4D6B3
(228,214,179)
#E7DBBC
(231,219,188)
#EAE0C5
(234,224,197)
#EDE5CE
(237,229,206)
#F0EAD7
(240,234,215)
#F3EFE0
(243,239,224)
#F6F4E9
(246,244,233)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC798; }

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

This text font color is #DBC798.


Background Color

.myBgColor { background-color: #DBC798; }

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

This div background color is #DBC798.


Border color

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

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

This div border color is #DBC798.


Opacity

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

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

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

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

This text has shadow with #DBC798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC798 on black background.


Color preview on white background

This text has color #DBC798 on white background.



Black color preview on #DBC798 background

This text has black color on #DBC798 background.


White color preview on #DBC798 background

This text has white color on #DBC798 background.