COLOR #DB745A

HEX: #DB745A RGB: (219,116,90)

Color info

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

RGB color model

#DB745A color RGB value is (219,116,90).

RGB: (219,116,90) (86%, 45%, 35%)

RGB channels and saturation

R 219 of 255 = 86%
G 116 of 255 = 45%
B 90 of 255 = 35%

219
116
90

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

Portions of RGB colors in percentages

R + G + B = 219 + 116 + 90 = 425 (100%)
R 219 of 425 ~ 51.53%
G 116 of 425 ~ 27.29%
B 90 of 425 ~ 21.18'%

%51.53
%27.29
%21.18

CMYK color model

#DB745A color CMYK value is (0,47,59,14).

  • cyan value is 0.00%
  • magenta value is 47.03%
  • yellow value is 58.90%
  • key color value is 14.12%

CMYK: (0,47,59,14)
C0M47Y59K14 (0%, 47%, 59%, 14%)
(0.00 / 0.47 / 0.59 / 0.14)

CMYK percentages

%0
%47.03
%58.9
%14.12

Codes

Color #DB745A in popluar color models

DB 74 5A
RGB 219 116 90
HSL 12° 64.18% 60.59%
HSB/HSV 12° 58.90% 85.88%
CMYK 0.00% 47.03% 58.90%
14.12%

Color #DB745A in popluar number systems.

HEX DB 74 5A
Decimal 219 116 90
Binary 11011011 1110100 1011010
Octal 333 164 132

Shades and tints

Shades of #DB745A

#DB745A
(219,116,90)
#C86A52
(200,106,82)
#B5604A
(181,96,74)
#A25642
(162,86,66)
#8F4C3A
(143,76,58)
#7C4232
(124,66,50)
#69382A
(105,56,42)
#562E22
(86,46,34)
#43241A
(67,36,26)
#301A12
(48,26,18)
#1D100A
(29,16,10)
#000000
(0,0,0)

Tints of #DB745A

#DB745A
(219,116,90)
#DE8069
(222,128,105)
#E18C78
(225,140,120)
#E49887
(228,152,135)
#E7A496
(231,164,150)
#EAB0A5
(234,176,165)
#EDBCB4
(237,188,180)
#F0C8C3
(240,200,195)
#F3D4D2
(243,212,210)
#F6E0E1
(246,224,225)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB745A color. Also use rgb(219,116,90) instead hex code.

Text Font Color

.myTextColor { color: #DB745A; }

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

This text font color is #DB745A.

Background Color

.myBgColor { background-color: #DB745A; }

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

This div background color is #DB745A.

Border color

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

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

This div border color is #DB745A.

Opacity

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

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

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

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

This text has shadow with #DB745A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB745A.

Preview

Color preview on black background

This text has color #DB745A on black background.


Color preview on white background

This text has color #DB745A on white background.


Black color preview on #DB745A background

This text has black color on #DB745A background.


White color preview on #DB745A background

This text has white color on #DB745A background.


Related colors

Complementary color

Complementary color for #hex is #248BA5.


I love getcolorcode.com

Triadic colors

1 #5ADB74 and #745ADB with #DB745A are triadic colors.

2 #5A74DB and #74DB5A with #DB745A are triadic colors.