COLOR #DB8B62

HEX: #DB8B62
RGB: (219,139,98)

Color info

#DB8B62 contains mainly red color. Web safe color of #DB8B62 is #CC9966 (or #C96).

RGB color model

#DB8B62 color RGB value is (219,139,98).

  • red value is 219;
  • green value is 139;
  • blue value is 98.
RGB:
(219,139,98)
(86%,55%,38%)

RGB channels and saturation

R 219 of 255 = 86%
G 139 of 255 = 55%
B 98 of 255 = 38%

219
139
98

R + G + B ~ 60%. #DB8B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 139 + 98 = 456 (100%)
R 219 of 456 ~ 48.03%
G 139 of 456 ~ 30.48%
B 98 of 456 ~ 21.49%

%48.03
%30.48
%21.49

CMYK color model

#DB8B62 color CMYK value is (0,37,55,14).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 55.25%
  • key color value is 14.12%
CMYK:
(0,37,55,14)
C0M37Y55K14 
(0%,37%,55%,14%)
(0.00/0.37/0.55/0.14)	

CMYK percentages

%0
%36.53
%55.25
%14.12

Codes

Color #DB8B62 in popluar color models

DB8B62
RGB21913998
HSL20°62.69%62.16%
HSB/HSV20°55.25%85.88%
CMYK0.00%36.53%55.25%
14.12%

Color #DB8B62 in popluar number systems.

HEXDB8B62
Decimal21913998
Binary11011011100010111100010
Octal333213142

Shades and tints

Shades of #DB8B62

#DB8B62
(219,139,98)
#C87F5A
(200,127,90)
#B57352
(181,115,82)
#A2674A
(162,103,74)
#8F5B42
(143,91,66)
#7C4F3A
(124,79,58)
#694332
(105,67,50)
#56372A
(86,55,42)
#432B22
(67,43,34)
#301F1A
(48,31,26)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #DB8B62

#DB8B62
(219,139,98)
#DE9570
(222,149,112)
#E19F7E
(225,159,126)
#E4A98C
(228,169,140)
#E7B39A
(231,179,154)
#EABDA8
(234,189,168)
#EDC7B6
(237,199,182)
#F0D1C4
(240,209,196)
#F3DBD2
(243,219,210)
#F6E5E0
(246,229,224)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8B62 color. Also use rgb(219,139,98) instead hex code.

Text Font Color

.myTextColor { color: #DB8B62; }

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

This text font color is #DB8B62.


Background Color

.myBgColor { background-color: #DB8B62; }

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

This div background color is #DB8B62.


Border color

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

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

This div border color is #DB8B62.


Opacity

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

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

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

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

This text has shadow with #DB8B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8B62 on black background.


Color preview on white background

This text has color #DB8B62 on white background.



Black color preview on #DB8B62 background

This text has black color on #DB8B62 background.


White color preview on #DB8B62 background

This text has white color on #DB8B62 background.