COLOR #DB9569

HEX: #DB9569 RGB: (219,149,105)

Color info

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

RGB color model

#DB9569 color RGB value is (219,149,105).

RGB: (219,149,105) (86%, 58%, 41%)

RGB channels and saturation

R 219 of 255 = 86%
G 149 of 255 = 58%
B 105 of 255 = 41%

219
149
105

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

Portions of RGB colors in percentages

R + G + B = 219 + 149 + 105 = 473 (100%)
R 219 of 473 ~ 46.3%
G 149 of 473 ~ 31.5%
B 105 of 473 ~ 22.2'%

%46.3
%31.5
%22.2

CMYK color model

#DB9569 color CMYK value is (0,32,52,14).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 52.05%
  • key color value is 14.12%

CMYK: (0,32,52,14)
C0M32Y52K14 (0%, 32%, 52%, 14%)
(0.00 / 0.32 / 0.52 / 0.14)

CMYK percentages

%0
%31.96
%52.05
%14.12

Codes

Color #DB9569 in popluar color models

DB 95 69
RGB 219 149 105
HSL 23° 61.29% 63.53%
HSB/HSV 23° 52.05% 85.88%
CMYK 0.00% 31.96% 52.05%
14.12%

Color #DB9569 in popluar number systems.

HEX DB 95 69
Decimal 219 149 105
Binary 11011011 10010101 1101001
Octal 333 225 151

Shades and tints

Shades of #DB9569

#DB9569
(219,149,105)
#C88860
(200,136,96)
#B57B57
(181,123,87)
#A26E4E
(162,110,78)
#8F6145
(143,97,69)
#7C543C
(124,84,60)
#694733
(105,71,51)
#563A2A
(86,58,42)
#432D21
(67,45,33)
#302018
(48,32,24)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #DB9569

#DB9569
(219,149,105)
#DE9E76
(222,158,118)
#E1A783
(225,167,131)
#E4B090
(228,176,144)
#E7B99D
(231,185,157)
#EAC2AA
(234,194,170)
#EDCBB7
(237,203,183)
#F0D4C4
(240,212,196)
#F3DDD1
(243,221,209)
#F6E6DE
(246,230,222)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9569 color. Also use rgb(219,149,105) instead hex code.

Text Font Color

.myTextColor { color: #DB9569; }

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

This text font color is #DB9569.

Background Color

.myBgColor { background-color: #DB9569; }

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

This div background color is #DB9569.

Border color

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

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

This div border color is #DB9569.

Opacity

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

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

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

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

This text has shadow with #DB9569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9569.

Preview

Color preview on black background

This text has color #DB9569 on black background.


Color preview on white background

This text has color #DB9569 on white background.


Black color preview on #DB9569 background

This text has black color on #DB9569 background.


White color preview on #DB9569 background

This text has white color on #DB9569 background.


Related colors

Complementary color

Complementary color for #hex is #246A96.


I love getcolorcode.com

Triadic colors

1 #69DB95 and #9569DB with #DB9569 are triadic colors.

2 #6995DB and #95DB69 with #DB9569 are triadic colors.