COLOR #DB696D

HEX: #DB696D RGB: (219,105,109)

Color info

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

RGB color model

#DB696D color RGB value is (219,105,109).

RGB: (219,105,109) (86%, 41%, 43%)

RGB channels and saturation

R 219 of 255 = 86%
G 105 of 255 = 41%
B 109 of 255 = 43%

219
105
109

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

Portions of RGB colors in percentages

R + G + B = 219 + 105 + 109 = 433 (100%)
R 219 of 433 ~ 50.58%
G 105 of 433 ~ 24.25%
B 109 of 433 ~ 25.17'%

%50.58
%24.25
%25.17

CMYK color model

#DB696D color CMYK value is (0,52,50,14).

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

CMYK: (0,52,50,14)
C0M52Y50K14 (0%, 52%, 50%, 14%)
(0.00 / 0.52 / 0.50 / 0.14)

CMYK percentages

%0
%52.05
%50.23
%14.12

Codes

Color #DB696D in popluar color models

DB 69 6D
RGB 219 105 109
HSL 358° 61.29% 63.53%
HSB/HSV 358° 52.05% 85.88%
CMYK 0.00% 52.05% 50.23%
14.12%

Color #DB696D in popluar number systems.

HEX DB 69 6D
Decimal 219 105 109
Binary 11011011 1101001 1101101
Octal 333 151 155

Shades and tints

Shades of #DB696D

#DB696D
(219,105,109)
#C86064
(200,96,100)
#B5575B
(181,87,91)
#A24E52
(162,78,82)
#8F4549
(143,69,73)
#7C3C40
(124,60,64)
#693337
(105,51,55)
#562A2E
(86,42,46)
#432125
(67,33,37)
#30181C
(48,24,28)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #DB696D

#DB696D
(219,105,109)
#DE767A
(222,118,122)
#E18387
(225,131,135)
#E49094
(228,144,148)
#E79DA1
(231,157,161)
#EAAAAE
(234,170,174)
#EDB7BB
(237,183,187)
#F0C4C8
(240,196,200)
#F3D1D5
(243,209,213)
#F6DEE2
(246,222,226)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB696D; }

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

This text font color is #DB696D.

Background Color

.myBgColor { background-color: #DB696D; }

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

This div background color is #DB696D.

Border color

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

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

This div border color is #DB696D.

Opacity

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

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

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

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

This text has shadow with #DB696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB696D.

Preview

Color preview on black background

This text has color #DB696D on black background.


Color preview on white background

This text has color #DB696D on white background.


Black color preview on #DB696D background

This text has black color on #DB696D background.


White color preview on #DB696D background

This text has white color on #DB696D background.


Related colors

Complementary color

Complementary color for #hex is #249692.


I love getcolorcode.com

Triadic colors

1 #6DDB69 and #696DDB with #DB696D are triadic colors.

2 #6D69DB and #69DB6D with #DB696D are triadic colors.