COLOR #DB7054

HEX: #DB7054
RGB: (219,112,84)

Color info

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

RGB color model

#DB7054 color RGB value is (219,112,84).

  • red value is 219;
  • green value is 112;
  • blue value is 84.
RGB:
(219,112,84)
(86%,44%,33%)

RGB channels and saturation

R 219 of 255 = 86%
G 112 of 255 = 44%
B 84 of 255 = 33%

219
112
84

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

Portions of RGB colors in percentages

R + G + B =
219 + 112 + 84 = 415 (100%)
R 219 of 415 ~ 52.77%
G 112 of 415 ~ 26.99%
B 84 of 415 ~ 20.24%

%52.77
%26.99
%20.24

CMYK color model

#DB7054 color CMYK value is (0,49,62,14).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 61.64%
  • key color value is 14.12%
CMYK:
(0,49,62,14)
C0M49Y62K14 
(0%,49%,62%,14%)
(0.00/0.49/0.62/0.14)	

CMYK percentages

%0
%48.86
%61.64
%14.12

Codes

Color #DB7054 in popluar color models

DB7054
RGB21911284
HSL12°65.22%59.41%
HSB/HSV12°61.64%85.88%
CMYK0.00%48.86%61.64%
14.12%

Color #DB7054 in popluar number systems.

HEXDB7054
Decimal21911284
Binary1101101111100001010100
Octal333160124

Shades and tints

Shades of #DB7054

#DB7054
(219,112,84)
#C8664D
(200,102,77)
#B55C46
(181,92,70)
#A2523F
(162,82,63)
#8F4838
(143,72,56)
#7C3E31
(124,62,49)
#69342A
(105,52,42)
#562A23
(86,42,35)
#43201C
(67,32,28)
#301615
(48,22,21)
#1D0C0E
(29,12,14)
#000000
(0,0,0)

Tints of #DB7054

#DB7054
(219,112,84)
#DE7D63
(222,125,99)
#E18A72
(225,138,114)
#E49781
(228,151,129)
#E7A490
(231,164,144)
#EAB19F
(234,177,159)
#EDBEAE
(237,190,174)
#F0CBBD
(240,203,189)
#F3D8CC
(243,216,204)
#F6E5DB
(246,229,219)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7054 color. Also use rgb(219,112,84) instead hex code.

Text Font Color

.myTextColor { color: #DB7054; }

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

This text font color is #DB7054.


Background Color

.myBgColor { background-color: #DB7054; }

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

This div background color is #DB7054.


Border color

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

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

This div border color is #DB7054.


Opacity

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

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

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

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

This text has shadow with #DB7054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7054 on black background.


Color preview on white background

This text has color #DB7054 on white background.



Black color preview on #DB7054 background

This text has black color on #DB7054 background.


White color preview on #DB7054 background

This text has white color on #DB7054 background.