COLOR #DB8958

HEX: #DB8958
RGB: (219,137,88)

Color info

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

RGB color model

#DB8958 color RGB value is (219,137,88).

  • red value is 219;
  • green value is 137;
  • blue value is 88.
RGB:
(219,137,88)
(86%,54%,35%)

RGB channels and saturation

R 219 of 255 = 86%
G 137 of 255 = 54%
B 88 of 255 = 35%

219
137
88

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

Portions of RGB colors in percentages

R + G + B =
219 + 137 + 88 = 444 (100%)
R 219 of 444 ~ 49.32%
G 137 of 444 ~ 30.86%
B 88 of 444 ~ 19.82%

%49.32
%30.86
%19.82

CMYK color model

#DB8958 color CMYK value is (0,37,60,14).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 59.82%
  • key color value is 14.12%
CMYK:
(0,37,60,14)
C0M37Y60K14 
(0%,37%,60%,14%)
(0.00/0.37/0.60/0.14)	

CMYK percentages

%0
%37.44
%59.82
%14.12

Codes

Color #DB8958 in popluar color models

DB8958
RGB21913788
HSL22°64.53%60.20%
HSB/HSV22°59.82%85.88%
CMYK0.00%37.44%59.82%
14.12%

Color #DB8958 in popluar number systems.

HEXDB8958
Decimal21913788
Binary11011011100010011011000
Octal333211130

Shades and tints

Shades of #DB8958

#DB8958
(219,137,88)
#C87D50
(200,125,80)
#B57148
(181,113,72)
#A26540
(162,101,64)
#8F5938
(143,89,56)
#7C4D30
(124,77,48)
#694128
(105,65,40)
#563520
(86,53,32)
#432918
(67,41,24)
#301D10
(48,29,16)
#1D1108
(29,17,8)
#000000
(0,0,0)

Tints of #DB8958

#DB8958
(219,137,88)
#DE9367
(222,147,103)
#E19D76
(225,157,118)
#E4A785
(228,167,133)
#E7B194
(231,177,148)
#EABBA3
(234,187,163)
#EDC5B2
(237,197,178)
#F0CFC1
(240,207,193)
#F3D9D0
(243,217,208)
#F6E3DF
(246,227,223)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8958 color. Also use rgb(219,137,88) instead hex code.

Text Font Color

.myTextColor { color: #DB8958; }

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

This text font color is #DB8958.


Background Color

.myBgColor { background-color: #DB8958; }

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

This div background color is #DB8958.


Border color

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

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

This div border color is #DB8958.


Opacity

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

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

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

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

This text has shadow with #DB8958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8958 on black background.


Color preview on white background

This text has color #DB8958 on white background.



Black color preview on #DB8958 background

This text has black color on #DB8958 background.


White color preview on #DB8958 background

This text has white color on #DB8958 background.