COLOR #DB8568

HEX: #DB8568 RGB: (219,133,104)

Color info

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

RGB color model

#DB8568 color RGB value is (219,133,104).

RGB: (219,133,104) (86%, 52%, 41%)

RGB channels and saturation

R 219 of 255 = 86%
G 133 of 255 = 52%
B 104 of 255 = 41%

219
133
104

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

Portions of RGB colors in percentages

R + G + B = 219 + 133 + 104 = 456 (100%)
R 219 of 456 ~ 48.03%
G 133 of 456 ~ 29.17%
B 104 of 456 ~ 22.81'%

%48.03
%29.17
%22.81

CMYK color model

#DB8568 color CMYK value is (0,39,53,14).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 52.51%
  • key color value is 14.12%

CMYK: (0,39,53,14)
C0M39Y53K14 (0%, 39%, 53%, 14%)
(0.00 / 0.39 / 0.53 / 0.14)

CMYK percentages

%0
%39.27
%52.51
%14.12

Codes

Color #DB8568 in popluar color models

DB 85 68
RGB 219 133 104
HSL 15° 61.50% 63.33%
HSB/HSV 15° 52.51% 85.88%
CMYK 0.00% 39.27% 52.51%
14.12%

Color #DB8568 in popluar number systems.

HEX DB 85 68
Decimal 219 133 104
Binary 11011011 10000101 1101000
Octal 333 205 150

Shades and tints

Shades of #DB8568

#DB8568
(219,133,104)
#C8795F
(200,121,95)
#B56D56
(181,109,86)
#A2614D
(162,97,77)
#8F5544
(143,85,68)
#7C493B
(124,73,59)
#693D32
(105,61,50)
#563129
(86,49,41)
#432520
(67,37,32)
#301917
(48,25,23)
#1D0D0E
(29,13,14)
#000000
(0,0,0)

Tints of #DB8568

#DB8568
(219,133,104)
#DE9075
(222,144,117)
#E19B82
(225,155,130)
#E4A68F
(228,166,143)
#E7B19C
(231,177,156)
#EABCA9
(234,188,169)
#EDC7B6
(237,199,182)
#F0D2C3
(240,210,195)
#F3DDD0
(243,221,208)
#F6E8DD
(246,232,221)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8568 color. Also use rgb(219,133,104) instead hex code.

Text Font Color

.myTextColor { color: #DB8568; }

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

This text font color is #DB8568.

Background Color

.myBgColor { background-color: #DB8568; }

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

This div background color is #DB8568.

Border color

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

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

This div border color is #DB8568.

Opacity

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

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

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

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

This text has shadow with #DB8568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8568.

Preview

Color preview on black background

This text has color #DB8568 on black background.


Color preview on white background

This text has color #DB8568 on white background.


Black color preview on #DB8568 background

This text has black color on #DB8568 background.


White color preview on #DB8568 background

This text has white color on #DB8568 background.


Related colors

Complementary color

Complementary color for #hex is #247A97.


I love getcolorcode.com

Triadic colors

1 #68DB85 and #8568DB with #DB8568 are triadic colors.

2 #6885DB and #85DB68 with #DB8568 are triadic colors.