COLOR #DB7A5C

HEX: #DB7A5C
RGB: (219,122,92)

Color info

#DB7A5C contains mainly red color. Web safe color of #DB7A5C is #CC6666 (or #C66).

RGB color model

#DB7A5C color RGB value is (219,122,92).

  • red value is 219;
  • green value is 122;
  • blue value is 92.
RGB:
(219,122,92)
(86%,48%,36%)

RGB channels and saturation

R 219 of 255 = 86%
G 122 of 255 = 48%
B 92 of 255 = 36%

219
122
92

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

Portions of RGB colors in percentages

R + G + B =
219 + 122 + 92 = 433 (100%)
R 219 of 433 ~ 50.58%
G 122 of 433 ~ 28.18%
B 92 of 433 ~ 21.25%

%50.58
%28.18
%21.25

CMYK color model

#DB7A5C color CMYK value is (0,44,58,14).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 57.99%
  • key color value is 14.12%
CMYK:
(0,44,58,14)
C0M44Y58K14 
(0%,44%,58%,14%)
(0.00/0.44/0.58/0.14)	

CMYK percentages

%0
%44.29
%57.99
%14.12

Codes

Color #DB7A5C in popluar color models

DB7A5C
RGB21912292
HSL14°63.82%60.98%
HSB/HSV14°57.99%85.88%
CMYK0.00%44.29%57.99%
14.12%

Color #DB7A5C in popluar number systems.

HEXDB7A5C
Decimal21912292
Binary1101101111110101011100
Octal333172134

Shades and tints

Shades of #DB7A5C

#DB7A5C
(219,122,92)
#C86F54
(200,111,84)
#B5644C
(181,100,76)
#A25944
(162,89,68)
#8F4E3C
(143,78,60)
#7C4334
(124,67,52)
#69382C
(105,56,44)
#562D24
(86,45,36)
#43221C
(67,34,28)
#301714
(48,23,20)
#1D0C0C
(29,12,12)
#000000
(0,0,0)

Tints of #DB7A5C

#DB7A5C
(219,122,92)
#DE866A
(222,134,106)
#E19278
(225,146,120)
#E49E86
(228,158,134)
#E7AA94
(231,170,148)
#EAB6A2
(234,182,162)
#EDC2B0
(237,194,176)
#F0CEBE
(240,206,190)
#F3DACC
(243,218,204)
#F6E6DA
(246,230,218)
#F9F2E8
(249,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7A5C color. Also use rgb(219,122,92) instead hex code.

Text Font Color

.myTextColor { color: #DB7A5C; }

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

This text font color is #DB7A5C.


Background Color

.myBgColor { background-color: #DB7A5C; }

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

This div background color is #DB7A5C.


Border color

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

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

This div border color is #DB7A5C.


Opacity

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

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

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

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

This text has shadow with #DB7A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7A5C on black background.


Color preview on white background

This text has color #DB7A5C on white background.



Black color preview on #DB7A5C background

This text has black color on #DB7A5C background.


White color preview on #DB7A5C background

This text has white color on #DB7A5C background.