COLOR #DB8C75

HEX: #DB8C75 RGB: (219,140,117)

Color info

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

RGB color model

#DB8C75 color RGB value is (219,140,117).

RGB: (219,140,117) (86%, 55%, 46%)

RGB channels and saturation

R 219 of 255 = 86%
G 140 of 255 = 55%
B 117 of 255 = 46%

219
140
117

R + G + B ~ 62%. #DB8C75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 140 + 117 = 476 (100%)
R 219 of 476 ~ 46.01%
G 140 of 476 ~ 29.41%
B 117 of 476 ~ 24.58'%

%46.01
%29.41
%24.58

CMYK color model

#DB8C75 color CMYK value is (0,36,47,14).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 46.58%
  • key color value is 14.12%

CMYK: (0,36,47,14)
C0M36Y47K14 (0%, 36%, 47%, 14%)
(0.00 / 0.36 / 0.47 / 0.14)

CMYK percentages

%0
%36.07
%46.58
%14.12

Codes

Color #DB8C75 in popluar color models

DB 8C 75
RGB 219 140 117
HSL 14° 58.62% 65.88%
HSB/HSV 14° 46.58% 85.88%
CMYK 0.00% 36.07% 46.58%
14.12%

Color #DB8C75 in popluar number systems.

HEX DB 8C 75
Decimal 219 140 117
Binary 11011011 10001100 1110101
Octal 333 214 165

Shades and tints

Shades of #DB8C75

#DB8C75
(219,140,117)
#C8806B
(200,128,107)
#B57461
(181,116,97)
#A26857
(162,104,87)
#8F5C4D
(143,92,77)
#7C5043
(124,80,67)
#694439
(105,68,57)
#56382F
(86,56,47)
#432C25
(67,44,37)
#30201B
(48,32,27)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #DB8C75

#DB8C75
(219,140,117)
#DE9681
(222,150,129)
#E1A08D
(225,160,141)
#E4AA99
(228,170,153)
#E7B4A5
(231,180,165)
#EABEB1
(234,190,177)
#EDC8BD
(237,200,189)
#F0D2C9
(240,210,201)
#F3DCD5
(243,220,213)
#F6E6E1
(246,230,225)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8C75 color. Also use rgb(219,140,117) instead hex code.

Text Font Color

.myTextColor { color: #DB8C75; }

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

This text font color is #DB8C75.

Background Color

.myBgColor { background-color: #DB8C75; }

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

This div background color is #DB8C75.

Border color

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

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

This div border color is #DB8C75.

Opacity

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

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

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

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

This text has shadow with #DB8C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8C75.

Preview

Color preview on black background

This text has color #DB8C75 on black background.


Color preview on white background

This text has color #DB8C75 on white background.


Black color preview on #DB8C75 background

This text has black color on #DB8C75 background.


White color preview on #DB8C75 background

This text has white color on #DB8C75 background.


Related colors

Complementary color

Complementary color for #hex is #24738A.


I love getcolorcode.com

Triadic colors

1 #75DB8C and #8C75DB with #DB8C75 are triadic colors.

2 #758CDB and #8CDB75 with #DB8C75 are triadic colors.